try:
# 処理
except (NoSuchElementException,WebDriverException, TimeoutException) as e:
print(e)
普段括弧がいらないpythonですが、ここでいります!
try:
# 処理
except (NoSuchElementException,WebDriverException, TimeoutException) as e:
print(e)
普段括弧がいらないpythonですが、ここでいります!