Skip to content

Tag: selenium

Python chunks write to excel

I am new to python and I m learning by doing. At this moment, my code is running quite slow and it seems to take longer and longer by each time I run it. The idea is to download an employee list as CSV, then to check the location of each Employee ID by running it trough a specific page

Cant get logging element

When i was testing my program, it’s end with code 1 here is full error (“Traceback (most recent call last): File “C:Usersds072PycharmProjectspythonProjectmain.py”, line 20, in <module> wait.until(EC.element_to_be_clickable((By.XPATH, “/html/body/main/div/div/div/div[1]/div[…

Python Selenium error: Unable to locate the Element by Name:

I am trying to automatically login to the website https://opensource-demo.orangehrmlive.com/web/index.php/auth/login using selenium By it gives an error selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {“method”:”css selector”,&#822…