Skip to main content

2 docs tagged with "debugging"

View All Tags

Build An Interactive Prompt

Working with Selenium straight in code has its advantages. However, if you run into a complicated scenario to automate, it becomes challenging to work through it to completion.

Interactive Prompts Revisited

In a previous tip we covered how a REPL can help you determine what code to write in your scripts by testing locators and actions through an interactive prompt. This is great for simple tasks, but its starts to falter when debugging more complex scripts.