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
Operating system / CI Environment: Ubuntu 20.04.4 LTS
Browser and version: 104.0.1293.54 (Official build) (64-bit)
Expected Behavior
The following script should pass:
# frozen_string_literal: true
RSpec.describe 'Install Drivers' do
it 'edge session' do
require 'webdrivers'
Webdrivers.logger.level = :DEBUG
driver = Selenium::WebDriver.for :edge
driver.quit
end
end
Summary
It seems there is a bug resolving msedgedriver in Linux.
Debug Info
Expected Behavior
The following script should pass:
Actual Behavior
The error I get is the following:
The text was updated successfully, but these errors were encountered: