AV
Size: a a a
AV
BO
AV
AV
BO
proxyHost
public static java.lang.String proxyHost
Host of Selenide proxy server. Used only if proxyEnabled == true. Can be configured either programmatically or by system property "-Dselenide.proxyHost=127.0.0.1"
Default: empty (meaning that Selenide will detect current machine's ip/hostname automatically)
See Also:
ClientUtil.getConnectableAddress()
AV
proxyHost
public static java.lang.String proxyHost
Host of Selenide proxy server. Used only if proxyEnabled == true. Can be configured either programmatically or by system property "-Dselenide.proxyHost=127.0.0.1"
Default: empty (meaning that Selenide will detect current machine's ip/hostname automatically)
See Also:
ClientUtil.getConnectableAddress()
proxyEnabled == true
, то селенид сам прокси запускает. А хочу такую ситуацию - прокси уже существует и настроен, хочу чтобы тесты с его использованием работалиBO
proxyEnabled == true
, то селенид сам прокси запускает. А хочу такую ситуацию - прокси уже существует и настроен, хочу чтобы тесты с его использованием работалиAV
S
S
S
AV
systemProperty "chromeoptions.args","--proxyServer=localhost:12345"
useJUnitPlatform()
BO
AV
AV
AV
AV
AV
S