- Selenium WebDriver Quick Start Guide
- Pinakin Chaubal
- 257字
- 2021-06-24 18:26:29
An example traversal
The element retrieval and traversal can be done quite easily by what is known as a browsers console. In all the three browsers, the console can be invoked by pressing the F12 key on the keyboard. In Chrome, the Elements tab will help in finding the XPath. One can traverse back and forth in the DOM using '/..' and ('//' or '/'). Let's see what the Chrome console looks like.
The following snapshot shows the Chrome console with the username field highlighted because we tried to find an element through it's XPath . In order to search for any element, just press Ctrl + F on the console. A search box opens where you can type the XPath:
A similar console in Internet Explorer is called Developer Options and in Firefox it is called Firepath. In Firefox, one must remember to first add the firebug plugin from the Firefox plugins page (go to the Tools | Add-ons menu and then select Add-ons from the left pane). Only then can Firepath be accessed using the F12 key.
Apart from the consoles, which come built-in with the browsers, there are a few extensions such as XPath helper in Chrome and MRI in Internet Explorer. MRI is a bookMarklet for IE. One can get it from http://westciv.com/mri/ as a free installation. All the instructions are available on this website.
- Kubernetes修煉手冊
- 嵌入式Linux開發技術
- 零起點學Linux系統管理
- Linux實戰
- Linux從零開始學(視頻教學版)
- 嵌入式Linux系統開發:基于Yocto Project
- 精解Windows 8
- Mastering KVM Virtualization
- Moodle 3.x Teaching Techniques(Third Edition)
- Python基礎教程(第3版)
- STM32庫開發實戰指南:基于STM32F4
- 嵌入式實時操作系統μC/OS原理與實踐
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- iOS 8開發指南
- 分布式高可用架構之道