Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
clicman committed Apr 2, 2024
1 parent 4cfed29 commit e172562
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion page-factory-doc/src/main/asciidoc/web_properties.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ webdriver.browser.size = 1920x1080
webdriver.browser.path = src/test/resources/webdrivers/chromedriver.exe
| Не задано

| webdriver.version
| webdriver.browser.version
| Версия драйвера. Если указан этот параметр, то будет выполнена попытка автоматически найти соответствующую версию
| Не задано

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ webdriver.nexus.url = http://your.nexus.repo.with.drivers.com/
webdriver.os.arch

#optional. Forces to download this driver version if it is available. LATEST by default
webdriver.version = 2.35
webdriver.browser.version = 2.35

#optional. The number of start attempts webdriver. 3 by default
webdriver.create.attempts = 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public interface WebConfiguration extends Configuration {
@DefaultValue("")
String getDriversPath();

@Key("webdriver.version")
@Key("webdriver.browser.version")
@DefaultValue("")
String getWebDriverVersion();

Expand All @@ -57,7 +57,6 @@ public interface WebConfiguration extends Configuration {
@DefaultValue("")
String getProxy();


@Key("aspects.highlight.enabled")
@DefaultValue("false")
boolean isHighlightEnabled();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ webdriver.nexus.url = http://your.nexus.repo.with.drivers.com/
webdriver.os.arch

#optional. Forces to download this driver version if it is available. LATEST by default
webdriver.version = 2.35
webdriver.browser.version = 2.35

#optional. The number of start attempts webdriver. 3 by default
webdriver.create.attempts = 3
Expand Down

0 comments on commit e172562

Please sign in to comment.