← Back to team overview

sikuli-driver team mailing list archive

[Bug 1701266] Re: How to find a text on flash webpage using java

 

not a bug


** Changed in: sikuli
       Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/sikuli/+question/645517

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1701266

Title:
  How to find a text on flash webpage using java

Status in Sikuli:
  Invalid

Bug description:
  I am using sikuli with java. I want to find a text on flash webpage
  and click it.

  
  I tried using "screen.findText("Text to find on screen");" in Eclipse(Java). But i ended with following error:

  Exception in thread "main" FindFailed: Region.findText: not yet implemented
    Line 1729, in file Region.java

  	at org.sikuli.script.Region.findText(Region.java:1729)
  	at org.sikuli.script.Region.findAllText(Region.java:1757)
  	at demoscript.Dashboard_operations.Template_creation(Dashboard_operations.java:679)
  	at demoscript.Dashboard_operations.main(Dashboard_operations.java:139)

  Please suggest me the proper usage to find a text on screen and click
  on it using java.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1701266/+subscriptions


References