Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
* Read: <br>
* <a href="https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md#android-only">
* https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md#android-only</a>
*
* @deprecated This interface will be removed. Use Options instead.
*/
@Deprecated
public interface AndroidMobileCapabilityType extends CapabilityType {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
* and<br>
* <a href="https://github.com/appium/appium-xcuitest-driver#desired-capabilities">
* https://github.com/appium/appium-xcuitest-driver#desired-capabilities</a>
*
* @deprecated This interface will be removed. Use Options instead.
*/
@Deprecated
public interface IOSMobileCapabilityType extends CapabilityType {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
* Read: <br>
* <a href="https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md#general-capabilities">
* https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md#general-capabilities</a>
*
* @deprecated This interface will be removed. Use Options instead.
*/
@Deprecated
public interface MobileCapabilityType extends CapabilityType {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

/**
* The list of youiengine-specific capabilities.
*
* @deprecated This interface will be removed. Use Options instead.
*/
@Deprecated
public interface YouiEngineCapabilityType extends CapabilityType {
/**
* IP address of the app to execute commands against.
Expand Down