- clearElement(By) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by a By Object
- clearElement(By, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by a By Object
- clearElementByClassName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by a Class Name
- clearElementByClassName(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by a Class Name
- clearElementByCssSelector(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by a Css Selector
- clearElementByCssSelector(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by a Css Selector
- clearElementById(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by an ID
- clearElementById(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by an ID
- clearElementByLinkText(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by a Link Text
- clearElementByLinkText(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by a Link Text
- clearElementByName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by a Name
- clearElementByName(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by a Name
- clearElementByPartialLinkText(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by a Partial Link Text
- clearElementByPartialLinkText(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by a Partial Link Text
- clearElementByTagName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by a Tag Name
- clearElementByTagName(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by a Tag Name
- clearElementByXpath(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by an XPath Expression
- clearElementByXpath(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clears the Element specified by an XPath Expression
- clickElement(By) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by a By Object
- clickElement(By, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by a By Object
- clickElementByClassName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by a Class Name
- clickElementByClassName(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by a Class Name
- clickElementByCssSelector(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by a Css Selector
- clickElementByCssSelector(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by a Css Selector
- clickElementById(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by an ID
- clickElementById(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by an ID
- clickElementByLinkText(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by a Link Text
- clickElementByLinkText(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by a Link Text
- clickElementByName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by a Name
- clickElementByName(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by a Name
- clickElementByPartialLinkText(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by a Partial Link Text
- clickElementByPartialLinkText(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by a Partial Link Text
- clickElementByTagName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by a Tag Name
- clickElementByTagName(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by a Tag Name
- clickElementByXpath(String) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by an XPath Expression
- clickElementByXpath(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Clicks the Element specified by an XPath Expression
- close() - Method in interface dev.galasa.selenium.IWebPage
-
Close current Window and quit browser if was only Window open
- findElement(By) - Method in interface dev.galasa.selenium.IWebPage
-
Returns the first WebElement specified by a By Object
- findElementByClassName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns the first WebElement specified by a Class Name
- findElementByCssSelector(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns the first WebElement specified by a Css Selector
- findElementById(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns the first WebElement specified by an ID
- findElementByLinkText(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns the first WebElement specified by a Link Text
- findElementByName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns the first WebElement specified by a Name
- findElementByPartialLinkText(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns the first WebElement specified by a Partial Link Text
- findElementByTagName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns the first WebElement specified by a Tag Name
- findElementByXpath(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns the first WebElement specified by an XPath Expression
- findElements(By) - Method in interface dev.galasa.selenium.IWebPage
-
Returns all WebElements specified by a By Object
- findElementsByClassName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns all WebElements specified by a Class Name
- findElementsByCssSelector(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns all WebElements specified by a Css Selector
- findElementsById(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns all WebElements specified by an ID
- findElementsByLinkText(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns all WebElements specified by a Link Text
- findElementsByName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns all WebElements specified by a Name
- findElementsByPartialLinkText(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns all WebElements specified by a Partial Link Text
- findElementsByTagName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns all WebElements specified by a Tag Name
- findElementsByXpath(String) - Method in interface dev.galasa.selenium.IWebPage
-
Returns all WebElements specified by an XPath Expression
- SeleniumManager - Annotation Type in dev.galasa.selenium
-
- SeleniumManagerException - Exception in dev.galasa.selenium
-
- SeleniumManagerException() - Constructor for exception dev.galasa.selenium.SeleniumManagerException
-
- SeleniumManagerException(String) - Constructor for exception dev.galasa.selenium.SeleniumManagerException
-
- SeleniumManagerException(Throwable) - Constructor for exception dev.galasa.selenium.SeleniumManagerException
-
- SeleniumManagerException(String, Throwable) - Constructor for exception dev.galasa.selenium.SeleniumManagerException
-
- SeleniumManagerException(String, Throwable, boolean, boolean) - Constructor for exception dev.galasa.selenium.SeleniumManagerException
-
- SeleniumManagerField - Annotation Type in dev.galasa.selenium
-
- sendKeysToElement(By, CharSequence) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by a By Object
- sendKeysToElement(By, CharSequence, int) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by a By Object
- sendKeysToElementByClassName(String, CharSequence) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by a Class Name
- sendKeysToElementByClassName(String, CharSequence, int) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by a Class Name
- sendKeysToElementByCssSelector(String, CharSequence) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by a Css Selector
- sendKeysToElementByCssSelector(String, CharSequence, int) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by a Css Selector
- sendKeysToElementById(String, CharSequence) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by an ID
- sendKeysToElementById(String, CharSequence, int) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by an ID
- sendKeysToElementByLinkText(String, CharSequence) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by a Link Text
- sendKeysToElementByLinkText(String, CharSequence, int) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by a Link Text
- sendKeysToElementByName(String, CharSequence) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by a Name
- sendKeysToElementByName(String, CharSequence, int) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by a Name
- sendKeysToElementByPartialLinkText(String, CharSequence) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by a Partial Link Text
- sendKeysToElementByPartialLinkText(String, CharSequence, int) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by a Partial Link Text
- sendKeysToElementByTagName(String, CharSequence) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by a Tag Name
- sendKeysToElementByTagName(String, CharSequence, int) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by a Tag Name
- sendKeysToElementByXpath(String, CharSequence) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by an XPath Expression
- sendKeysToElementByXpath(String, CharSequence, int) - Method in interface dev.galasa.selenium.IWebPage
-
Send CharSequence of Keys to an Element specified by an XPath Expression
- switchTo() - Method in interface dev.galasa.selenium.IWebPage
-
Send future commands to a different frame
- switchToFrame(By) - Method in interface dev.galasa.selenium.IWebPage
-
Send future commands to the frame specified by By Object
- switchToFrameByClassName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Send future commands to the frame specified by Class Name
- switchToFrameByCssSelector(String) - Method in interface dev.galasa.selenium.IWebPage
-
Send future commands to the frame specified by Css Selector
- switchToFrameById(String) - Method in interface dev.galasa.selenium.IWebPage
-
Send future commands to the frame specified by ID
- switchToFrameByLinkText(String) - Method in interface dev.galasa.selenium.IWebPage
-
Send future commands to the frame specified by Link Text
- switchToFrameByName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Send future commands to the frame specified by Name
- switchToFrameByPartialLinkText(String) - Method in interface dev.galasa.selenium.IWebPage
-
Send future commands to the frame specified by Partial Link Text
- switchToFrameByTagName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Send future commands to the frame specified by Tag Name
- switchToFrameByXpath(String) - Method in interface dev.galasa.selenium.IWebPage
-
Send future commands to the frame specified by XPath Expression
- waitForElement(By) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for a specified By object
- waitForElement(By, int) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for a specified By object with timeout
- waitForElementByClassName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified Class Name
- waitForElementByClassName(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified Class Name with timeout
- waitForElementByCssSelector(String) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified Css Selector
- waitForElementByCssSelector(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified Css Selector with timeout
- waitForElementById(String) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified ID
- waitForElementById(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified ID with timeout
- waitForElementByLinkText(String) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified Link Text
- waitForElementByLinkText(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified Link Text with timeout
- waitForElementByName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified Name
- waitForElementByName(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified Name with timeout
- waitForElementByPartialLinkText(String) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified Partial Link Text
- waitForElementByPartialLinkText(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified Partial Link Text with timeout
- waitForElementByTagName(String) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified Tag Name
- waitForElementByTagName(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified Tag Name with timeout
- waitForElementByXpath(String) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified XPath expression
- waitForElementByXpath(String, int) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for an Object with specified XPath expression with timeout
- waitForPageLoad() - Method in interface dev.galasa.selenium.IWebPage
-
Waits for the page to fully load with the default timeout
- waitForPageLoad(int) - Method in interface dev.galasa.selenium.IWebPage
-
Waits for the page to fully load with the given timeout