File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
src/main/java/com/epam/healenium/appium/handlers/proxy Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 10
10
<modelVersion >4.0.0</modelVersion >
11
11
<groupId >com.epam.healenium</groupId >
12
12
<artifactId >healenium-appium</artifactId >
13
- <version >1.5.8 </version >
13
+ <version >1.5.10 </version >
14
14
<packaging >jar</packaging >
15
15
<name >healenium-appium</name >
16
16
<description >healenium appium client</description >
55
55
56
56
57
57
<properties >
58
- <healenium .version>3.5.0 </healenium .version>
58
+ <healenium .version>3.5.3 </healenium .version>
59
59
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
60
60
<typesafe .version>1.3.4</typesafe .version>
61
61
<commonslang3 .version>3.11</commonslang3 .version>
64
64
<lombok .version>1.18.20</lombok .version>
65
65
<javassist .version>3.26.0-GA</javassist .version>
66
66
<junit .version>5.7.1</junit .version>
67
- <appium .version>8.3.0 </appium .version>
67
+ <appium .version>9.2.3 </appium .version>
68
68
</properties >
69
69
70
70
<profiles >
192
192
<dependency >
193
193
<groupId >org.apache.maven</groupId >
194
194
<artifactId >maven-plugin-api</artifactId >
195
- <version >3.8.1 </version >
195
+ <version >3.9.7 </version >
196
196
</dependency >
197
197
<dependency >
198
198
<groupId >com.typesafe</groupId >
Original file line number Diff line number Diff line change 1
1
package com .epam .healenium .appium .handlers .proxy ;
2
2
3
3
import com .google .common .collect .ImmutableMap ;
4
- import io .appium .java_client .MobileBy ;
5
4
import org .openqa .selenium .By ;
6
5
7
6
import java .util .Map ;
@@ -25,9 +24,5 @@ public interface MobileBaseHandler {
25
24
.put ("findElementsByCssSelector" , By ::cssSelector )
26
25
.put ("findElementById" , By ::id )
27
26
.put ("findElementsById" , By ::id )
28
- .put ("findElementByAccessibilityId" , MobileBy ::AccessibilityId )
29
- .put ("findElementsByAccessibilityId" , MobileBy ::AccessibilityId )
30
- .put ("findElementByXPath" , MobileBy ::xpath )
31
- .put ("findElementsByXPath" , MobileBy ::xpath )
32
27
.build ();
33
28
}
You can’t perform that action at this time.
0 commit comments