Skip to content

Instantly share code, notes, and snippets.

@jharshit91
Last active May 4, 2018 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jharshit91/e4b4962e1a067285658812f8dbd6f967 to your computer and use it in GitHub Desktop.
Save jharshit91/e4b4962e1a067285658812f8dbd6f967 to your computer and use it in GitHub Desktop.
AppLoginInterface
package pageInterface;
import io.appium.java_client.MobileElement;
public interface AppLoginInterface {
public MobileElement getUserName();
public MobileElement getNextButton();
public MobileElement getpasswordField();
public MobileElement getLoginButton();
public MobileElement getTryNewEditorPopupButton();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment