Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, marionette):
Phone.__init__(self, marionette)
self.wait_to_be_displayed()
self.apps.switch_to_displayed_app()
keypad_toolbar_button = self.marionette.find_element(*self._keypad_toolbar_button_locator)
Wait(self.marionette).until(lambda m: 'toolbar-option-selected' in keypad_toolbar_button.get_attribute('class'))
def __init__(self, marionette):
Phone.__init__(self, marionette)
Wait(self.marionette).until(
expected.element_not_displayed(*self._upgrade_progress_locator))
Wait(self.marionette).until(
expected.element_displayed(*self._all_calls_tab_link_locator))
def __init__(self, marionette):
Phone.__init__(self, marionette)
self.switch_to_call_screen_frame()