Hi team,
I noticed that when I capture certain pages that are full length then the captureEntirePageScreenshot seems to work because I can see it capture screens from bottom to top. But it only works on certain screens and then fails to work on others. Here is a example of a screen which didn’t work.
{
"Name": "Test2",
"CreationDate": "2019-8-7",
"Commands": [
{
"Command": "open",
"Target": "https://www.optus.com.au/enterprise",
"Value": ""
},
{
"Command": "captureDesktopScreenshot",
"Target": "screen1",
"Value": ""
},
{
"Command": "clickAndWait",
"Target": "link=Find out more",
"Value": ""
},
{
"Command": "captureEntirePageScreenshot",
"Target": "screen2",
"Value": ""
},
{
"Command": "clickAndWait",
"Target": "link=Learn more@POS=4",
"Value": ""
},
{
"Command": "captureEntirePageScreenshot",
"Target": "screen3",
"Value": ""
}
]
}