← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #142657]: sikuli java programs with usage of special keys like TAB, ENTER

 

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.