Home
last modified time | relevance | path

Searched refs:wait_until_clickable (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_layerdetails_page.py112 btn_save_chg_for_switch = self.wait_until_clickable(
152 btn_save_chg_for_switch = self.wait_until_clickable(
H A Dselenium_helpers_base.py228 def wait_until_clickable(self, selector, poll=1): member in SeleniumTestCaseBase