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

How To Open Two Links On The Same Browser

I need to open 2 Invoices the one's whose GST Invoice number contains digit 2 at it's third… Read more How To Open Two Links On The Same Browser

Python Urllib2 Automatic Form Filling And Retrieval Of Results

I'm looking to be able to query a site for warranty information on a machine that this script w… Read more Python Urllib2 Automatic Form Filling And Retrieval Of Results

Get Index Name Of A List Made From Dictionaries

I want to begin by saying that I am by no mean a python expert so I am sorry if I express myself in… Read more Get Index Name Of A List Made From Dictionaries

Using Python To Automate External Program

Whats the best Python library to automate an external program We have accounting software where we … Read more Using Python To Automate External Program

Using Selenium: How To Keep Logged In After Closing Driver In Python

I want to get my Whatsapp web (web.whatsapp.com) logged in, at the second time opening the Whatsapp… Read more Using Selenium: How To Keep Logged In After Closing Driver In Python