How can we script scrolling on the page?
|
04-08-2013, 04:14 PM
Post: #1
|
|||
|
|||
How can we script scrolling on the page?
Some of the pages I test happen to kick in the image load among other things when I scroll down. However WPT video shows only the top front.
In particular, this affects retail sites where the catalog loads. I was thinking of exec window.scrollBy but was wondering if there are other alternatives that folks here use to script scrolling down |
|||
04-09-2013, 01:33 AM
Post: #2
|
|||
|
|||
RE: How can we script scrolling on the page?
That's pretty much what I have done any time I needed to do it. The thing that usually gets a bit tricky is to get WPT to continue the measurement while you're doing the scrolling (usually a combination of combineSteps and execAndWait) because it wasn't originally built to record video of arbitrary page interactions.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)