HK
Пытались пинать по этому поводу
Size: a a a
HK
AS
AS
HK
AS
Ri
BO
Ri
BO
Ri
ЕА
@BeforeMethod
static public void customConfig() {
Configuration.timeout = 30000;
Configuration.reportsFolder = "target/screenshots";
Configuration.driverManagerEnabled = false;
Configuration.browser = "chrome";
Configuration.browserVersion = "84";
Configuration.remote = "http://localhost:4444/wd/hub";
open();
getWebDriver().manage().window().maximize();
SelenideLogger.addListener("AllureSelenide", new AllureSelenide()
.screenshots(true)
.savePageSource(true));
}
[INFO] Running TestSuite
Test case: signInWithGoogle
[main] INFO com.codeborne.selenide.impl.WebDriverThreadLocalContainer - No webdriver is bound to current thread: 1 - let's create a new webdriver
[main] INFO io.github.bonigarcia.wdm.WebDriverManager - Using chromedriver 80.0.3987.106 (since Google Chrome 80 is installed in your machine)
[main] INFO io.github.bonigarcia.wdm.WebDriverManager - Exporting webdriver.chrome.driver as /home/developer/.m2/repository/webdriver/chromedriver/linux64/80.0.3987.106/chromedriver
Starting ChromeDriver 80.0.3987.106 (f68069574609230cf9b635cd784cfb1bf81bb53a-refs/branch-heads/3987@{#882}) on port 22239
Only local connections are allowed.
BO
@BeforeMethod
static public void customConfig() {
Configuration.timeout = 30000;
Configuration.reportsFolder = "target/screenshots";
Configuration.driverManagerEnabled = false;
Configuration.browser = "chrome";
Configuration.browserVersion = "84";
Configuration.remote = "http://localhost:4444/wd/hub";
open();
getWebDriver().manage().window().maximize();
SelenideLogger.addListener("AllureSelenide", new AllureSelenide()
.screenshots(true)
.savePageSource(true));
}
[INFO] Running TestSuite
Test case: signInWithGoogle
[main] INFO com.codeborne.selenide.impl.WebDriverThreadLocalContainer - No webdriver is bound to current thread: 1 - let's create a new webdriver
[main] INFO io.github.bonigarcia.wdm.WebDriverManager - Using chromedriver 80.0.3987.106 (since Google Chrome 80 is installed in your machine)
[main] INFO io.github.bonigarcia.wdm.WebDriverManager - Exporting webdriver.chrome.driver as /home/developer/.m2/repository/webdriver/chromedriver/linux64/80.0.3987.106/chromedriver
Starting ChromeDriver 80.0.3987.106 (f68069574609230cf9b635cd784cfb1bf81bb53a-refs/branch-heads/3987@{#882}) on port 22239
Only local connections are allowed.
Using chromedriver 80.0.3987.106 (since Google Chrome 80 is installed in your machine)
ЕА
BO
ЕА
BO
browserVersion = "84";
BO
BO
BO
BO
Configuration.remote = "http://localhost:4444/wd/hub";