sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42007
Re: [Question #587872]: Can you suggest a way to copy contents of excel cell to webpage.
Question #587872 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/587872
Mike posted a new comment:
SikuliX uses visual recognition features to locate screen fields and
then uses keypresses etc to process data. The obvious approach is
therefore to mimic how you would do this manually - locate the first
spreadsheet field, Cntr-C, activate the web page, locate the web page
field, Cntrl-V, activate the spreadsheet, move the highlight to the next
cell of interest using the arrow keys, rinse and repeat.
You don't seem to like that - for reasons not explained. You can use
other approaches apart from SikuliX. Have a look at Automate The Boring
Stuff With Python by Al Sweigart
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.