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

Allowing nested iframes #54

Closed
thiagodp opened this issue Mar 22, 2020 · 0 comments
Closed

Allowing nested iframes #54

thiagodp opened this issue Mar 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request feedback desired language Related to the Concordia Language

Comments

@thiagodp
Copy link
Owner

thiagodp commented Mar 22, 2020

Concordia and its plug-ins support iframes since v1.4.2. However, they are not yet able to refer to nested iframes. Although uncommon, there are some possible uses.

Note: See Issue #55 for named iframes.

Proposal

It could be possible to access nested iframes like this:

...
  When I switch to the iframe <#subframe1> inside <#frame1>
     and I ... # perform some action in the iframe
     ...
     and I switch to the page
     and I ... # perform some action in the page
     ...

Or even like this:

...
  When I switch to the iframe <#subframe3> inside <#subframe2> inside <#frame1>
     and I ... # perform some action in the iframe
     ...
     and I switch to the page
     and I ... # perform some action in the page
     ...

Or using UI Elements:

...
  When I switch to the iframe {Subframe 3} inside {Subframe 2} inside {Frame 1}
     and I ... # perform some action in the iframe
     ...
     and I switch to the page
     and I ... # perform some action in the page
     ...
@thiagodp thiagodp added enhancement New feature or request language Related to the Concordia Language feedback desired labels Mar 22, 2020
@thiagodp thiagodp self-assigned this Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feedback desired language Related to the Concordia Language
Projects
None yet
Development

No branches or pull requests

1 participant