Starting with Selenium Web-Driver using Python by example
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...
October 21, 2018 3 min read
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...
October 21, 2018 3 min read
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 -...
October 19, 2018 2 min read
<b> </b> Type Selector : Select elements by type e.g. Select all h1 elements and set the color to red h1 { color : red; } ID Selector : Sele...
October 12, 2018 5 min read
Stacks implementation in Python using Single Linked List :-...
August 15, 2018 2 min read
Double ended queues supports insertion or deletion at both the ends....
August 5, 2018 3 min read