Skip to content Skip to sidebar Skip to footer
Showing posts with the label Automation

How To Right Click On A Folder And Select From Context Menu Using Pywinauto?

I'm writing automation tests for a cloud syncing desktop application. The problem I'm facin… Read more How To Right Click On A Folder And Select From Context Menu Using Pywinauto?

Locating Nearest Button Selenium Python

I am trying to click the 'Delete Comment' button after finding the comment that contains a … Read more Locating Nearest Button Selenium Python

Multi-scale Template Match Vs. Text Detection

I'm trying to automate the navigation of a website to grab data and download files using PyAuto… Read more Multi-scale Template Match Vs. Text Detection

Application Automation Software/tool

I am looking for an automation software which should be configurable to handle any other software f… Read more Application Automation Software/tool

Unable To Click On An Ahref Link Using Python Selenium

This is the html code: Solution 1: You need to switch to new tab first then you can click on Print… Read more Unable To Click On An Ahref Link Using Python Selenium

Copying Logs In Python Using The Command Line Function

I had a doubt with my code which i think I can verify here . My requirement is to copy the apache l… Read more Copying Logs In Python Using The Command Line Function