Age | Commit message (Collapse) | Author | Files | Lines |
|
First step of issue #3
|
|
|
|
Fixes weird positioning of elements tethered to viewport top.
|
|
- Introduce stop() method callable from Python. Looks like the old
method (global variable) was not working (any more?). This is much
better anyway.
- Restore state of scrolled elements (not window). Fixes weird
screenshots of twitter.com.
|
|
One example is Twitter, which uses a popover div for individual tweets.
Scrolling the page won’t scroll that div’s content, which is required to
load more replies.
|
|
No functional changes, just cleanup. Replaces onload and onsnapshot
events. Move screen metric emulation, DOM snapshots and screenshots here
as well.
|
|
|
|
Stop scrolling script, wait for remaining resources to load.
|
|
|