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

PuppeteerScript #60

Closed
benschwarz opened this issue Jul 8, 2017 · 1 comment
Closed

PuppeteerScript #60

benschwarz opened this issue Jul 8, 2017 · 1 comment

Comments

@benschwarz
Copy link

benschwarz commented Jul 8, 2017

I've been long thinking about scripting interactions using something similar to the webpagetest test scripts.

It'd be great to have some interoperability with that preexisting script syntax/format/language. While I'm not a huge fan of the API, it has been established for some people already.

I'm certain that Patrick would have some feels regarding this idea too.


eg

visit https://google.com
focus #searchInput
type 'where is the world‘s best cheesecake?'
press button[type='submit']
screenshot my-image.jpg

Is this in scope for puppeteer? Or perhaps something that could just use puppeteer under the covers?

@aslushnikov
Copy link
Contributor

Hi Ben!

Is this in scope for puppeteer? Or perhaps something that could just use puppeteer under the covers?

There are no plans to support webpagetest scripts as a part of this project. But this seems to be certainly doable with puppeteer under the hood!

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