Mykola Grybyk
Mykola Grybyk
Hey, can you please try again with the latest version? If the issue still persists please provide with mode details! @olivierpichon
Add browser.debug in your code or put breakpoint. What is first line?
Closing it for now but happy to answer further questions
I think it may not work like this. Wdio spawns at least two processes, main and worker. Tests runs in worker process that is a fork of main process. So...
Maybe the doc have to be updated, need to understand how exactly
@mcelotti @edoardoo @baruchvlz ### IDE I'd recommend to debug with IDE instead, it's way more comfortable, for example in VSCode https://webdriver.io/docs/debugging.html#debugging-with-visual-studio-code-vscode. Just set breakpoint and go ahead!  P.S. when...
No idea, I'd suggest seeing nodejs docs, as far as wdio is just a nodejs app. I've personally tested all methods and all of them works fine for me both...
I can record video on one of the methods if you like
I think it's not supported, feel free to raise a PR for that!
https://github.com/vvo/selenium-standalone/issues/491 should be done as a part of this issue