sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07632
Re: [Question #182341]: Navigating to text using Sikuli in Eclipse
Question #182341 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/182341
Status: Needs information => Open
Boipelo Mawasha gave more information on the question:
The text that is read from the database is an account number that has to
appear on the screen. The variable textCapture holds a string
representation of the Screen object ms. The list is not ordered in a
specific way, so the account number can appear anywhere in the list. I
want to be able to navigate(using keyboard actions) to the specific
account number and do something with it.
e.g.
rs.getString(1) = ACC007
Account number ------ Name
ACC004 User4
ACC002 User2
ACC007 User7
ACC003 User3
while (the cursor is not on the account number){
type Key.Down
}
Once it's on the account: type Key.F2
Something along those lines
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.