Open BobLuo opened 7 years ago
Hello @BobLuo !
Can you try running the tests and check if in the test the same happens to you?
Just go into the module folder and run npm run test
. You should see new files in the test folder with some screenshots.
Thanks! Luciano
Hello @LucianoGanga .
I am having the same problem with the above ^. I am running the npm test but getting the full screen shot in my test folder. did this got resolved or is there any work around?
Thank you, Wisam
Yeah, it seems as though it is just getting ignored.
To be clear, one can get the fullpage screen capture using fullPage as in
mainTab.saveScreenshot('/test', {fullPage:true})
However, when trying to implement clip to limit screencapture to smaller area, it seems to be ignored.
When I clip a region screenshot user api saveScreenshot, but the result also get full screenshot.