Class CommonPanel
- java.lang.Object
-
- step.basic.web.selenium.keywords.helper.AbstractPageObject
-
- step.basic.web.selenium.pages.partials.commons.CommonPanel
-
public class CommonPanel extends AbstractPageObject
-
-
Field Summary
-
Fields inherited from class step.basic.web.selenium.keywords.helper.AbstractPageObject
DEFAULT_TIMEOUT, driver
-
-
Constructor Summary
Constructors Constructor Description CommonPanel(org.openqa.selenium.WebDriver driver, java.lang.String componentName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getComponentName()
org.openqa.selenium.WebElement
getPanel()
void
panelChecks()
-
Methods inherited from class step.basic.web.selenium.keywords.helper.AbstractPageObject
doWithoutImplicitWait, doWithoutImplicitWait, findAllBy, findAllBy, findBy, findBy, getDriver, getJSWaiter, safeClick, safeClick, safeJavascriptClick, safeJavascriptClick, safeSendKeys, safeSendKeys, safeWait, safeWait
-
-