Ri
проблема воспроизвелась в этом контейнере 40fc2bea4ee3520aa4e332d651149e6d588f8c0385e4511a001ca117c2914454
Size: a a a
Ri
Ri
BO
ЕА
mvn clean test...(в Jenkins)
LG
SR
АГ
$(byXpath("//span[text()='Name']//following::input[1]"))
LG
SR
SR
LG
SR
$(byXpath("//span[text()='Name']//following::input[1]"))
$(byText("Name")).closest("div").$$("input").get(1)
Мне лично вариант с xpath больше нравится)ES
public SideMenuElement clickOpenCloseMenu1() {
if (standardsAndProfilesItem.isDisplayed()) {
return this;
}
else {
buttonOpenMenu.shouldBe(visible).click();
return this;
}
}
SR
SR
SR
ES
SR
SR
ДЛ
public SideMenuElement clickOpenCloseMenu1() {
if (standardsAndProfilesItem.isDisplayed()) {
return this;
}
else {
buttonOpenMenu.shouldBe(visible).click();
return this;
}
}