jquery.go.js
jquery.go.js copied to clipboard
Mobile UI Testing
Hi Travis,
This is a great project and is just what I needed to do some web page automation. Kudos!
I was wondering how to use this to do mobile testing? Specifically, I need to:
- Change the size of the viewport
- Change the user agent string
Cheers.
Hi Travis,
Any chance you could advise on this issue.
Thanks.
It is possible to set the size of the viewport by using
$.config.width = 1920
$.config.height = 1080
Currently it is not possible to change the user agent, I created a pull request: https://github.com/travist/jquery.go.js/pull/32