deprecate selendroid by saikrishna321 · Pull Request #1034 · appium/java-client
Conversation
Change list
Deprecated Selendroid
http://appium.io/docs/en/drivers/android-selendroid/
Types of changes
What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply
- No changes in production code.
- Bugfix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
@mykola-mokhnach something like this
/**
* Used to build a complex selendroid locator.
* @deprecated Use {@link AndroidBy}
*/
@Deprecated
public @interface SelendroidBy {
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just travis to be happy.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters