Michael Bodnarchuk
Michael Bodnarchuk
Yeah, my consulting session has finished and I abandoned these changes :sob:
Anyway, I looked through the changes and they actually look good to me This PR needs to be rebased and I think we can merge it
Thank you! Finally we have it!
Implemented in 3.4.0
I was just looking to something similar to https://www.npmjs.com/package/selenium-standalone and I didn't find any good library in PHP except this one :+1: It would be cool if there was a...
Possible solution: 1. install `laravel/dusk`, 2. copy chromedriver out of it 3. remove laravel dusk 4. PROFIT :rofl:
Btw there is already an initiative from Joomla you know about. https://github.com/joomla-projects/selenium-server-standalone Did you have a chance to get more steps into merging the forces?
@koehnlein yeah, we had this conversation in Twitter 😅 So far it is the point where the community can take it and improve. @Naktibalda helped a lot by maintaining it...
That's why we have `pause()` 🤗 If you want TRUE step-by-step execution just put it into `async` function and add `await` for each operator. But basically you don't need to...
I'm planning to improve `pause()` to provide step-by-step debugging experience. But not sure when