Class ElementUtils


  • public final class ElementUtils
    extends java.lang.Object
    Utility class for elements.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.openqa.selenium.NoSuchElementException noSuchElementException​(java.lang.String messageContext)
      Builds a NoSuchElementException.
      • Methods inherited from class java.lang.Object

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

      • noSuchElementException

        public static org.openqa.selenium.NoSuchElementException noSuchElementException​(java.lang.String messageContext)
        Builds a NoSuchElementException.
        Parameters:
        messageContext - message context.
        Returns:
        no such element exception