-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Awaiting-TriagePending of be labeled from a CollaboratorPending of be labeled from a CollaboratorFeatureNew functionality proposalNew functionality proposalTODO
Description
Obtained behaviour
Need to handle certain waits from ExpectedConditions default classes to use at PageBase , ControlBase throught NavBase
Expected behaviour
SPECs
- new method for
NavBaseobject named :wait_iframe - new method for
NavBaseobject named :wait_iframe_reset - new method for
PageBaseobject named :wait_iframe - new method for
PageBaseobject named :wait_iframe_reset
Tests
- At
NavBasesuite- new testcase for method named :
wait_iframe - new testcase for method named :
wait_iframe_reset
- new testcase for method named :
- At
PageBasesuite- new testcase for method named :
wait_iframe - new testcase for method named :
wait_iframe_reset
- new testcase for method named :
Notes
- Update CHANGELOG at finish Issue
def __switch_to_iframe__(self):
"""Switches driver focus to the monitoring iframe"""
locator=("css selector", ctl.selector)
# go to iframe
self.bot.curr_driver_wait.until(EC.frame_to_be_available_and_switch_to_it())
# come back from iframe
self.bot.curr_driver.switch_to_default_content(locator))`Metadata
Metadata
Assignees
Labels
Awaiting-TriagePending of be labeled from a CollaboratorPending of be labeled from a CollaboratorFeatureNew functionality proposalNew functionality proposalTODO