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.WebDriverprivate org.openqa.selenium.Byprivate org.openqa.selenium.Byprivate org.openqa.selenium.Byprivate org.openqa.selenium.By -
Constructor Summary
Constructors -
Method Summary
-
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
-
getFiltro
-
getDescuentos
-
find
private org.openqa.selenium.WebElement find(org.openqa.selenium.By locator)
-