You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're seeing this in the Selenium CI in all bindings and all versions of Firefox; starting on dates that coincide with 0.32.2 release. I tried to dive into the responses with Ruby.
Here are logs with 0.32.0 and 0.32.2. I don't see any difference in what is getting logged by geckodriver/marionette, but you can see that Ruby is just not getting any socket responses.
The text was updated successfully, but these errors were encountered:
Probably the issue here is related to the following prefs which aren't set:
1676992989489 CDP ERROR Invalid browser preferences for CDP. Set "fission.webContentIsolationStrategy"to 0 and "fission.bfcacheInParent" to false before Firefox starts.
Note that we only want to see those set for CDP usage but they should not be set for BiDi! Probably this is causing the problem.
@titusfortner is there any reason why the Ruby binding is using the navigation events from CDP? If not could the code be changed to get rid of CDP and use BiDi?
We're seeing this in the Selenium CI in all bindings and all versions of Firefox; starting on dates that coincide with 0.32.2 release. I tried to dive into the responses with Ruby.
Here are logs with 0.32.0 and 0.32.2. I don't see any difference in what is getting logged by geckodriver/marionette, but you can see that Ruby is just not getting any socket responses.
The text was updated successfully, but these errors were encountered: