Skip to content

[FT] allow to scrolll view to some element #307

@netzulo

Description

@netzulo

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 CollaboratorFeatureNew functionality proposalTestcase

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions