Skip to content

Allow Scrolling

gcvfi edited this page Nov 30, 2019 · 4 revisions

Back to AIQ Commands | Home


Note: Draft content, work in progress, not yet reviewed or verified.


When we do hover we freeze the scrolling. The freeze continue till it goes to next page or till we allow scrolling explicitly.

Example

Test Steps Data
open website https://www.travelers.com/
wait for 3 seconds
Hover over "FOR BUSINESS"
Wait for 3 seconds
Hover over "Claim"
Wait for 3 seconds
Verify {xpath: "//div[contains(text(),'Our Company')]"} is visible
Allow Scrolling
Wait for 3 secs
Verify {xpath: "//div[contains(text(),'Our Company')]"} is visible

See also

Clone this wiki locally