Skip navigation links
A C D F G I M N Q S W 

A

allocateWebPage() - Method in interface dev.galasa.selenium.ISeleniumManager
Allocate a new WebPage
allocateWebPage(String) - Method in interface dev.galasa.selenium.ISeleniumManager
Allocate a new WebPage for a provided URL

C

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

D

dev.galasa.selenium - package dev.galasa.selenium
Selenium Manager
driverWait() - Method in interface dev.galasa.selenium.IWebPage
Return a WebDriverWait with a default timeout
driverWait(int) - Method in interface dev.galasa.selenium.IWebPage
Return a WebDriverWait with a given timeout

F

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

G

get(String) - Method in interface dev.galasa.selenium.IWebPage
Load WebPage with the given URL in current Browser Window
getCurrentUrl() - Method in interface dev.galasa.selenium.IWebPage
Returns the String representation of the URL f the current WebPage
getPageSource() - Method in interface dev.galasa.selenium.IWebPage
Returns the source of the current WebPage
getTitle() - Method in interface dev.galasa.selenium.IWebPage
Returns the Title of the current WebPage
getWebDriver() - Method in interface dev.galasa.selenium.IWebPage
Returns the WebDriver associated with this WebPage
getWindowHandle() - Method in interface dev.galasa.selenium.IWebPage
Return an opaque handle to this window that uniquely identifies it within this driver instance
getWindowHandles() - Method in interface dev.galasa.selenium.IWebPage
Return a set of window handles which can be used to iterate over all open windows of this WebDriver instance by passing them to switchTo().WebDriver.Options.window()

I

ISeleniumManager - Interface in dev.galasa.selenium
 
IWebPage - Interface in dev.galasa.selenium
TPI for the WebPageImpl object provisioned by the Selenium Manager

M

manage() - Method in interface dev.galasa.selenium.IWebPage
Returns the Options interface for the WebPage
maximize() - Method in interface dev.galasa.selenium.IWebPage
Maximizes the WebPage

N

navigate() - Method in interface dev.galasa.selenium.IWebPage
Returns an abstraction allowing the Diver to access the Browser's history to navigate to a URL

Q

quit() - Method in interface dev.galasa.selenium.IWebPage
Quit the Driver, closes all associated Windows

S

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

W

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
A C D F G I M N Q S W 
Skip navigation links

Copyright © 2020. All rights reserved.