In order to help us efficiently investigate your issue, please provide the following information:
Firefox Version
52.0.1
Platform
macOS Sierra
Steps to reproduce -
To capture the whole page in screenshots in v0.15.0, I changed
marionette.rs line 924 to
data.insert("full".to_string(), Json::Boolean(true));
but that only captures the whole page vertically. Horizontally it still crops at the Browser window viewport. What do I need to change to get the whole page in the screenshot?