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
{{ message }}
This repository was archived by the owner on Apr 3, 2026. It is now read-only.
Need to handle certain waits from ExpectedConditions default classes to use at PageBase , ControlBase throught NavBase
Expected behaviour
SPECs
new method for NavBase object named : wait_iframe
new method for NavBase object named : wait_iframe_reset
new method for PageBase object named : wait_iframe
new method for PageBase object named : wait_iframe_reset
Tests
At NavBasesuite
new testcase for method named : wait_iframe
new testcase for method named : wait_iframe_reset
At PageBasesuite
new testcase for method named : wait_iframe
new testcase for method named : wait_iframe_reset
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 iframeself.bot.curr_driver_wait.until(EC.frame_to_be_available_and_switch_to_it())
# come back from iframeself.bot.curr_driver.switch_to_default_content(locator))`
Obtained behaviour
Need to handle certain waits from ExpectedConditions default classes to use at PageBase , ControlBase throught NavBase
Expected behaviour
SPECs
NavBaseobject named :wait_iframeNavBaseobject named :wait_iframe_resetPageBaseobject named :wait_iframePageBaseobject named :wait_iframe_resetTests
NavBasesuitewait_iframewait_iframe_resetPageBasesuitewait_iframewait_iframe_resetNotes