Sri Harsha
Sri Harsha
Hi @yaoyao0821 , Thanks for raising the issue. I'll look into this!
Hi @yaoyao0821 , This is fixed with commit https://github.com/SeleniumHQ/selenium/pull/10764/commits/85a785684d8ce37f99cb64c22597c44021d6fb34 and the fix is available in the latest `[email protected]` Could you please check again and let us know about this? Thanks,...
Closing as it is resolved in 4.3.0!
Hi, This should be mostly fixed with [commit](https://github.com/SeleniumHQ/selenium/commit/fa6deeea6bda1e73317157845772e114bd569b7d)! fix will be available in v4.5!
Hi @umair2020 , I tried to reproducing the issue with above details, but I was unable to config: ``` framework: 'jasmine', reporters: ['spec'], jasmineNodeOpts: { defaultTimeoutInterval: 100000, failFast: true, stopSpecOnExpectationFailure:...
HI @christian-bromann , Looks like the typing's are fine, as `waitUntil` should return a Boolean value. ``` waitUntil(this: WebdriverIO.Browser | WebdriverIO.Element, condition: () => boolean|Promise< boolean >, { timeout, interval,...
Hi @raffaem, May be you're looking into wrong documentation. webdriver-manager is a third party library. So you need to look webdriver-manager specific doc https://github.com/SergeyPirogov/webdriver_manager. As per their documentation, it is...
Got it. Docs need to be updated on ` instantiating Service from the browser-specific class`. Would you help us with a PR if possible ? Here are the [contribution guidelines](https://www.selenium.dev/documentation/about/contributing/)...
Hi @diemol, I have added support in JS bindings with commit https://github.com/SeleniumHQ/selenium/commit/845e47d43f03d6638ae550c805235defbb69c0d9 Added code sample here https://www.selenium.dev/documentation/webdriver/actions_api/mouse/#back-click https://www.selenium.dev/documentation/webdriver/actions_api/mouse/#forward-click _**NOTE**_: The tests are skipped as the code sample depends on the...
Hi @mabeijing , Hope you're doing great! Did you get a chance to look into above comments ?