standalone chrome and firefox in Version 15.11.6
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Hi, I want to use the standalone_chrome and friefox service in Version 15.11.6. In the Version 13.6.7 I was able to use them via Selenium:
chromeDriver = new Builder() .setChromeOptions(chromeOptions) .forBrowser('chrome') .usingServer('http://selenium__standalone-chrome:4444/wd/hub') .build();
Now I get the error in the Test-Report:
Cannot read properties of undefined (reading 'manage') TypeError: Cannot read properties of undefined (reading 'manage') at create (graphql/src/test/selenium/BookingsTest.spec.js:17:18) at Context. (graphql/src/test/selenium/BookingsTest.spec.js:200:19) ....
I think there is something wrong with the browser services.
Can anybody help me?
Greets, nbirken
Edited by 🤖 GitLab Bot 🤖