- Selenium WebDriver Quick Start Guide
- Pinakin Chaubal
- 80字
- 2021-06-24 18:26:28
Summary
This chapter gave you an idea of what Selenium RC and WebDriver are and also touched upon concepts like same-origin policy and cross-site scripting. We also did a basic Eclipse setup using Maven as well as without Maven, and finally we created a very simple program to open a URL in the browser.
In Chapter 2, Understanding the Document Object Model and Creating Customized XPaths, we will learn about the Document Object Model and its various traversal techniques.