Module: Watir::Exception
- Included in:
- Watir, Browser, Container, Element, PageContainer
- Defined in:
- lib/watir-classic/exceptions.rb
Defined Under Namespace
Classes: FrameAccessDeniedException, MissingWayOfFindingObjectException, NavigationException, NoMatchingWindowFoundException, NoStatusBarException, NoValueFoundException, ObjectDisabledException, ObjectReadOnlyException, TimeOutException, UnhandledEventException, UnknownCellException, UnknownFormException, UnknownFrameException, UnknownObjectException, WatirException
Class Method Summary collapse
-
.message_for_unable_to_locate(specifiers) ⇒ Object
Return an error message for when unable to locate the element.
Class Method Details
.message_for_unable_to_locate(specifiers) ⇒ Object
Return an error message for when unable to locate the element
46 47 48 |
# File 'lib/watir-classic/exceptions.rb', line 46 def self.(specifiers) "Unable to locate element, using #{specifiers.inspect}" end |