- Selenium WebDriver Quick Start Guide
- Pinakin Chaubal
- 133字
- 2021-06-24 18:26:28
Understanding the Document Object Model and Creating Customized XPaths
In the previous chapter, we had a look at Selenium RC, WebDriver, the basic Eclipse setup, and a very simple program. Opening the browser and loading a web page is OK to start with but it is not of much use if one is not able to do operations such as clicking links and buttons, selecting values from dropdowns, entering text in a textbox, and so on. In order to achieve this, we have to explore what is called the Document Object Model (DOM). The following topics will be covered in this chapter:
- What is the DOM?
- DOM traversal
- What is the Fillo API?
- Debugging in Eclipse
The four major topics will be explained in detail in the form of sub-topics throughout the chapter.
推薦閱讀
- Linux運維之道(第3版)
- 大學計算機應用基礎實踐教程(Windows 7+Office 2013)
- 精解Windows8
- 高性能Linux服務器構建實戰:系統安全、故障排查、自動化運維與集群架構
- 混沌工程:復雜系統韌性實現之道
- Linux就該這么學
- 竹林蹊徑:深入淺出windows驅動開發
- Learning Magento 2 Administration
- Application Development in iOS 7
- INSTANT Galleria Howto
- Linux操作系統
- Windows Vista終極技巧金典
- Linux應用大全 基礎與管理
- 應急指揮信息系統設計
- Android NDK Beginner's Guide