← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #218275]: Get text from screen in sikuli using offset

 

Question #218275 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/218275

Slash31 posted a new comment:
I integrated Selenium with Sikuli and I'm trying to get text from an
image but I'm not able to fetch. Here is my code.

		String  text = screen.find( ".//SikuliSnapshots//HBOGO//Preview.png";).text();
		String Finaltext = text.trim();
		System.out.println(Finaltext);

Text is always null.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.