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
I get the following error:
Could not create new session: invalid argument: cannot parse capability: browserVersion
I have tried to change this lines in the driver: if ( $self->isa('Selenium::Firefox') || $self->isa('Selenium::Chrome') ) {
for this one
if ( $self->isa('Selenium::Firefox') || $self->isa('Selenium::Chrome') || $self->isa('Selenium::Edge') ) {
and it seems to work although it pins edge to my navigation bar I don't know why.
The text was updated successfully, but these errors were encountered:
I get the following error:
Could not create new session: invalid argument: cannot parse capability: browserVersion
I have tried to change this lines in the driver:
if ( $self->isa('Selenium::Firefox') || $self->isa('Selenium::Chrome') ) {
for this one
if ( $self->isa('Selenium::Firefox') || $self->isa('Selenium::Chrome') || $self->isa('Selenium::Edge') ) {
and it seems to work although it pins edge to my navigation bar I don't know why.
The text was updated successfully, but these errors were encountered: