105
105
<groupId >io.selendroid</groupId >
106
106
<artifactId >selendroid-client</artifactId >
107
107
<version >0.17.0</version >
108
+ <exclusions >
109
+ <exclusion >
110
+ <groupId >org.seleniumhq.selenium</groupId >
111
+ <artifactId >selenium-java</artifactId >
112
+ </exclusion >
113
+ </exclusions >
108
114
</dependency >
109
115
<dependency >
110
116
<groupId >io.appium</groupId >
111
117
<artifactId >java-client</artifactId >
112
118
<version >5.0.4</version >
119
+ <exclusions >
120
+ <exclusion >
121
+ <groupId >org.seleniumhq.selenium</groupId >
122
+ <artifactId >selenium-java</artifactId >
123
+ </exclusion >
124
+ <exclusion >
125
+ <groupId >org.seleniumhq.selenium</groupId >
126
+ <artifactId >selenium-support</artifactId >
127
+ </exclusion >
128
+ <exclusion >
129
+ <groupId >org.seleniumhq.selenium</groupId >
130
+ <artifactId >selenium-api</artifactId >
131
+ </exclusion >
132
+ </exclusions >
113
133
</dependency >
114
134
<dependency >
115
135
<groupId >org.apache.commons</groupId >
116
136
<artifactId >commons-exec</artifactId >
117
137
<version >1.3</version >
118
138
</dependency >
139
+ <dependency >
140
+ <groupId >com.codeborne</groupId >
141
+ <artifactId >phantomjsdriver</artifactId >
142
+ <version >1.4.3</version >
143
+ <exclusions >
144
+ <exclusion >
145
+ <groupId >org.seleniumhq.selenium</groupId >
146
+ <artifactId >selenium-api</artifactId >
147
+ </exclusion >
148
+ <exclusion >
149
+ <groupId >org.seleniumhq.selenium</groupId >
150
+ <artifactId >selenium-remote-driver</artifactId >
151
+ </exclusion >
152
+ </exclusions >
153
+ </dependency >
119
154
<dependency >
120
155
<groupId >com.machinepublishers</groupId >
121
156
<artifactId >jbrowserdriver</artifactId >
122
- <version >0.17.11 </version >
157
+ <version >1.0.0-RC1 </version >
123
158
</dependency >
124
159
<dependency >
125
160
<groupId >org.mockito</groupId >
239
274
</nonCriticalTags >
240
275
<externalRunner >
241
276
<jvmArgs >
277
+ <jvmArg >-Dphantomjs.binary.path=${phantomjs.binary.path} </jvmArg >
242
278
<jvmArg >-Dwebdriver.gecko.driver=${webdriver.gecko.driver} </jvmArg >
243
279
<jvmArg >-Dwebdriver.chrome.driver=${webdriver.chrome.driver} </jvmArg >
244
280
</jvmArgs >
386
422
</plugins >
387
423
</build >
388
424
</profile >
425
+ <profile >
426
+ <id >phantomjs</id >
427
+ <properties >
428
+ <browser >phantomjs</browser >
429
+ </properties >
430
+ <build >
431
+ <plugins >
432
+ <plugin >
433
+ <groupId >com.lazerycode.selenium</groupId >
434
+ <artifactId >driver-binary-downloader-maven-plugin</artifactId >
435
+ </plugin >
436
+ <plugin >
437
+ <groupId >org.robotframework</groupId >
438
+ <artifactId >robotframework-maven-plugin</artifactId >
439
+ </plugin >
440
+ </plugins >
441
+ </build >
442
+ </profile >
389
443
<profile >
390
444
<id >googlechrome</id >
391
445
<properties >
550
604
</profile >
551
605
</profiles >
552
606
553
- </project >
607
+ </project >
0 commit comments