Class UapBrowserInformation
- java.lang.Object
-
- eu.tsystems.mms.tic.testframework.useragents.UapBrowserInformation
-
- All Implemented Interfaces:
eu.tsystems.mms.tic.testframework.logging.Loggable,BrowserInformation
public class UapBrowserInformation extends java.lang.Object implements BrowserInformation, eu.tsystems.mms.tic.testframework.logging.Loggable
Uap User Agent implementation
-
-
Constructor Summary
Constructors Constructor Description UapBrowserInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBrowserName()Gets the browser name of the test run.java.lang.StringgetBrowserVersion()Gets the browser version of the test run.voidparseUserAgent(java.lang.String userAgent)Check the user agent and parse the browser name and version.
-
-
-
Method Detail
-
parseUserAgent
public void parseUserAgent(java.lang.String userAgent)
Check the user agent and parse the browser name and version.- Specified by:
parseUserAgentin interfaceBrowserInformation
-
getBrowserName
public java.lang.String getBrowserName()
Description copied from interface:BrowserInformationGets the browser name of the test run.- Specified by:
getBrowserNamein interfaceBrowserInformation- Returns:
- the browser name.
-
getBrowserVersion
public java.lang.String getBrowserVersion()
Description copied from interface:BrowserInformationGets the browser version of the test run.- Specified by:
getBrowserVersionin interfaceBrowserInformation- Returns:
- the browser version.
-
-