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

fix(webdriverio): Recursively find <frame> #238

Merged
merged 11 commits into from
May 5, 2021

Conversation

yokra9
Copy link
Contributor

@yokra9 yokra9 commented Apr 30, 2021

Fixed to recursively find <frame> and inject a script into them, not only <iframe>. ( #223 )

<frame> is deprecated in HTML5, but sometimes use in bad examples when teach modern & accessible coding.
ex: https://barrierfree.nict.go.jp/accessibility/whatsacs/sample/level0/index.html

Thanks!

Summary

  • recursively find <frame>
  • added unit tests and fixtures for this fix

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

  • Code is reviewed for security

@michael-siek michael-siek requested a review from a team May 4, 2021 01:06
@michael-siek michael-siek merged commit 7e6a80d into dequelabs:develop May 5, 2021
@michael-siek
Copy link
Member

Thank you very much for your contribution @yokra9

@yokra9 yokra9 deleted the fix-recursively-find-frame branch May 5, 2021 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants