File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
src/main/java/io/appium/java_client/youiengine Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
5858 exclude module : ' cglib'
5959 exclude group : ' com.google.code.gson'
6060 }
61- compile ' com.google.code.gson:gson:2.8.0 '
61+ compile ' com.google.code.gson:gson:2.8.1 '
6262 compile ' org.apache.httpcomponents:httpclient:4.5.3'
6363 compile ' cglib:cglib:3.2.5'
6464 compile ' commons-validator:commons-validator:1.6'
Original file line number Diff line number Diff line change 2323
2424import java .net .URL ;
2525
26+ /**
27+ * This class is going to be removed.
28+ * Please use {@link AppiumDriver} instead
29+ */
30+ @ Deprecated
2631public class YouiEngineDriver <T extends WebElement > extends AppiumDriver <T > {
2732
2833 /** Constructor takes in the Appium Server URL and the capabilities you want to use for this
Original file line number Diff line number Diff line change 1818
1919import io .appium .java_client .MobileElement ;
2020
21+ /**
22+ * This class is going to be removed.
23+ * Please use any convenient {@link MobileElement} subclass or
24+ * {@link org.openqa.selenium.remote.RemoteWebElement} instead.
25+ */
26+ @ Deprecated
2127public class YouiEngineElement extends MobileElement {
2228
2329}
You can’t perform that action at this time.
0 commit comments