RK

Size: a a a
RK
BO
maven source encoding
RK
maven source encoding
BO
RK
V
КИ
МЁ
АГ
AS
open("https://google.com");
АГ
АГ
AS
AS
open("https://ya.ru");
сработает.АГ
МЁ
AS
open("https://google.com");
open("https://ya.ru");
АГ
public void openPage() {
Selenide.open(getBaseUrl());
}
public void logoutByLink() {
Selenide.open(LOGOUT);
}
АГ
public static final String LOGOUT = HOMEPAGE + "?mylogout=";
АГ
public static final String HOMEPAGE = new BasePage().getBaseUrl();