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

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

Converting A Python Script Into A Function To Iterate Over Each Row

How can i convert the below python script into a fucntion so that i can call it over each row of a … Read more Converting A Python Script Into A Function To Iterate Over Each Row

How To Introduce Custom Variable(s) Inside Driver.execute_script()?

For a web driver we can execute JavaScript code which includes custom variable like this: driver.ex… Read more How To Introduce Custom Variable(s) Inside Driver.execute_script()?

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?

Upload File To A Website Via Python Script

I want to upload a file from my computer to a file hoster like hotfile.com via a Python script. Bec… Read more Upload File To A Website Via Python Script

How Do I Scrape ::before Element In A Website Using Selenium Python

I am trying to scrape phone number from this website using selenium. I found the class to be 't… Read more How Do I Scrape ::before Element In A Website Using Selenium Python

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

Unable To Select The Linkedin 'locations' Button Using Python Selenium

I'm trying to click on the Locations dropdown in LinkedIn. You'll reach this section of the… Read more Unable To Select The Linkedin 'locations' Button Using Python Selenium