All posts by Paulo Oliveira
• Selenium Python • Automation • Tutorial
How To Automate Mouse Clicks With Selenium Python
Sometimes, in our test code, we need to handle actions that apparently could not be done automatically. For example, some mouse actions such as context click, double click, drag and drop, mouse movements, and some special key down and key up actions. These specific actions could be crucial depending on the project context.
November 9, 2022
276573 Views
22 Min Read
• Selenium Python • Automation • Tutorial
How To Automate Filling In Web Forms With Python Using Selenium
Test automation has become essential in all software development projects due to agile business needs that increasingly require faster development and delivery. Also, automating frontend tests has become commonplace in the daily lives of software quality professionals.
July 13, 2022
527916 Views
17 Min Read