Q1.Explain the Selenium 4 architecture.
Selenium 4 speaks the W3C WebDriver protocol natively (no JSON Wire Protocol). It includes Selenium Manager (auto-driver resolution), Chrome DevTools Protocol access, relative locators, and a fully-distributed Grid model. See our Selenium WebDriver Guide for the full architecture.