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