Modern web-technologies uses AJAX for loading data instead of refreshing the whole page. With this approach, if an element is not present in DOM, an e...
Selenium Web-Driver is an open source tool which is used to automate web-applications. It uses drivers to support different web-browsers. Selenium sup...
In this post, we'll look at the commonly used XPath queries. We'll be using the following XML file as an example <-- HTML generated using hilite.me -...