Switching into a nested iframe is no problem since you can
- switch from the main context into a target frame
- switch from the target frame into its child frame
But what if you want to switch from the child frame into its parent? Is there a way to do it without knowing the exact selector?
What I'm looking for is a way similar to how this is accomplished in Selenium - where you can simply tell the driver (e.g., the TestController) to switch to the parent frame. But such a thing doesn't seem to exist in TestCafe.
Aucun commentaire:
Enregistrer un commentaire