Class NoSuchElementException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchElementException
    extends org.openqa.selenium.NoSuchElementException
    I need NoSuchElementException that does not include InvalidSelectorException. See issue #2138 for discussion.
    Author:
    SiKing
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchElementException

        public NoSuchElementException​(String reason)
      • NoSuchElementException

        public NoSuchElementException​(String reason,
                                      Throwable cause)