Skip to content

Commit

Permalink
Firefox 95 (#12512)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansku committed Jan 18, 2022
1 parent cb232f2 commit bdf10a3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void verifyUserAgent() {
getDesiredCapabilities()) + "96";
} else if (BrowserUtil.isFirefox(getDesiredCapabilities())) {
browserIdentifier = getExpectedUserAgentString(
getDesiredCapabilities()) + "93";
getDesiredCapabilities()) + "95";
} else {
browserIdentifier = getExpectedUserAgentString(desiredCapabilities)
+ desiredCapabilities.getVersion();
Expand Down

0 comments on commit bdf10a3

Please sign in to comment.