- 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設備驅(qū)動開發(fā)詳解:基于最新的Linux4.0內(nèi)核
- 零起點學Linux系統(tǒng)管理
- Modern Web Testing with TestCafe
- Kali Linux滲透測試全流程詳解
- Linux集群和自動化運維
- Python基礎教程(第3版)
- Windows 7中文版從入門到精通(修訂版)
- 直播系統(tǒng)開發(fā):基于Nginx與Nginx-rtmp-module
- 嵌入式系統(tǒng)及其應用(第三版)
- Ceph分布式存儲實戰(zhàn)
- iOS 8開發(fā)指南
- 從實踐中學習Windows滲透測試
- 鴻蒙操作系統(tǒng)設計原理與架構(gòu)
- Office 365 User Guide
- Linux系統(tǒng)管理初學者指南:基于CentOS 7.6