-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Thank you for this library!
I was trying to get screenshots working. It took me a while before I figured out I had to do it outside of Webica because of casting:
It would be great if I could do this:
(chrome/start-chrome)
(browser/get "http://google.com")
(browser/get-screenshot-as org.openqa.selenium.OutputType/FILE)However I need to do this to get it working:
(chrome/start-chrome)
(browser/get "http://google.com")
(.getScreenshotAs (cast org.openqa.selenium.TakesScreenshot (browser/instance)) org.openqa.selenium.OutputType/FILE)Is this something Webica could do better or is it really an edge case?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels