Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐛 Bug]: Array.from() errors in older browsers via isElementDisplayed() #11716

Closed
3 tasks done
colinrotherham opened this issue Nov 23, 2023 · 0 comments · Fixed by #11717
Closed
3 tasks done

[🐛 Bug]: Array.from() errors in older browsers via isElementDisplayed() #11716

colinrotherham opened this issue Nov 23, 2023 · 0 comments · Fixed by #11717
Labels
Bug 🐛 Needs Triaging ⏳ No one has looked into the issue yet

Comments

@colinrotherham
Copy link
Contributor

colinrotherham commented Nov 23, 2023

Have you 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 output

Code 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
@colinrotherham colinrotherham added Bug 🐛 Needs Triaging ⏳ No one has looked into the issue yet labels Nov 23, 2023
@colinrotherham colinrotherham changed the title [🐛 Bug]: Array .from() errors in older browsers via isElementDisplayed() [🐛 Bug]: Array.from() errors in older browsers via isElementDisplayed() Nov 23, 2023
colinrotherham added a commit to colinrotherham/webdriverio that referenced this issue Nov 23, 2023
colinrotherham added a commit to colinrotherham/webdriverio that referenced this issue Nov 23, 2023
colinrotherham added a commit to colinrotherham/webdriverio that referenced this issue Nov 23, 2023
christian-bromann pushed a commit that referenced this issue Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐛 Needs Triaging ⏳ No one has looked into the issue yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant