← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #202219]: Android+windows xp

 

Question #202219 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/202219

    Status: Open => Answered

RaiMan proposed the following answer:
--- After finish the first test case how can i back to root so that i can start the second test cases and so on
Sorry, but this is standard Java knowledge on how to organize your program and especially how to do unit testing.

--- how can i delete the content in the text field and re-entered
just simulate, what you are doing manually

doubleClick(text_field) # however you get the click position
# this should select all in field
type(Key.BACKSPACE) # to delete the content

see faq 1444 on the usage of type() in Java code.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.