Siarhei Kliushnikau
Siarhei Kliushnikau
> Hey @jameelakowsar, > > As part of the `finishRun()` method we pass partial run in to a new window which should close after analyzing. When using `setLegacyMode()` it does...
For edge chromium has been set version by default like 117.0.2045.55 in the pr https://github.com/webdriverio/selenium-standalone/pull/851 that contain all platform executable files
It has been resolved in https://github.com/webdriverio/selenium-standalone/pull/668
I believe not necessary support IE anymore as it's fully deprecated since 2022, and can be run only under edge wrapping. I think it have sense also delete old edge...
In a way to prevent the behavior here is new feature https://github.com/webdriverio/selenium-standalone/pull/838
it has been resolved in https://github.com/webdriverio/selenium-standalone/pull/838
Hi @potapovDim I am just curious about why did you do that ? What's wrong with function declaration?
Hi @christian-bromann I am into it I can rewrite it to typescript and proceed with maintaining Because the tool still useful even with last changes, due to some constraints with...
> > due to some constraints with wdio standalone and remote modes. > > Can you explain what you mean by that? If there is something we can do to...
> @udarrr the latest WebdriverIO (testrunner and standalone mode) manages Chrome and Chromedriver for you, see https://webdriver.io/blog/2023/07/31/driver-management. If you do Electron testing, the [Electron service](https://webdriver.io/docs/desktop-testing/electron) also manages the Chromedriver install....