-
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 proposalTestcase
Description
Obtained Behaviour
Fails when some action ( as click or send_keys) it's executed without element on screen
Expected Behaviour
Works when some action ( as click or send_keys) it's executed without element on screen
Notes
Upload with testscases
def scroll_to(self, control):
"""Allow to scroll view to element"""
control.wait_invisible()
actions = ActionChains(self.bot.curr_driver)
actions.move_to_element(control.element)
actions.perform()
actions.release()Metadata
Metadata
Assignees
Labels
Awaiting-TriagePending of be labeled from a CollaboratorPending of be labeled from a CollaboratorFeatureNew functionality proposalNew functionality proposalTestcase