Forum Discussion
Mike359
1 month agoContributor
BTW TC Version is 15.76.5.7 x64
rraghvani
Champion Level 3
1 month agoI've just tried this using the following code,
function test()
{
var page = Sys.Browser("chrome").Page("https://getbootstrap.com/docs/4.0/components/dropdowns/");
var picture = page.PagePicture(0, 0, -1, -1);
// Posts the image to the test log
Log.Picture(picture);
}
and it works,
Reasons for it may not work, is mentioned in PagePicture Method (Page Objects)