-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
Have you read the Contributing Guidelines on issues?
- I have read the Contributing Guidelines on issues.
WebdriverIO Version
8.23.5
Node.js Version
20.9.0
Mode
Standalone Mode
Which capabilities are you using?
{
browserName: 'internet explorer',
browserVersion: '11.285',
platformName: 'Windows 10'
}What happened?
Following on from #11705 I've got one last issue
Browsers lacking Array.from() support throw errors using element isDisplayed()
What is your expected behavior?
Calls to element isDisplayed() to work without error
How to reproduce the bug.
See #11705 for the same steps to reproduce
Relevant log output
See https://github.com/webdriverio/webdriverio/issues/11705 for log outputCode of Conduct
- I agree to follow this project's Code of Conduct
Is there an existing issue for this?
- I have searched the existing issues
Reactions are currently unavailable