- 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.
推薦閱讀
- pcDuino開發(fā)實戰(zhàn)
- Windows Server 2019 Cookbook
- Cybersecurity:Attack and Defense Strategies
- Persistence in PHP with the Doctrine ORM
- Linux性能優(yōu)化
- Linux運維最佳實踐
- Microsoft Operations Management Suite Cookbook
- Learning Bootstrap
- Delphi Programming Projects
- 從實踐中學習Kali Linux無線網(wǎng)絡(luò)滲透測試
- Linux應用大全 基礎(chǔ)與管理
- Agile IT Security Implementation Methodology
- Azure Resource Manager Templates Quick Start Guide
- Microsoft Hyper-V Cluster Design
- Docker for Developers