Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
netzulo opened this issue Feb 28, 2020 · 0 comments
Open

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

netzulo opened this issue Feb 28, 2020 · 0 comments
Assignees
Labels
Awaiting-Triage Pending of be labeled from a Collaborator Feature New functionality proposal Testcase
Projects

Comments

@netzulo
Copy link
Owner

netzulo commented Feb 28, 2020

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()
@netzulo netzulo added Feature New functionality proposal Testcase labels Feb 28, 2020
@netzulo netzulo self-assigned this Feb 28, 2020
@netzulo netzulo added the Awaiting-Triage Pending of be labeled from a Collaborator label Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting-Triage Pending of be labeled from a Collaborator Feature New functionality proposal Testcase
Projects
QaCode
Awaiting triage
Development

No branches or pull requests

1 participant