- Selenium Testing Tools Cookbook(Second Edition)
- Unmesh Gundecha
- 97字
- 2021-07-09 21:14:18
Chapter 2. Finding Elements
In this chapter, we will see how to use Selenium WebDriver API to find elements on a Web page and interact with these elements. We will explore various locator strategies supported by Selenium WebDriver. You will learn about:
- Using browser tools for inspecting elements and page DOM
- Finding an element using the findElement method
- Finding elements using the findElements method
- Finding links
- Finding elements by tag name
- Finding elements using CSS selectors
- Finding elements using XPath
- Finding elements using tag text contents
- Finding elements using advanced CSS selectors
- Using jQuery selectors
推薦閱讀
- Intel Galileo Essentials
- Android 9 Development Cookbook(Third Edition)
- OpenCV for Secret Agents
- Building Cross-Platform Desktop Applications with Electron
- 零基礎(chǔ)學(xué)MQL:基于EA的自動化交易編程
- Mastering Apache Spark 2.x(Second Edition)
- Android底層接口與驅(qū)動開發(fā)技術(shù)詳解
- 基于Struts、Hibernate、Spring架構(gòu)的Web應(yīng)用開發(fā)
- Spring MVC+MyBatis開發(fā)從入門到項目實踐(超值版)
- Deep Learning with R Cookbook
- Python函數(shù)式編程(第2版)
- Android移動應(yīng)用開發(fā)項目教程
- Julia數(shù)據(jù)科學(xué)應(yīng)用
- PhoneGap 4 Mobile Application Development Cookbook
- AI自動化測試:技術(shù)原理、平臺搭建與工程實踐