We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Коллеги, добрый день.
Проблема: У меня есть меню и для его открытия нужно сначало навести мышку на 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();
Никто не будет против?
The text was updated successfully, but these errors were encountered:
Делай, посмотрим )
Sorry, something went wrong.
No branches or pull requests
Коллеги, добрый день.
Проблема:
У меня есть меню и для его открытия нужно сначало навести мышку на 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();
Никто не будет против?
The text was updated successfully, but these errors were encountered: