Replies: 1 comment
-
Hello, this is I need to say a lack on Currently you can try to use change the logging level for webdriver by using extest binary parameter -l, --log_level <level> # Log messages from webdriver with a given level (default: "Info") you can pick one of possible options regarding to Selenium docs - JavaScript has 9 logger levels: OFF, SEVERE, WARNING, INFO, DEBUG, FINE, FINER, FINEST, ALL. then the logs from webdriver can be found in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes I get an error that I'm having difficulty debugging, as it is timing related. The stack trace won't show me the point of failure in my test code.
E.g.

Is there a way to log out debug message? Retry failed tests? Recover from this specific error by refreshing stale elements (e.g. WebDriver)?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions