Class 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
    • Field Summary

      • Fields inherited from interface eu.tsystems.mms.tic.testframework.logging.Loggable

        prompt
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBrowserName()
      Gets the browser name of the test run.
      java.lang.String getBrowserVersion()
      Gets the browser version of the test run.
      void parseUserAgent​(java.lang.String userAgent)
      Check the user agent and parse the browser name and version.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface eu.tsystems.mms.tic.testframework.logging.Loggable

        log
    • Constructor Detail

      • UapBrowserInformation

        public UapBrowserInformation()
    • Method Detail

      • parseUserAgent

        public void parseUserAgent​(java.lang.String userAgent)
        Check the user agent and parse the browser name and version.
        Specified by:
        parseUserAgent in interface BrowserInformation