Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: If else
Post: RE: If else

i was successful after some research you suggested to me, here is my code i hope it is correct. #Download try: dossier = driver.find_element_by_xpath(f"//*[@title={date} ]") dossier.cl...
africanism General Coding Help 6 3,060 Apr-16-2021, 10:45 AM
    Thread: If else
Post: RE: If else

i tested with try but i got an error, sorry i'm new to python. try: dossier = driver.find_element_by_xpath(f"//*[@title={date} ]") download= driver.find_element_by_xpath("//span[contains(.,'Téléchar...
africanism General Coding Help 6 3,060 Apr-16-2021, 08:38 AM
    Thread: If else
Post: RE: If else

thank you for your answer, my concern is that I am not sure of my IF condition. if I execute I have this error selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: //...
africanism General Coding Help 6 3,060 Apr-16-2021, 07:48 AM
    Thread: If else
Post: If else

Hello everyone, I'm new to python and I'm blocking on a piece of code, basically I would like that in the if condition, if the condition is true it executes otherwise it goes on. if driver.find_eleme...
africanism General Coding Help 6 3,060 Apr-16-2021, 07:31 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020