testcafe icon indicating copy to clipboard operation
testcafe copied to clipboard

Resize of Browser on Ubuntu failed

Open ognif opened this issue 3 years ago • 1 comments

What is your Scenario?

Starting testcafe test suite. I use an resize window function but I cannot figure out if this is a problem.

  await t.useRole(smTester);
  await t
    .navigateTo(
      "https://xxx"
    )
    .resizeWindow(1280, 800);

What is the Current behavior?

-- 0|Worker server 1 | Was unable to resize the window due to an error. 0|Worker server 1 | The /home/developer/devel_bot/clipcafebot/node_modules/testcafe-browser-tools/bin/linux/glibc-64/resize process failed with the 1 exit code.

This happens not always, just after some test stuites were started. Before the resize works well.

What is the Expected behavior?

Resize have to work stable

What is your public website URL? (or attach your complete example)

None

What is your TestCafe test code?

await t.useRole(smTester); await t .navigateTo( "xxx" ) .resizeWindow(1280, 800);

Your complete configuration file

No response

Your complete test report

No response

Screenshots

No response

Steps to Reproduce

Run a test with resize

TestCafe version

1.20

Node.js version

16.16

Command-line arguments

none

Browser name(s) and version(s)

Chrome 103.0.5060.134

Platform(s) and version(s)

Ubuntu 21.10

Other

No response

ognif avatar Aug 02 '22 13:08 ognif

Hi @ognif

I could not reproduce the bug according to the description that you provided. Apparently something is missing. It would be great if you made an example for us that reproduces the behavior you specified, and which we could explore on our side.

felis2803 avatar Aug 08 '22 09:08 felis2803

This issue was automatically closed because there was no response to our request for more information from the original author. Currently, we don't have enough information to take action. Please reach out to us if you find the necessary information and are able to share it. We are also eager to know if you resolved the issue on your own and can share your findings with everyone.

github-actions[bot] avatar Aug 18 '22 10:08 github-actions[bot]