Collections:
What Is WebDriver
What Is WebDriver?
✍: FYIcenter.com
WebCriver is a remote control communication interface that enables introspection
and control of user agents. It provides a platform- and
language-neutral wire protocol as a way for out-of-process programs
to remotely instruct the behavior of web browsers.
WebDriver interface is defined in the WebDriver specification published by W3.org at www.w3.org/TR/webdriver/.
WebDriver interface is provided as HTTP Web services from specific WebDriver servers connected to specific Web browsers.
For example, if you run the Chrome WebDriver server on the same machine as the Chrome Web browser, then you can run any HTTP client tool on a client machine to remotely control the Chrome brower by sending Web service request to the Chrome WebDriver server.
The diagram below shows you how WebDriver interface is used
by WebDriver Servers to allow client tools to control Web browsers.
Â
⇒ Google ChromeDriver WebDriver Server
⇠WebDriver and WebDriver Servers
⇑ WebDriver and WebDriver Servers
⇑⇑ Selenium Tutorials
2019-12-02, 1824👍, 0💬
Popular Posts:
How to find out my browser's identification information? To help you to see your browser identificat...
How to perform UUDecode (Unix-to-Unix Decode)? UUEncode is Unix-to-Unix encoding used on Unix system...
Where to find online test tools? FYIcenter.com has prepared a number of online test tools: Data Look...
How to expand IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has ...
What are date and time test values? Date and time test values are frequently needed in testing date ...