Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.13 KB

readme.md

File metadata and controls

37 lines (26 loc) · 1.13 KB

Browserstack / Selenium Bug Report

Base setup for testing on Browserstack. Depends on official Browserstack Repo. Problems are relating to Selenium 4.1.0 and Edge / Chrome - latest versions. All cases are tested on Windows and on Mac OSX.

Setup

yarn --frozen-lockfile
BROWSERSTACK_USERNAME=*** BROWSERSTACK_PASSWORD=*** yarn run test

Known problems for testing

Chrome

Browser Version: 96
Selenium Version: 4.1.0
Chrome does have the problem with browser.maximizeWindow(). Tests are failing with the following message: "An unknown server-side error occurred while processing the command.". If we comment the line out Chrome works as expected.

chrome-failed-state

Edge

Browser Version: 96
Selenium Version: 4.1.0 Edge does succeed randomly. If the test fails we get a webdriver timeout exceeded message in the console.
Failed state:
edge-failed-state
Success State edge-success-state

Firefox

Firefox should work as expected.