RenderBrowserInfo class
Platform: AppiumLanguage: Java SDK:
This class is used to provide information as to how a test was rendered using the Ultrafast Grid.
Import statement
import com.applitools.eyes.visualgrid.model.RenderBrowserInfo;
Methods
- getBaselineEnvName()
- Returns the baseline environment used for this browser configuration, or null if not defined.
- getBrowserType()
- Returns the browser defined for this browser configuration, or null if not defined.
- getEmulationInfo()
- Returns information about the Browser emulation if defined for this browser configuration, or null if not defined.
- getHeight()
- Returns the height of the viewport defined for this browser configuration.
- getIosDeviceInfo()
- If this is a IosDeviceInfo configuration returns the information.
- getPlatform()
- Returns the platform on which the this browser configuration was run.
- getWidth()
- Returns the width of the viewport defined for this browser configuration.