Is there a headless browser library for PHP? Would like something that has a JS engine built into it. FOSS preferred.
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
You sound like you need http://seleniumhq.org/ which can also be used with PHPUnit to run unit tests.
Also take a look at SimpleTest Browser.