← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #248970]: find faied exception

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Simply means, that the image given by imgs/searchBar.png could not be
found on the screen within 3 seconds after the request to web driver to
open the page and an additional wait of 2 seconds.

try this:

  driver.get("http://google.com";);
  driver.manage().window().maximize();

  s.click(s.wait("imgs/searchBar.png", 10));
  s.type(s.getLastMatch, "Search something",0);

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