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
public void clickCamera() | |
{ | |
Keywords.keyBoardEvent(27); | |
System.out.print("Clicked on Camera "); | |
} |