You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
При запуске тестов в 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)
В хроме же при подобном кейсе происходит скроллинг страницы к данному элементу.
The text was updated successfully, but these errors were encountered:
anurgalieva
added
Major
Есть обходной вариант, но хотелось бы исправить
and removed
Major
Есть обходной вариант, но хотелось бы исправить
labels
Apr 7, 2021
При запуске тестов в 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)
В хроме же при подобном кейсе происходит скроллинг страницы к данному элементу.
The text was updated successfully, but these errors were encountered: