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

Test hangs when takeScreenshot is called in headless Chrome Canary on Windows #1685

Closed
AlexanderMoskovkin opened this issue Aug 10, 2017 · 3 comments
Labels
AREA: server BROWSER: Chrome STATE: Auto-locked An issue has been automatically locked by the Lock bot. TYPE: bug The described behavior is considered as wrong (bug).
Milestone

Comments

@AlexanderMoskovkin
Copy link
Contributor

Are you requesting a feature or reporting a bug?

bug

What is the current behavior?

test hangs on Windows (works properly on MacOS)

Provide the test code and the tested page URL (if applicable)

fixture('example')
    .page('http://example.com');

test('take screenshot', async (t) => {
  await t.takeScreenshot();
});

Specify your

  • operating system: Windows 10
  • testcafe version: 0.17.0
  • browser: Version 62.0.3181.0 (Official Build) canary (64-bit)
@AlexanderMoskovkin AlexanderMoskovkin added BROWSER: Chrome TYPE: bug The described behavior is considered as wrong (bug). labels Aug 10, 2017
@AlexanderMoskovkin AlexanderMoskovkin added this to the Sprint #9 milestone Aug 10, 2017
AndreyBelym added a commit to AndreyBelym/testcafe that referenced this issue Aug 11, 2017
@AndreyBelym AndreyBelym added AREA: docs An issue related to the product documentation. DOCUMENTATION: required labels Aug 11, 2017
@AndreyBelym
Copy link
Contributor

Looks like it is a Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=754708

Workaround is on the way.

BTW, headless is available in the latest Chrome stable on Windows, we should change the docs to get rid of Canary notes.

@AlexanderMoskovkin
Copy link
Contributor Author

@AndreyBelym Create please a separate issue with the Documentation label and assign it to @VasilyStrelyaev since it's a separate task

@AlexanderMoskovkin AlexanderMoskovkin added AREA: server and removed AREA: docs An issue related to the product documentation. DOCUMENTATION: required labels Aug 15, 2017
AndreyBelym added a commit to AndreyBelym/testcafe that referenced this issue Aug 15, 2017
@AlexanderMoskovkin AlexanderMoskovkin changed the title Test hangs when takeScreenshot is called in headless Chrome on Windows Test hangs when takeScreenshot is called in headless Chrome Canary on Windows Aug 15, 2017
@lock
Copy link

lock bot commented Mar 28, 2019

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.

@lock lock bot added the STATE: Auto-locked An issue has been automatically locked by the Lock bot. label Mar 28, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Mar 28, 2019
kirovboris pushed a commit to kirovboris/testcafe-phoenix that referenced this issue Dec 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
AREA: server BROWSER: Chrome STATE: Auto-locked An issue has been automatically locked by the Lock bot. TYPE: bug The described behavior is considered as wrong (bug).
Projects
None yet
Development

No branches or pull requests

2 participants