Frame Selector
Frame Attribute
You can use an attribute on the PageObject
class to represent iframe elements' content.
This should have a CSS Selector that allows the framework to find the frame, then any control inside this PageObject will be searched inside this frame's body element.
Remember to add the name
Single IFrame
Multiple IFrame
Only valid for web technologies.
Last updated