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

Не срабатывает moveToElement в FireFox #29

Open
niktestbom opened this issue Apr 7, 2021 · 3 comments
Open

Не срабатывает moveToElement в FireFox #29

niktestbom opened this issue Apr 7, 2021 · 3 comments
Labels
Minor Не мешает выполнению автотестов

Comments

@niktestbom
Copy link
Contributor

При запуске тестов в FireFox не срабатывает команда .moveToElement() на элементы вне видимой части страницы(расположенные ниже по контенту).

При этом ошибка в логах:
Response 500 POST https://firefox.selenium.csssr.cloud/wd/hub/session/83d2031e-e4db-449e-9602-1c425509bf4c/moveto (566ms) { state: 'move target out of bounds', sessionId: null, class: 'org.openqa.selenium.remote.Response', value: { additionalInformation: '\nDriver info: driver.version: unknown', localizedMessage: '(1801, 3359) is out of bounds of viewport width (1920) and height (926)\n' + "Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'\n" + "System info: host: 'selenium-firefox-master-5864bdfbd7-f4p5l', ip: '***', os.name: 'Linux', os.arch: 'amd64', os.version: '4.19.0-11-amd64', java.version: '1.8.0_282'\n" + 'Driver info: driver.version: unknown', systemInformation: "System info: host: 'selenium-firefox-master-5864bdfbd7-f4p5l', ip: '10.244.26.64', os.name: 'Linux', os.arch: 'amd64', os.version: '4.19.0-11-amd64', java.version: '1.8.0_282'", supportUrl: null, cause: null, suppressed: [], message: '(1801, 3359) is out of bounds of viewport width (1920) and height (926)\n' + "Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'\n" + "System info: host: 'selenium-firefox-master-5864bdfbd7-f4p5l', ip: '***', os.name: 'Linux', os.arch: 'amd64', os.version: '4.19.0-11-amd64', java.version: '1.8.0_282'\n" + 'Driver info: driver.version: unknown', class: 'org.openqa.selenium.interactions.MoveTargetOutOfBoundsException', buildInformation: null }, status: 34 } Error while running .moveTo() protocol action: (1801, 3359) is out of bounds of viewport width (1920) and height (926)

В хроме же при подобном кейсе происходит скроллинг страницы к данному элементу.

@anurgalieva anurgalieva added Major Есть обходной вариант, но хотелось бы исправить and removed Major Есть обходной вариант, но хотелось бы исправить labels Apr 7, 2021
@niktestbom niktestbom added the Major Есть обходной вариант, но хотелось бы исправить label Apr 8, 2021
@Nitive
Copy link
Contributor

Nitive commented Apr 26, 2021

Проблема на стороне Firefox драйвера, можно отслеживать здесь: mozilla/geckodriver#776

@Nitive
Copy link
Contributor

Nitive commented Apr 26, 2021

Как ты сейчас обходишь проблему?

@ilchukovaolga
Copy link
Contributor

Я обходила эту проблему путем клика на соседний элемент (главное, чтобы не было ссылки на нем)

@xlinur xlinur self-assigned this May 31, 2021
@anurgalieva anurgalieva added Minor Не мешает выполнению автотестов and removed Major Есть обходной вариант, но хотелось бы исправить labels Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor Не мешает выполнению автотестов
Projects
None yet
Development

No branches or pull requests

5 participants