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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
This breaks the firefoxdriver ability to connect to an already open browser when using --connect-existing.
I spent the whole day tracking this down... :(
geckodriver: The argument '--connect-existing' cannot be used with '--websocket-port
The websocket-port should not be blindly added when all the other parms are conditional...
0f95b27
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This breaks the firefoxdriver ability to connect to an already open browser when using --connect-existing.
I spent the whole day tracking this down... :(
geckodriver: The argument '--connect-existing' cannot be used with '--websocket-port
The websocket-port should not be blindly added when all the other parms are conditional...