← Back to team overview

sikuli-driver team mailing list archive

[Bug 1198292] [NEW] unable to click basic images

 

Public bug reported:

I am using this script to click on a simple image in sikuli

openApp("c:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe") # windows: full path specified
wait(3)
type("l", KeyModifier.CTRL)
paste("www.google.com")
type(Key.ENTER) 
wait(5)
click("1373047508415.png")

everytime I do this it fails:

[log] App.open c:\Program Files (x86)\Mozilla Firefox\firefox.exe(5776)

[log] Ctrl+TYPE "l"

[log] TYPE "#ENTER."

[error] script [ test2 ] stopped with error in line 7
[error] FindFailed ( can not find 1373047508415.png on the screen. )


I'm trying to click on the youtube image on the google.com webpage

Version: Sikuli 1.0.0
Running Windows 7 prof 64 bit

** Affects: sikuli
     Importance: Undecided
         Status: New

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

Title:
  unable to click basic images

Status in Sikuli:
  New

Bug description:
  I am using this script to click on a simple image in sikuli

  openApp("c:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe") # windows: full path specified
  wait(3)
  type("l", KeyModifier.CTRL)
  paste("www.google.com")
  type(Key.ENTER) 
  wait(5)
  click("1373047508415.png")

  everytime I do this it fails:

  [log] App.open c:\Program Files (x86)\Mozilla
  Firefox\firefox.exe(5776)

  [log] Ctrl+TYPE "l"

  [log] TYPE "#ENTER."

  [error] script [ test2 ] stopped with error in line 7
  [error] FindFailed ( can not find 1373047508415.png on the screen. )


  
  I'm trying to click on the youtube image on the google.com webpage

  Version: Sikuli 1.0.0
  Running Windows 7 prof 64 bit

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


Follow ups

References