Open GoogleCodeExporter opened 8 years ago
Sure:
Set driver = CreateObject("SeleniumWrapper.WebDriver")
driver.start "firefox", "http://www.google.co.uk" 'Starts firefox
driver.open "/" 'Opens the root url
driver.getScreenshot().compareTo("c:\image.png").saveAs "c:\diff.png" 'Compares
the page with a local image and saves the result
driver.stop 'Stops the browser
Original comment by florentbr
on 30 Jul 2014 at 6:34
Original comment by florentbr
on 8 Sep 2014 at 5:40
Original issue reported on code.google.com by
rohan.ka...@gmail.com
on 30 Jul 2014 at 11:24