Search found 2 matches

by Darren
Fri Oct 30, 2015 12:53 am
Forum: Automation API
Topic: How do I add a Bitmap to the Report
Replies: 2
Views: 2089

Re: How do I add a Bitmap to the Report

You can use the Report.LogData API method.

Example:

Code: Select all

Report.LogData(ReportLevel.Info, "Screenshot", "This is a screenshot", bitmapImage);
by Darren
Fri Sep 11, 2015 7:35 am
Forum: How To …
Topic: Move page scrollbar to the top
Replies: 4
Views: 4663

Re: Move page scrollbar to the top

Do you need to move to the top of the page using the scrollbar?

Alternatively, you could try enabling focus on the page and then pressing the 'Home' key.