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

Problem with "Record" for fullscreen view application #76

Open
srleesw opened this issue Aug 12, 2020 · 1 comment
Open

Problem with "Record" for fullscreen view application #76

srleesw opened this issue Aug 12, 2020 · 1 comment

Comments

@srleesw
Copy link

srleesw commented Aug 12, 2020

Hi,

I'm having issue to record my test script with my application which in full screen view. any idea how to solve it?

Example:

  1. enter my url: http://10.228.212.190:8080/VHIS/
  2. once launch it will close the above browser and popup the login browser in full screen view.

below with the code in the screen launch:

var login = window.open(url, "","fullscreen");
login.focus();
window.opener = "me";
window.open('','_self','');
window.close();

And also the problem (screenshot) when I tried to do record using puppetry,app:

Untitled

Appreciate your help on this matter.

Thanks.
Regards,
srleesw

@dsheiko
Copy link
Owner

dsheiko commented Aug 12, 2020

Thanks, Puppetry currently doesn't support multiple windows. I'm working on the support in the branch v4.

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

2 participants