Question #142657 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/142657
Status: Solved => Open
Ramesh is still having a problem:
how to use copy in java? there is the script in python
def copy(begin,end):
dragDrop(begin,end)
type("c",KEY_CMD)
m = find();
startPt = m.x;
copy (m.x, m.getCenter().right(100))
I am trying to copy some text from a row below a specific header
(tabular data in html!!)
What is the equivalent in java?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp