Class ErrorMessages


  • public class ErrorMessages
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorMessages()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String screenshot​(Config config, java.lang.String screenshotPath)  
      static java.lang.String screenshot​(Driver driver)  
      protected static java.lang.String timeout​(long timeoutMs)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorMessages

        public ErrorMessages()
    • Method Detail

      • timeout

        protected static java.lang.String timeout​(long timeoutMs)
      • screenshot

        public static java.lang.String screenshot​(Driver driver)
      • screenshot

        public static java.lang.String screenshot​(Config config,
                                                  java.lang.String screenshotPath)