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

Add support for iframes to Target. #10

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Conversation

perrygoy
Copy link
Member

Man, iframes sure are annoying huh. They're everywhere though, so we should support them.

This PR adds a new in_frame method to Target, which allows you to supply a frame locator to find an iframe on the page. You can call this method multiple times if there are embedded iframes (😱).

This implementation has been tested on my active project, it works pretty well!

@perrygoy perrygoy requested a review from a team February 20, 2024 22:43
@perrygoy perrygoy merged commit 99e68fa into trunk Feb 21, 2024
23 checks passed
@perrygoy perrygoy deleted the add-frame-support-to-target branch February 21, 2024 15:08
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.

2 participants