public class PseudoSeleniumClient extends Object
Constructor and Description |
---|
PseudoSeleniumClient(JiraTestedProduct jira,
com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder) |
Modifier and Type | Method and Description |
---|---|
void |
check(String element,
String value) |
void |
click(org.openqa.selenium.By by) |
void |
click(org.openqa.selenium.By by,
boolean waitForPageLoad) |
void |
click(String element) |
void |
click(String element,
boolean wait) |
String |
getAttribute(String element) |
org.openqa.selenium.WebElement |
getElement(String element) |
void |
open(String url) |
void |
select(String element,
String option) |
void |
selectOptionFromAutocompleteTextField(String element,
String option) |
void |
setTextField(String element,
String value) |
void |
switchToDefaultContent() |
void |
switchToFrame(String id) |
void |
type(String element,
CharSequence text) |
void |
waitForPageToLoad() |
public PseudoSeleniumClient(JiraTestedProduct jira, com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder)
public void click(String element)
public void click(String element, boolean wait)
public void click(org.openqa.selenium.By by)
public void click(org.openqa.selenium.By by, boolean waitForPageLoad)
public void type(String element, CharSequence text)
public org.openqa.selenium.WebElement getElement(String element)
public void open(String url)
public void waitForPageToLoad()
public void selectOptionFromAutocompleteTextField(String element, String option)
public void switchToFrame(String id)
public void switchToDefaultContent()
Copyright © 2002-2024 Atlassian. All Rights Reserved.