문제

Is it possible to scroll to an element with FluentAutomation + Selenium, e.g. to click a button outside of the currently visible area? If so, how?

From browsing the FluentAutomation docs, I can't see any support for this. The problem is that if an element is outside the currently visible area, it can't be interacted with (e.g. clicked) via FluentAutomation.

도움이 되었습니까?

해결책

Use I.Hover(selector) to cause an element to scroll into view. Selenium implicitly handles managing the viewport via what the test is touching.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top