When working on Selenium tests, do you appreciate a traditional IDE-based approach to debugging, with a GUI that lets you set breakpoints, step through your code line-by-line, inspect variables, and evaluate expressions on the fly?
Here's a .gif to illustrate what I mean:
Have you also tried WebdriverIO (the ...