PyLessons January 22, 2019 Selenium with Python, basics introduction Selenium is one of the most popular tools for Web User Interface Automation. In this tutorial, I will introduce you to this amazing tool and simple example.
PyLessons January 29, 2019 Using standard and custom browser In this part, I will show you how to use SELENIUM to start automating commonly used and custom browsers, how to open and close new browsing tabs
PyLessons January 31, 2019 Methods to find HTML objects with Selenium In this tutorial part, I will show you how to find HTML objects and interact with them in different ways. As an example, I'll use Gmail log-in page
PyLessons February 05, 2019 Creating virtual click (click as human) functions with Selenium In this tutorial part, I will create a virtual click function, which we'll use that no one could track our click, in simple words, we'll be clicking as humans
PyLessons February 06, 2019 Creating wait to load HTML object on page with Selenium In this tutorial, I will write a custom function that will be used to wait since the HTML object is loaded on-page for a certain time