What are the components of WebDriver architecture?
Selenium WebDriver4 consist of 3 components, 1.Client Libraries, WebDriver Supports multiple programming langauges and for each language it have its own langauage binding.2. As WebDriver 4 works on W3Protocol, there is no need of JSON Wire protocol layer needed. WebDriver commands directly interact with individual browser drivers and respective real browsers.