You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the initial IWebElement is inside the iframe everything works fine. For example.
this works:
url "http://lefthandedgoat.github.io/canopy/testpages/iframe1"
first "#states" |> elementWithin "1" |> read |> is "Alabama"
but when the initial IWebElement is outside the iframe and the second element I'm looking for is within it the elementWithin fails.
this does not work:
url "http://lefthandedgoat.github.io/canopy/testpages/iframe1"
first "body" |> elementWithin "1" |> read |> is "Alabama"
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Thanks for the repro steps. I was able to fix this and found an unrelated bug along the way. Thanks! You can download the fix in the latest canopy package: https://www.nuget.org/packages/canopy/0.9.13
when the initial IWebElement is inside the iframe everything works fine. For example.
this works:
but when the initial IWebElement is outside the iframe and the second element I'm looking for is within it the elementWithin fails.
this does not work:
Thanks for your help.
The text was updated successfully, but these errors were encountered: