python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I remove the backtrace from an error message when selenium can't find an element?
How can I remove the backtrace from an error message when selenium can't find an element?
Here is the sample code:
try:
something = driver.find_element(By.CLASS_NAME, "button")
except:
p...

Tadej Blatnik
Votes: 0
Answers: 0
python > Selenium > Traceback
I tried a lot to fix Traceback Error
The same code is working in Pycharm , But when I put it in replit.com , is shows this Error
Python 3.8.2 (default, Feb 26 2020, 02:56:10)
Traceback (most recen...
Rakan
Votes: 0
Answers: 1