html5 canvas - page.evaluate not working but page.exeute_script showing results -


i have been using phantomjs render canvas element on page using threejs. earlier building page myself, did not gave option of adding background image through system url. after started using localhost url, did not worked when used page.evaluate(); surprise when use ruby/watir browser selenium same operation using execute_script method, works. want know doing differenty implement in phantomjs script instead of having watir/selenium etc.

thanks in advance.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -