Charles Crossan

Results 217 comments of Charles Crossan
trafficstars

I reverted my Chrome browser from Version 75 to Version 74, and also reverted my version of ChromeDriver.exe, and the problem appears to have gone away. It would appear that...

I seem to get this error on Firefox 68 with GeckoDriver as well. Still digging in to see if I can figure out the culprit.

I think this is documented as in issue in the GeckoDriver repository: https://github.com/mozilla/geckodriver/issues/1581 It's odd that it seems to affect both Chrome and Firefox equally

Ah ha. I think I uncovered some more details here. It looks like, starting with Chrome 75, the selenium mode defaults to w3c, and the MinkSelenium2Driver is considering switching from...

And a solution! (Or at least a temporary workaround): In the thread above, they suggested *turning off W3C mode for chrome*. So, adding that to my `behat.yml` file, I get...

also related: https://github.com/instaclick/php-webdriver/issues/84

makes sense - this way you don't need to use `extra_capabilities -> chromeOptions` as in https://github.com/Behat/MinkExtension/issues/345#issuecomment-510712489

Thank you so much for the detailed code review! I'll try to get to it early this week (competing priorities and all) 😄 With that said - the RTSP library...

I haven't forgotten about making the changes on this - Just been busy with life lately and haven't had much time for hobby stuff.

I've been working on with @tobix99 over Twitter a little bit, and he has made some progress on the timestamp bug I was stuck on. Getting there!