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

Направить мышку на элемент, для открытия списка меню #135

Open
andreevym opened this issue Nov 25, 2016 · 1 comment

Comments

@andreevym
Copy link

Коллеги, добрый день.

Проблема:
У меня есть меню и для его открытия нужно сначало навести мышку на 1 элемент, потом кликнуть на другой элемент.

Подтверждение, что проблема распространенная:
http://stackoverflow.com/questions/6101461/how-to-force-selenium-webdriver-to-click-on-element-which-is-not-currently-visib

Решение:
Хочу сделать Pill Request, чтобы добавить в класс TypifiedElement метод, который направляет мышку на элемент.

Actions build = new Actions(driver);
build.moveToElement(documents.getWrappedElement()).build().perform();

Никто не будет против?

@artkoshelev
Copy link
Contributor

Делай, посмотрим )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants