Basic Terms used in selenium
- While working with selenium its always a good practice to understand the basic terms as well.
- So i am trying to list down few of the important terms used in selenium and i hope you guys will help me by suggesting more terms to incorporate in this blog
- Client
- The machine on which we are running WebDriver API.
- The machine running the RemoteWebDriver, or any specific browser that implements the JSON wire protocol directly, such as the FirefoxDriver or ChromeDriver.
- The server should maintain one browser per session. Commands sent to a session will be directed to the corresponding browser.
- An object in the WebDriver API that represents a DOM element on the page. like button, Text box, Dropdown etc.
Post a Comment