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
After discussing with Titus, he asked me to provide examples of W3C options that remove DesiredCapabilities completely. I've added some cases for TestNG of this.
Chrome fix works fine, however the Firefox example keeps throwing this error: org.openqa.selenium.WebDriverException:` Infrastructure Error -- The Sauce VMs failed to start the browser or device. For more info, please check https://wiki.saucelabs.com/display/DOCS/Common+Error+Messages (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 24.48 seconds Build info: version: '3.12.0', revision: '7c6e0b3', time: '2018-05-08T15:15:03.216Z' System info: host: 'SL-1140', ip: 'fe80:0:0:0:1ca5:6326:e906:4250%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.13.6', java.version: '11.0.1' Driver info: driver.version: RemoteWebDriver
Can't quite figure out what the reason is, I tried modifying .setLegacy() thinking it was forcing marionette driver but that wasn't the case. I also tried disabling "w3c", true but no change.
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After discussing with Titus, he asked me to provide examples of W3C options that remove
DesiredCapabilitiescompletely. I've added some cases for TestNG of this.