Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selenium TakesScreenshot error (OS X) #4234

Closed
NikolaiSokolov opened this issue Jan 26, 2016 · 2 comments
Closed

Selenium TakesScreenshot error (OS X) #4234

NikolaiSokolov opened this issue Jan 26, 2016 · 2 comments

Comments

@NikolaiSokolov
Copy link

I use org.openqa.selenium.TakesScreenshot with groovy Geb.
If takesScreenshot is invoked I have “unknown error: cannot get automation extension”.

error.log

org.openqa.selenium.WebDriverException: unknown error: cannot get automation extension from unknown error: page could not be found: chrome-extension://aapnijgdinlhnhlmodcfapnahmbfebeb/_generated_background_page.html (Session info: content shell=) (Driver info: chromedriver=2.20.353124 ...

Could you create embedded bridge between Selenium webDriver "take Screenshot" command handler and BrowserWindow.capturePage internal implementation?

@zcbenz
Copy link
Member

zcbenz commented Jan 26, 2016

org.openqa.selenium.TakesScreenshot requires the chrome.automation API to be available, which is not supported by Electron yet.

@zcbenz zcbenz added the bug label Jan 26, 2016
@codebytere
Copy link
Member

closing due to abandonment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants