Last active
December 13, 2016 18:41
-
-
Save derinbay/dc69f3b16b606df93b64c529911d268e to your computer and use it in GitHub Desktop.
This file contains 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
public void loadElementsForApp(Object webComponent) { | |
PageFactory.initElements(new AppiumFieldDecorator(webDriver), webComponent); | |
} | |
public void loadElementsForApp() { | |
PageFactory.initElements(new AppiumFieldDecorator(webDriver), page); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment