Uses of Interface
dev.galasa.selenium.IWebPage
-
Uses of IWebPage in dev.galasa.selenium
Modifier and TypeMethodDescriptionISeleniumManager.allocateWebPage()
Deprecated.Allocate a new WebPageISeleniumManager.allocateWebPage
(String url) Deprecated.Allocate a new WebPage for a provided URLISeleniumManager.allocateWebPage
(String url, IChromeOptions options) Deprecated.Allocate a new WebPage for a provided URL with Chrome OptionsISeleniumManager.allocateWebPage
(String url, IEdgeOptions options) Deprecated.Allocate a new WebPage for a provided URL with Edge OptionsISeleniumManager.allocateWebPage
(String url, IFirefoxOptions options) Deprecated.Allocate a new WebPage for a provided URL with Firefox OptionsISeleniumManager.allocateWebPage
(String url, IInternetExplorerOptions options) Deprecated.Allocate a new WebPage for a provided URL with Internet Explorer OptionsIWebDriver.allocateWebPage()
Allocate a new WebPageIWebDriver.allocateWebPage
(String url) Allocate a new WebPage for a provided URLIWebDriver.allocateWebPage
(String url, IChromeOptions options) Allocate a new WebPage for a provided URL with Chrome OptionsIWebDriver.allocateWebPage
(String url, IEdgeOptions options) Allocate a new WebPage for a provided URL with Edge OptionsIWebDriver.allocateWebPage
(String url, IFirefoxOptions options) Allocate a new WebPage for a provided URL with Firefox OptionsIWebDriver.allocateWebPage
(String url, IInternetExplorerOptions options) Allocate a new WebPage for a provided URL with Internet Explorer OptionsIWebPage.clearElement
(org.openqa.selenium.By by) Clears the Element specified by a By ObjectIWebPage.clearElement
(org.openqa.selenium.By by, int secondsTimeout) Clears the Element specified by a By ObjectIWebPage.clearElementByClassName
(String className) Clears the Element specified by a Class NameIWebPage.clearElementByClassName
(String className, int secondsTimeout) Clears the Element specified by a Class NameIWebPage.clearElementByCssSelector
(String selector) Clears the Element specified by a Css SelectorIWebPage.clearElementByCssSelector
(String selector, int secondsTimeout) Clears the Element specified by a Css SelectorIWebPage.clearElementById
(String id) Clears the Element specified by an IDIWebPage.clearElementById
(String id, int secondsTimeout) Clears the Element specified by an IDIWebPage.clearElementByLinkText
(String linkText) Clears the Element specified by a Link TextIWebPage.clearElementByLinkText
(String linkText, int secondsTimeout) Clears the Element specified by a Link TextIWebPage.clearElementByName
(String name) Clears the Element specified by a NameIWebPage.clearElementByName
(String name, int secondsTimeout) Clears the Element specified by a NameIWebPage.clearElementByPartialLinkText
(String linkText) Clears the Element specified by a Partial Link TextIWebPage.clearElementByPartialLinkText
(String linkText, int secondsTimeout) Clears the Element specified by a Partial Link TextIWebPage.clearElementByTagName
(String name) Clears the Element specified by a Tag NameIWebPage.clearElementByTagName
(String name, int secondsTimeout) Clears the Element specified by a Tag NameIWebPage.clearElementByXpath
(String xpathExpression) Clears the Element specified by an XPath ExpressionIWebPage.clearElementByXpath
(String xpathExpression, int secondsTimeout) Clears the Element specified by an XPath ExpressionIWebPage.clickElement
(org.openqa.selenium.By by) Clicks the Element specified by a By ObjectIWebPage.clickElement
(org.openqa.selenium.By by, int secondsTimeout) Clicks the Element specified by a By ObjectIWebPage.clickElementByClassName
(String className) Clicks the Element specified by a Class NameIWebPage.clickElementByClassName
(String className, int secondsTimeout) Clicks the Element specified by a Class NameIWebPage.clickElementByCssSelector
(String selector) Clicks the Element specified by a Css SelectorIWebPage.clickElementByCssSelector
(String selector, int secondsTimeout) Clicks the Element specified by a Css SelectorIWebPage.clickElementById
(String id) Clicks the Element specified by an IDIWebPage.clickElementById
(String id, int secondsTimeout) Clicks the Element specified by an IDIWebPage.clickElementByLinkText
(String linkText) Clicks the Element specified by a Link TextIWebPage.clickElementByLinkText
(String linkText, int secondsTimeout) Clicks the Element specified by a Link TextIWebPage.clickElementByName
(String name) Clicks the Element specified by a NameIWebPage.clickElementByName
(String name, int secondsTimeout) Clicks the Element specified by a NameIWebPage.clickElementByPartialLinkText
(String linkText) Clicks the Element specified by a Partial Link TextIWebPage.clickElementByPartialLinkText
(String linkText, int secondsTimeout) Clicks the Element specified by a Partial Link TextIWebPage.clickElementByTagName
(String name) Clicks the Element specified by a Tag NameIWebPage.clickElementByTagName
(String name, int secondsTimeout) Clicks the Element specified by a Tag NameIWebPage.clickElementByXpath
(String xpathExpression) Clicks the Element specified by an XPath ExpressionIWebPage.clickElementByXpath
(String xpathExpression, int secondsTimeout) Clicks the Element specified by an XPath ExpressionLoad WebPage with the given URL in current Browser WindowIWebPage.maximize()
Maximizes the WebPageIWebPage.sendKeysToElement
(org.openqa.selenium.By by, CharSequence keysToSend) Send CharSequence of Keys to an Element specified by a By ObjectIWebPage.sendKeysToElement
(org.openqa.selenium.By by, CharSequence keysToSend, int secondsTimeout) Send CharSequence of Keys to an Element specified by a By ObjectIWebPage.sendKeysToElementByClassName
(String className, CharSequence keysToSend) Send CharSequence of Keys to an Element specified by a Class NameIWebPage.sendKeysToElementByClassName
(String className, CharSequence keysToSend, int secondsTimeout) Send CharSequence of Keys to an Element specified by a Class NameIWebPage.sendKeysToElementByCssSelector
(String selector, CharSequence keysToSend) Send CharSequence of Keys to an Element specified by a Css SelectorIWebPage.sendKeysToElementByCssSelector
(String selector, CharSequence keysToSend, int secondsTimeout) Send CharSequence of Keys to an Element specified by a Css SelectorIWebPage.sendKeysToElementById
(String id, CharSequence keysToSend) Send CharSequence of Keys to an Element specified by an IDIWebPage.sendKeysToElementById
(String id, CharSequence keysToSend, int secondsTimeout) Send CharSequence of Keys to an Element specified by an IDIWebPage.sendKeysToElementByLinkText
(String linkText, CharSequence keysToSend) Send CharSequence of Keys to an Element specified by a Link TextIWebPage.sendKeysToElementByLinkText
(String linkText, CharSequence keysToSend, int secondsTimeout) Send CharSequence of Keys to an Element specified by a Link TextIWebPage.sendKeysToElementByName
(String name, CharSequence keysToSend) Send CharSequence of Keys to an Element specified by a NameIWebPage.sendKeysToElementByName
(String name, CharSequence keysToSend, int secondsTimeout) Send CharSequence of Keys to an Element specified by a NameIWebPage.sendKeysToElementByPartialLinkText
(String linkText, CharSequence keysToSend) Send CharSequence of Keys to an Element specified by a Partial Link TextIWebPage.sendKeysToElementByPartialLinkText
(String linkText, CharSequence keysToSend, int secondsTimeout) Send CharSequence of Keys to an Element specified by a Partial Link TextIWebPage.sendKeysToElementByTagName
(String name, CharSequence keysToSend) Send CharSequence of Keys to an Element specified by a Tag NameIWebPage.sendKeysToElementByTagName
(String name, CharSequence keysToSend, int secondsTimeout) Send CharSequence of Keys to an Element specified by a Tag NameIWebPage.sendKeysToElementByXpath
(String xpathExpression, CharSequence keysToSend) Send CharSequence of Keys to an Element specified by an XPath ExpressionIWebPage.sendKeysToElementByXpath
(String xpathExpression, CharSequence keysToSend, int secondsTimeout) Send CharSequence of Keys to an Element specified by an XPath ExpressionIWebPage.switchToFrame
(org.openqa.selenium.By by) Send future commands to the frame specified by By ObjectIWebPage.switchToFrameByClassName
(String className) Send future commands to the frame specified by Class NameIWebPage.switchToFrameByCssSelector
(String selector) Send future commands to the frame specified by Css SelectorIWebPage.switchToFrameById
(String id) Send future commands to the frame specified by IDIWebPage.switchToFrameByLinkText
(String linkText) Send future commands to the frame specified by Link TextIWebPage.switchToFrameByName
(String name) Send future commands to the frame specified by NameIWebPage.switchToFrameByPartialLinkText
(String linkText) Send future commands to the frame specified by Partial Link TextIWebPage.switchToFrameByTagName
(String name) Send future commands to the frame specified by Tag NameIWebPage.switchToFrameByXpath
(String xpathExpression) Send future commands to the frame specified by XPath ExpressionIWebPage.takeScreenShot()
Takes a screenshot of the current screen and stores it in the RASIWebPage.waitForPageLoad()
Waits for the page to fully load with the default timeoutIWebPage.waitForPageLoad
(int secondsTimeout) Waits for the page to fully load with the given timeout