The information in this topic may be out of date. The current SDK reference guide has moved here.
getBrowserInfo method
Use this to get information on the Ultrafast Grid browser/device configuration for these test results.
Syntax
RenderBrowserInfo value = obj.getBrowserInfo();
Parameters
This method does not take any parameters.Return value
- Type: RenderBrowserInfo
- If this test was run using the Ultrafast Grid, then an object is returned which has the browser configuration information. If the test was not run on the Ultrafast Grid, then a value of null is returned.