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

How To Work On A Exist Session In Selenium With Python?

I want to fill some field of a webpage and then send a request to it but this website has a very p… Read more How To Work On A Exist Session In Selenium With Python?

Testing User Input Is Mirrored From One Input To Another With Selenium + Python

I am trying to write a test in Selenium that ensures text entered into one input is mirrored in ano… Read more Testing User Input Is Mirrored From One Input To Another With Selenium + Python

Automating Old Dos Application Using Python

Is there a way to automate an old DOS application (16-bit, probably needs an emulator such as DOSBo… Read more Automating Old Dos Application Using Python

Using Python To Interact With Webpages

In my current job we have a web based Business intelligence tool where every morning i have to crea… Read more Using Python To Interact With Webpages

How To Loop To Scrape Different Pages With Python

So, my objective with this code is extract information about a rookie in my NFL team. I want to com… Read more How To Loop To Scrape Different Pages With Python

How To Loop Through 100 Url And Extract Info From Each One With Selenium

I have this list, what is the best to go to extract a piece of info from each one and store this in… Read more How To Loop Through 100 Url And Extract Info From Each One With Selenium