public class SeleniumLibrary
extends org.robotframework.javalib.library.AnnotationLibrary
| Modifier and Type | Field and Description |
|---|---|
static String |
KEYWORD_PATTERN
The list of keyword patterns for the AnnotationLibrary
|
static String |
ROBOT_LIBRARY_SCOPE
The scope of this library is global.
|
static String |
ROBOT_LIBRARY_VERSION
The actual version of this library.
|
| Constructor and Description |
|---|
SeleniumLibrary() |
SeleniumLibrary(String timeout) |
SeleniumLibrary(String timeout,
String implicitWait) |
SeleniumLibrary(String timeout,
String implicitWait,
String keywordToRunOnFailure) |
SeleniumLibrary(String timeout,
String implicitWait,
String keywordToRunOnFailure,
String screenshotPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeywordDocumentation(String keywordName) |
addKeywordPattern, autowireFields, createKeywordFactory, getKeywordArguments, runKeywordpublic static final String KEYWORD_PATTERN
public static final String ROBOT_LIBRARY_SCOPE
public static final String ROBOT_LIBRARY_VERSION
public SeleniumLibrary()
public SeleniumLibrary(String timeout)
public SeleniumLibrary(String timeout, String implicitWait, String keywordToRunOnFailure)
Copyright © 2019. All rights reserved.