gwen.web.eval
package gwen.web.eval
Members list
Type members
Classlikes
enum DriverManagerImpl
Attributes
- Companion
- object
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DriverManagerImpl
Attributes
- Companion
- enum
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DriverManagerImpl.type
enum DropdownSelection
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
enum ElementAction
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
enum ElementEvent
Attributes
- Companion
- object
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ElementEvent
Attributes
- Companion
- enum
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ElementEvent.type
enum ElementState
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
enum PopupAction
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
enum ScrollTo
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
enum WebBrowser
Attributes
- Companion
- object
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object WebBrowser
Attributes
- Companion
- enum
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
WebBrowser.type
class WebContext(options: GwenOptions, envState: EnvState, driverManager: DriverManager) extends EvalContext, LazyLogging, WebSessionEventListener
The web evaluatioin context.
The web evaluatioin context.
Attributes
- Supertypes
-
trait WebSessionEventListenerclass EvalContexttrait PdfSupporttrait SysProcSupporttrait SimilaritySupporttrait TemplateSupporttrait DecodingSupporttrait ScriptSupporttrait SQLSupporttrait JsonPathSupporttrait XPathSupporttrait RegexSupportclass Environmenttrait LazyLoggingclass Objecttrait Matchableclass AnyShow all
class WebElementLocator(ctx: WebContext) extends LazyLogging
Locates web elements using the selenium web driver.
Locates web elements using the selenium web driver.
Attributes
- Supertypes
-
trait LazyLoggingclass Objecttrait Matchableclass Any
class WebEngine extends EvalEngine[WebContext]
A web engine that uses the Selenium web driver API to automate various web operations.
A web engine that uses the Selenium web driver API to automate various web operations.
Attributes
- Supertypes
-
class EvalEngine[WebContext]trait GwenInfotrait StepTranslator[WebContext]trait UnitEngine[WebContext]trait GherkinParsertrait StepEngine[WebContext]trait StepDefEngine[WebContext]trait ExamplesEngine[WebContext]trait ScenarioEngine[WebContext]trait RuleEngine[WebContext]trait BackgroundEngine[WebContext]trait SpecNormalisertrait BehaviorRulestrait SpecEngine[WebContext]class NodeEventDispatchertrait LazyLoggingclass Objecttrait Matchableclass AnyShow all
object WebErrors
Defines methods for raising various kinds of errors (exceptions).
Defines methods for raising various kinds of errors (exceptions).
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WebErrors.type
object WebSettings extends LazyLogging
Provides access to gwen web settings defined through system properties loaded from properties files.
Provides access to gwen web settings defined through system properties loaded from properties files.
Attributes
- Supertypes
-
trait LazyLoggingclass Objecttrait Matchableclass Any
- Self type
-
WebSettings.type
In this article