Package giis.demo.descuento.it
Class DescuentoPo
java.lang.Object
giis.demo.descuento.it.DescuentoPo
Ejemplo de Page Object del formulario principal. Define los locators de los
diferentes elementos de la pagina como variables y luego metodos para
realizar las interacciones con estos elementos y consultar sus valores
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.openqa.selenium.WebDriver
private org.openqa.selenium.By
private org.openqa.selenium.By
private org.openqa.selenium.By
private org.openqa.selenium.By
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate org.openqa.selenium.WebElement
findElementUsingWait
(org.openqa.selenium.By locator) String[][]
getEdad()
void
-
Field Details
-
driver
private org.openqa.selenium.WebDriver driver -
edad
private org.openqa.selenium.By edad -
edadUpdate
private org.openqa.selenium.By edadUpdate -
filtro
private org.openqa.selenium.By filtro -
tabDescuentos
private org.openqa.selenium.By tabDescuentos
-
-
Constructor Details
-
DescuentoPo
public DescuentoPo(org.openqa.selenium.WebDriver driver)
-
-
Method Details
-
getEdad
-
setEdad
-
findElementUsingWait
private org.openqa.selenium.WebElement findElementUsingWait(org.openqa.selenium.By locator) -
getFiltro
-
getDescuentos
-