phantomJs
See original GitHub issueHi,
I installed phantomJs to run the tests there, but when i enter a test and trying to use a waitForElement
it is not working.
let executingDir () = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location)
configuration.phantomJSDir <- executingDir()
start phantomJS
Anybody had some experience running phantonJS browser with canopy?
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
PhantomJS - Scriptable Headless Browser
PhantomJS is a headless web browser scriptable with JavaScript. It runs on Windows, macOS, Linux, and FreeBSD. Using QtWebKit as the back-end, it...
Read more >ariya/phantomjs: Scriptable Headless Browser
PhantomJS (phantomjs.org) is a headless WebKit scriptable with JavaScript. The latest stable release is version 2.1.
Read more >phantomjs
Headless WebKit with JS API. Latest version: 2.1.7, last published: 7 years ago. Start using phantomjs in your project by running `npm i ......
Read more >PhantomJsCloud API Service - It just works!
A web-browser hosted as a service, using Chrome (via Puppeteer or PhantomJs) to render your javascript heavy webpages as HTML, PDF, JPEG, PNG,...
Read more >PhantomJS - Wikipedia
PhantomJS is a discontinued headless browser used for automating web page interaction. PhantomJS provides a JavaScript API enabling automated navigation, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi,
I spent some time on getting the canopy tests result into the TFS build process. The solution i came up with is that i use your JUnitRunner. The steps is listed below:
@lefthandedgoat Thank you for your answers, i really appreciate it!
I skipped the part with PhantomJs and just going to run it on Chrome in the build process. Still going to see if I can make it work with PhantomJs.
The TFS runner is something that i am working on now, and will let you know when I have a solution for it. Then if you want i can create a PR.