File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ To add a dependency on **Selenium Foundation** for Maven, use the following:
70
70
71
71
| Selenium 3 | Selenium 4 |
72
72
| :---| :---|
73
- | <pre >< ; dependency> ; <br />  ;  ;< ; groupId> ; com.nordstrom.ui-tools< ; /groupId> ; <br />  ;  ;< ; artifactId> ; selenium-foundation< ; /artifactId> ; <br />  ;  ;< ; version> ; 29.2.0 -s3< ; /version> ; <br />< ; /dependency> ; </pre > | <pre >< ; dependency> ; <br />  ;  ;< ; groupId> ; com.nordstrom.ui-tools< ; /groupId> ; <br />  ;  ;< ; artifactId> ; selenium-foundation< ; /artifactId> ; <br />  ;  ;< ; version> ; 29.2.0 -s4< ; /version> ; <br />< ; /dependency> ; </pre > |
73
+ | <pre >< ; dependency> ; <br />  ;  ;< ; groupId> ; com.nordstrom.ui-tools< ; /groupId> ; <br />  ;  ;< ; artifactId> ; selenium-foundation< ; /artifactId> ; <br />  ;  ;< ; version> ; 29.2.1 -s3< ; /version> ; <br />< ; /dependency> ; </pre > | <pre >< ; dependency> ; <br />  ;  ;< ; groupId> ; com.nordstrom.ui-tools< ; /groupId> ; <br />  ;  ;< ; artifactId> ; selenium-foundation< ; /artifactId> ; <br />  ;  ;< ; version> ; 29.2.1 -s4< ; /version> ; <br />< ; /dependency> ; </pre > |
74
74
75
75
To add a dependency for Gradle:
76
76
77
77
| Platform | Dependency |
78
78
| :---:| :---|
79
- | ** Selenium 3** | <pre >dependencies {<br />  ;  ; compile 'com.nordstrom.ui-tools:selenium-foundation:29.2.0 -s3'<br />}</pre > |
80
- | ** Selenium 4** | <pre >dependencies {<br />  ;  ; compile 'com.nordstrom.ui-tools:selenium-foundation:29.2.0 -s4'<br />}</pre > |
79
+ | ** Selenium 3** | <pre >dependencies {<br />  ;  ; compile 'com.nordstrom.ui-tools:selenium-foundation:29.2.1 -s3'<br />}</pre > |
80
+ | ** Selenium 4** | <pre >dependencies {<br />  ;  ; compile 'com.nordstrom.ui-tools:selenium-foundation:29.2.1 -s4'<br />}</pre > |
81
81
82
82
### Building Selenium Foundation
83
83
You can’t perform that action at this time.
0 commit comments