AV
Size: a a a
V
I
V
Н
OC
код, а то не очень понятно, что вы там делаете 🙂
VS
МБ
МБ
МБ
Н
private static SelenideElement form_blockOneProperty = $$(".column-right").get(0);
private static SelenideElement PopUp_Property =$(byXpath("//div[contains(@id,'order-modal')]"));
private static SelenideElement footer_Property =$$(byXpath("//div[contains(@class,'apply-form__footer')]")).get(2);
public static void CheckDetailPage () {
open("/property/");
$$(byXpath("//a[contains(@class,'property-box-link')]")).get(0).scrollIntoView(true).click();
$$(byXpath("//div[contains(@class,'item-actions')]/descendant::a[text()='В избранное']")).get(1).click();
$$(byXpath("//div[contains(@class,'tooltip-parent')]/descendant::a[text()='В заявку']")).get(1).click();
form_blockOneProperty.$(byText("оформить заявку")).click();
PopUp_Property.$("#order01").val(" Тестов Тест Тестович ");
PopUp_Property.$("#order03").val(" test@test.ru ");
PopUp_Property.$("#order04").val(" 11111111111 ");
footer_Property.$$(byXpath("//div[contains(@class,'float-sm-left')]/descendant::label[@class='check-label']")).get(1).click();
$(".fancybox-close-small").click();
footer.$$(byXpath("//button[contains(@name,'web_form_submit')]")).get(1).click();
Н
footer_Property.$$(byXpath("//div[contains(@class,'float-sm-left')]/descendant::label[@class='check-label']")).get(1).click();
VS
A
footer_Property.$$(byXpath("//div[contains(@class,'float-sm-left')]/descendant::label[@class='check-label']")).get(1).click();
//input[@name='form_checkbox_terms[]']
LY
footer_Property.$$(byXpath("//div[contains(@class,'float-sm-left')]/descendant::label[@class='check-label']")).get(1).click();
Н
Н
LY
Н