Re: [Sikuli-driver] [Question #660530]: Typing a variable automatically presses enter for me.

2017-11-09 Thread sI
Question #660530 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660530

Status: Answered => Solved

sI confirmed that the question is solved:
It worked! Thank you so much! You made my day!

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #660530]: Typing a variable automatically presses enter for me.

2017-11-09 Thread sI
New question #660530 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660530


0
down vote
favorite
Sorry if this is really basic, I cannot find a workaround. I have a variable 
called 'doc' that stores the number 510 that was copied from an excel cell.

I need to type it in a field, but I need to continue typing in another field on 
the same page afterwards.

My code has:

type(doc)
The log shows:

[log] TYPE "510#ENTER."
The full code looks like this:

type(doc)
wait(1)
type(Key.DOWN)
type(Key.BACKSPACE+Key.BACKSPACE+Key.BACKSPACE+Key.BACKSPACE)
wait(1)
type(code)
However, I can't ged to the 'type(code)' because it switches page before I get 
there...

Thank you for the help, it is much appreciated! S

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp