automation

Python & Selenium Code Bugs – Automation is NOT gathering data as expected

Python & Selenium Code Bugs – Automation is NOT gathering data as expected Question: a. I have a simple code for automation that I’m trying to learn from. The code is a robot software that finds key information about important scientists and display it to the user. b. the program introduces itself and explain the …

Total answers: 1

Python selenium does not return the correct element

Python selenium does not return the correct element Question: I am new in selenium. I want to run the automation test for calendar with python selenium, but the return does not same as my expect The website for testing: https://letcode.in/calendar I want to select the date in the right calendar. the right calendar So I …

Total answers: 3

Unable to locate element using Xpath using selenium in python

Unable to locate element using Xpath using selenium in python Question: I have tried several ways to locate the elements of the form on the [webpage ] using selenium in python but I unable to do so. This is the code I have tried (only for "Name" column) along with several ways to input the …

Total answers: 1

How to count people who are below a position

How to count people who are below a position Question: I’m looking to count how many people are below a given user of the data frame. Employee Manager A – B A C A D A E A F B G B H C I C I would like to get in the output: I, …

Total answers: 2

Python Sightengine (API) – 'sightengine' has no attribute 'Client' Error

Python Sightengine (API) – 'sightengine' has no attribute 'Client' Error Question: I am currently writing the code for an reddit scraper. I wanted to use Sightengine for scanning for inappropriate content within the downloaded videos. I have problems communicating with the api (I cant fully describe it), however – this is the cmd output that …

Total answers: 1

Clicking an element on an overlay table using Python Selenium?

Clicking an element on an overlay table using Python Selenium? Question: I am trying to create a workaround to click the first element in a table on a website that has an overlay table. The xpath does not appear to be related to the iframe, but I do not HTML. The text does not link …

Total answers: 1

How to remove a specific part of a link?

How to remove a specific part of a link? Question: So basically Im making a script that’s able to download a bunch of maps from TrackmaniaExchange with a search result. However, to download the map files, I need the actual download link, which the search result doesn’t give. I already know how to download maps. …

Total answers: 1