BO
Size: a a a
BO
AS
YO
AS
BO
AK
AK
AK
AK
AK
AK
@FindBy(css = ".row")
List<Row> rows;
YO
AS
public record Row(SelenideElement table, int rowIndex) {
public final SelenideElement domain = table.$("tbody tr”, rowIndex).$(“td");
@Step()
public ModalPage openModal() {
domain.click();
new ModalPage().title().shouldBe(visible, Duration.ofSeconds(10));
return new ModalPage();
}
}
AK
AS
AK
AK
AS
AK
AS