jesg

Results 9 comments of jesg

partially complete in bbc248869dcc9afbb8ca8f15afe421e53fba68eb

need to refactor the testing architecture so we can see the cookies that the server receives.

at the moment `node.setProperty('value', '')` will be close enough for most users.

first pass in d2aa36b18ad3a26cd077a2ebfb81c512f3d0d5cb we need to cleanup whitespace similar to how selenium cleans the whitespace. otherwise users will have newline chars all over the place which can be a...

@kasatani the test `ghostdriver.CookieStoreTest#shouldLoadCookies` does not pass when i run it. to run the test: ``` cd /test/java ./gradlew test -Dtest.single=CookieStoreTest --debug ``` you may need to modify `phantomjs_exec_path` in...

> Which version of phantomjs should I use for the testing? i normally use a patched version of 2.1.1 but i'm also seeing the error in the official 2.1.1 release....

@ariya i would like to help integrate an up to date version of ghostdriver into phantomjs. what is the process to integrate ghostdriver changes upstream to phantomjs?

# my use case i use phantomjs to run automated selenium tests on linux. the 2.1.1 upgrade was rough i ended up applying d0388371cfda166d97165c1b68182857b954cc83 (cookie fix) plus a full ugrade...

chromedriver is not complaint with the [w3c spec](https://www.w3.org/TR/webdriver/) on error handling. hence i'd have to parse the body of every response, get the status in the body, and crash the...