Commit 3755a07a 3755a07a8da75c18a6198734dcf05f81928c4d1e by Maciej Jankowski

Update installation.rst

Added windows-specific workaround for systems with both integrated and discrete graphics
1 parent cafb17c5
......@@ -135,6 +135,7 @@ Casperjs installation additions
- Append ``";C:\casperjs\bin"`` to your ``PATH`` environment variable.
- Modify this path appropriately if you installed CasperJS to a different location.
- If your computer uses both discrete and integrated graphics you need to disable autoselect and explicitly choose graphics processor - otherwise ``exit()`` will not exit casper.
You can now run any regular casper scripts that way:
......