dmark1021 / sikuli-api

Automatically exported from code.google.com/p/sikuli-api
0 stars 0 forks source link

unable to locate image using sikuli when launch browser using webdriver #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Instantiate webdriver
2. launch url of application under test
3. find image in browser window

What is the expected output? What do you see instead?
NullPointerException while trying to find image on screen

What version of the product are you using? On what operating system?
Sikuli 1.0 Java API / Windows 7

Please provide any additional information below.
When I run the same steps with Sikuli opening browser(using API.browse(url)), 
it works fine. Only when Webdriver launches browser, test fails.

Original issue reported on code.google.com by raghurke...@gmail.com on 3 Jun 2013 at 7:24