Rapid PhantomJS tutorial: A Quick Overview of Automation Tools | packtpub.com

preview_player
Показать описание
Part of Rapid PhantomJS video series. For the full Course visit:

Make clear which values these tools have and show how easy the usage is.
• Show, explain, and execute the make command
• Show, explain, and execute commands using npm scripts
• Show, explain, and execute commands using grunt and gulp

--------------------------------------------------------------------------------

For the latest in web development video tutorials, please visit:

Рекомендации по теме
Комментарии
Автор

Great overview! Does anyone know if HasData can help with scraping JavaScript-heavy sites, like what PhantomJS does?

KevinButler-zo
Автор

Good and quick introductory PhantomJS tutorial. These days its quite difficult for developers to manage time from his busy schedule to learn  new things. This video tutorial will save his/her time and presents a concise overview of PhantomJS.

Good points:
1. Well structured step by step guide of PhantomJS from installation to advance usage of  PhantomJS.
2. Short and concise tutorial for front end web developers who want to quick fit PhantomJS in regular development work.
3. The video is well divided into three sections and one can skip the introductory installation sections and just watch the section he needs. This will save  time for advanced learner. 

Bad points:
1. No attached code files of the examples shown in the video .
2. No further guidelines mentioned, who wants to learn more.

MdRezaulKarimSajib
Автор

A picture can explain a story just as well as a large amount of descriptive text, in other words, we all believe in the phrase “A picture is worth a thousand words”. Similarly, a well designed video tutorial can explain you every difficult topics in simpler manner.

In scenarios where you want to programmatically capture web contents or want to access and manipulate webpages with the standard DOM APIs, or interested in monitoring page loading, PhantomJS is the tool you will look for.

Rapid PhantomJS video tutorial by Stefan Judis will prove an excellent guide in learning PhantomJS. Three sections in this video tutorial will teach you from basics of PhantomJS to automating your workflow with included tests based on PhantomJS.


bhattacharyyapulak
Автор

We can use PhantomJS for web testing. PhantomJS can read a page of website and then it can generate an image of the page. This video will show you how to use it. We can generate many website image base on device width, so we can view the responsiveness of our website just with running a javascript file.

PhantomJS can evaluate any element with our own javascript command, we can evaluate element width, height, and many other. 

ariefhidayatulloh