We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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:
Appreciate your help on this matter.
Thanks. Regards, srleesw
The text was updated successfully, but these errors were encountered:
Thanks, Puppetry currently doesn't support multiple windows. I'm working on the support in the branch v4.
Sorry, something went wrong.
No branches or pull requests
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:
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:
Appreciate your help on this matter.
Thanks.
Regards,
srleesw
The text was updated successfully, but these errors were encountered: