СР
практически явно указывает на проблему хоста
Size: a a a
СР
S
AB
ES
S
A
(byText("Правитель")).shouldBe(Condition.visible);BO
(byText("Правитель")).shouldBe(Condition.visible);A
AB
AB
S
AB
S
Proxy seleniumProxy = initialSeleniumProxy();ChromeOptions options = new ChromeOptions();options.setCapability(CapabilityType.PROXY, seleniumProxy);AB
Proxy seleniumProxy = initialSeleniumProxy();ChromeOptions options = new ChromeOptions();options.setCapability(CapabilityType.PROXY, seleniumProxy);AB
Proxy seleniumProxy = initialSeleniumProxy();ChromeOptions options = new ChromeOptions();options.setCapability(CapabilityType.PROXY, seleniumProxy);S
AS
ES
public InventoryTasksPage checkNotDisplayingTask(InventoryTask task) {
tableTasks.forEach(row -> row.shouldNotHave(text(task.getName())));
return this;
}