Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 964 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 964 Bytes

WebElement #11

Source codes from my presentation about CasperJS at WebElement.

WebElement is an informal meeting for web developers, taking place once a month in Bratislava, Slovakia.

To run scripts from presentation you will need to install PhantomJS and CasperJS libraries (see Links section).

Example

Run casperjs with file name as argument and/or additional arguments

vlado@pc:~$ casperjs cli.js
vlado@pc:~$ casperjs cli.js hello --test=webelement

Links