| Modifier and Type | Method and Description |
|---|---|
IWebPage |
ISeleniumManager.allocateWebPage()
Allocate a new WebPage
|
IWebPage |
ISeleniumManager.allocateWebPage(String url)
Allocate a new WebPage for a provided URL
|
IWebPage |
IWebPage.clearElement(org.openqa.selenium.By by)
Clears the Element specified by a By Object
|
IWebPage |
IWebPage.clearElement(org.openqa.selenium.By by,
int secondsTimeout)
Clears the Element specified by a By Object
|
IWebPage |
IWebPage.clearElementByClassName(String className)
Clears the Element specified by a Class Name
|
IWebPage |
IWebPage.clearElementByClassName(String className,
int secondsTimeout)
Clears the Element specified by a Class Name
|
IWebPage |
IWebPage.clearElementByCssSelector(String selector)
Clears the Element specified by a Css Selector
|
IWebPage |
IWebPage.clearElementByCssSelector(String selector,
int secondsTimeout)
Clears the Element specified by a Css Selector
|
IWebPage |
IWebPage.clearElementById(String id)
Clears the Element specified by an ID
|
IWebPage |
IWebPage.clearElementById(String id,
int secondsTimeout)
Clears the Element specified by an ID
|
IWebPage |
IWebPage.clearElementByLinkText(String linkText)
Clears the Element specified by a Link Text
|
IWebPage |
IWebPage.clearElementByLinkText(String linkText,
int secondsTimeout)
Clears the Element specified by a Link Text
|
IWebPage |
IWebPage.clearElementByName(String name)
Clears the Element specified by a Name
|
IWebPage |
IWebPage.clearElementByName(String name,
int secondsTimeout)
Clears the Element specified by a Name
|
IWebPage |
IWebPage.clearElementByPartialLinkText(String linkText)
Clears the Element specified by a Partial Link Text
|
IWebPage |
IWebPage.clearElementByPartialLinkText(String linkText,
int secondsTimeout)
Clears the Element specified by a Partial Link Text
|
IWebPage |
IWebPage.clearElementByTagName(String name)
Clears the Element specified by a Tag Name
|
IWebPage |
IWebPage.clearElementByTagName(String name,
int secondsTimeout)
Clears the Element specified by a Tag Name
|
IWebPage |
IWebPage.clearElementByXpath(String xpathExpression)
Clears the Element specified by an XPath Expression
|
IWebPage |
IWebPage.clearElementByXpath(String xpathExpression,
int secondsTimeout)
Clears the Element specified by an XPath Expression
|
IWebPage |
IWebPage.clickElement(org.openqa.selenium.By by)
Clicks the Element specified by a By Object
|
IWebPage |
IWebPage.clickElement(org.openqa.selenium.By by,
int secondsTimeout)
Clicks the Element specified by a By Object
|
IWebPage |
IWebPage.clickElementByClassName(String className)
Clicks the Element specified by a Class Name
|
IWebPage |
IWebPage.clickElementByClassName(String className,
int secondsTimeout)
Clicks the Element specified by a Class Name
|
IWebPage |
IWebPage.clickElementByCssSelector(String selector)
Clicks the Element specified by a Css Selector
|
IWebPage |
IWebPage.clickElementByCssSelector(String selector,
int secondsTimeout)
Clicks the Element specified by a Css Selector
|
IWebPage |
IWebPage.clickElementById(String id)
Clicks the Element specified by an ID
|
IWebPage |
IWebPage.clickElementById(String id,
int secondsTimeout)
Clicks the Element specified by an ID
|
IWebPage |
IWebPage.clickElementByLinkText(String linkText)
Clicks the Element specified by a Link Text
|
IWebPage |
IWebPage.clickElementByLinkText(String linkText,
int secondsTimeout)
Clicks the Element specified by a Link Text
|
IWebPage |
IWebPage.clickElementByName(String name)
Clicks the Element specified by a Name
|
IWebPage |
IWebPage.clickElementByName(String name,
int secondsTimeout)
Clicks the Element specified by a Name
|
IWebPage |
IWebPage.clickElementByPartialLinkText(String linkText)
Clicks the Element specified by a Partial Link Text
|
IWebPage |
IWebPage.clickElementByPartialLinkText(String linkText,
int secondsTimeout)
Clicks the Element specified by a Partial Link Text
|
IWebPage |
IWebPage.clickElementByTagName(String name)
Clicks the Element specified by a Tag Name
|
IWebPage |
IWebPage.clickElementByTagName(String name,
int secondsTimeout)
Clicks the Element specified by a Tag Name
|
IWebPage |
IWebPage.clickElementByXpath(String xpathExpression)
Clicks the Element specified by an XPath Expression
|
IWebPage |
IWebPage.clickElementByXpath(String xpathExpression,
int secondsTimeout)
Clicks the Element specified by an XPath Expression
|
IWebPage |
IWebPage.get(String url)
Load WebPage with the given URL in current Browser Window
|
IWebPage |
IWebPage.maximize()
Maximizes the WebPage
|
IWebPage |
IWebPage.sendKeysToElement(org.openqa.selenium.By by,
CharSequence keysToSend)
Send CharSequence of Keys to an Element specified by a By Object
|
IWebPage |
IWebPage.sendKeysToElement(org.openqa.selenium.By by,
CharSequence keysToSend,
int secondsTimeout)
Send CharSequence of Keys to an Element specified by a By Object
|
IWebPage |
IWebPage.sendKeysToElementByClassName(String className,
CharSequence keysToSend)
Send CharSequence of Keys to an Element specified by a Class Name
|
IWebPage |
IWebPage.sendKeysToElementByClassName(String className,
CharSequence keysToSend,
int secondsTimeout)
Send CharSequence of Keys to an Element specified by a Class Name
|
IWebPage |
IWebPage.sendKeysToElementByCssSelector(String selector,
CharSequence keysToSend)
Send CharSequence of Keys to an Element specified by a Css Selector
|
IWebPage |
IWebPage.sendKeysToElementByCssSelector(String selector,
CharSequence keysToSend,
int secondsTimeout)
Send CharSequence of Keys to an Element specified by a Css Selector
|
IWebPage |
IWebPage.sendKeysToElementById(String id,
CharSequence keysToSend)
Send CharSequence of Keys to an Element specified by an ID
|
IWebPage |
IWebPage.sendKeysToElementById(String id,
CharSequence keysToSend,
int secondsTimeout)
Send CharSequence of Keys to an Element specified by an ID
|
IWebPage |
IWebPage.sendKeysToElementByLinkText(String linkText,
CharSequence keysToSend)
Send CharSequence of Keys to an Element specified by a Link Text
|
IWebPage |
IWebPage.sendKeysToElementByLinkText(String linkText,
CharSequence keysToSend,
int secondsTimeout)
Send CharSequence of Keys to an Element specified by a Link Text
|
IWebPage |
IWebPage.sendKeysToElementByName(String name,
CharSequence keysToSend)
Send CharSequence of Keys to an Element specified by a Name
|
IWebPage |
IWebPage.sendKeysToElementByName(String name,
CharSequence keysToSend,
int secondsTimeout)
Send CharSequence of Keys to an Element specified by a Name
|
IWebPage |
IWebPage.sendKeysToElementByPartialLinkText(String linkText,
CharSequence keysToSend)
Send CharSequence of Keys to an Element specified by a Partial Link Text
|
IWebPage |
IWebPage.sendKeysToElementByPartialLinkText(String linkText,
CharSequence keysToSend,
int secondsTimeout)
Send CharSequence of Keys to an Element specified by a Partial Link Text
|
IWebPage |
IWebPage.sendKeysToElementByTagName(String name,
CharSequence keysToSend)
Send CharSequence of Keys to an Element specified by a Tag Name
|
IWebPage |
IWebPage.sendKeysToElementByTagName(String name,
CharSequence keysToSend,
int secondsTimeout)
Send CharSequence of Keys to an Element specified by a Tag Name
|
IWebPage |
IWebPage.sendKeysToElementByXpath(String xpathExpression,
CharSequence keysToSend)
Send CharSequence of Keys to an Element specified by an XPath Expression
|
IWebPage |
IWebPage.sendKeysToElementByXpath(String xpathExpression,
CharSequence keysToSend,
int secondsTimeout)
Send CharSequence of Keys to an Element specified by an XPath Expression
|
IWebPage |
IWebPage.switchToFrame(org.openqa.selenium.By by)
Send future commands to the frame specified by By Object
|
IWebPage |
IWebPage.switchToFrameByClassName(String className)
Send future commands to the frame specified by Class Name
|
IWebPage |
IWebPage.switchToFrameByCssSelector(String selector)
Send future commands to the frame specified by Css Selector
|
IWebPage |
IWebPage.switchToFrameById(String id)
Send future commands to the frame specified by ID
|
IWebPage |
IWebPage.switchToFrameByLinkText(String linkText)
Send future commands to the frame specified by Link Text
|
IWebPage |
IWebPage.switchToFrameByName(String name)
Send future commands to the frame specified by Name
|
IWebPage |
IWebPage.switchToFrameByPartialLinkText(String linkText)
Send future commands to the frame specified by Partial Link Text
|
IWebPage |
IWebPage.switchToFrameByTagName(String name)
Send future commands to the frame specified by Tag Name
|
IWebPage |
IWebPage.switchToFrameByXpath(String xpathExpression)
Send future commands to the frame specified by XPath Expression
|
IWebPage |
IWebPage.waitForPageLoad()
Waits for the page to fully load with the default timeout
|
IWebPage |
IWebPage.waitForPageLoad(int secondsTimeout)
Waits for the page to fully load with the given timeout
|
Copyright © 2020. All rights reserved.