Created
July 30, 2016 16:04
-
-
Save kkashyap1707/14daf1fecc8b58ad5e75c18d1a68924e to your computer and use it in GitHub Desktop.
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
public void clickCamera() | |
{ | |
Keywords.keyBoardEvent(27); | |
System.out.print("Clicked on Camera "); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment