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

it doesn't work on headless chrome #30

Open
AmrAlfoly opened this issue Jun 18, 2018 · 2 comments
Open

it doesn't work on headless chrome #30

AmrAlfoly opened this issue Jun 18, 2018 · 2 comments

Comments

@AmrAlfoly
Copy link

i am using it alongside another package for automating browser testing, and it works will in ordinary mode but if i tried to run my tests in headless mode it don't do any pasting
and it's blocking me for using docker for my tests also

@atotto
Copy link
Owner

atotto commented Aug 23, 2018

If you use the chromedriver on browser testing, should be use element text then sendkeys function.

I think that headless environment will not work, because window manager or X11 can not see that window object.

@kumarharsh
Copy link

@atotto I'm running my tests within a docker container on my Windows machine. I'd like to copy the test response from the bash within docker container into my Windows clipboard. Is there a way to do this? From the some tries I did, I couldn't get it working.

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