October 2018
Intermediate to advanced
192 pages
5h 12m
English
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:
The four major topics will be explained in detail in the form of sub-topics throughout the chapter.
Read now
Unlock full access