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