- Selenium WebDriver Quick Start Guide
- Pinakin Chaubal
- 96字
- 2021-06-24 18:26:28
WebElements
Any HTML element on the page, such as a textbox, dropdown, radio button, checkbox, and so on can be considered as a WebElement. How can we access web elements on an HTML screen? Well, Selenium WebDriver provides us with the very useful WebElement interface. The only implementation class of this interface is the RemoteWebElement. Whenever an HTML element has to be operated upon in the code, it's a best practice to access the element using the WebElement interface. One of the parent interfaces of the WebElement interface is SearchContext, which we will look at next.
推薦閱讀
- Linux Mint Essentials
- Linux從零開始學(xué)(視頻教學(xué)版)
- Persistence in PHP with the Doctrine ORM
- WordPress Mobile Web Development:Beginner's Guide
- BPEL and Java Cookbook
- Windows Server 2012 Hyper-V Cookbook
- Windows Phone應(yīng)用程序開發(fā)
- Mastering Reactive JavaScript
- Linux服務(wù)器配置與管理
- 分布式系統(tǒng)設(shè)計(jì)實(shí)踐
- Windows 7使用詳解(修訂版)
- Linux操作系統(tǒng)
- OpenVZ Essentials
- Docker容器技術(shù)與應(yīng)用
- Linux內(nèi)核修煉之道