1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00
Commit graph

19 commits

Author SHA1 Message Date
Jon Leighton
036b584969 Remove unnecessary segfault workarounds - segfault issues are fixed with Qt 4.8 2012-01-06 10:54:58 +00:00
Jon Leighton
508cf9df42 Bump version 2012-01-03 23:53:11 +00:00
Jon Leighton
d5c84b8c9a Remove error suppressing code - not needed for Qt 4.8 2012-01-03 23:43:43 +00:00
Jon Leighton
51c83be7c3 Bump phantomjs required version to 1.4.1 2012-01-03 19:31:28 +00:00
Jon Leighton
0027d74f4f Bugfix: it should be possible to execute multiple lines of JS in the page 2011-11-03 00:24:06 +00:00
Jon Leighton
acbf73e1b7 Fix bug with clicking elements when the size of the document changes (#4) 2011-11-03 00:13:20 +00:00
Jon Leighton
3074487885 Fix screenshot feature 2011-11-02 20:19:37 +00:00
Jon Leighton
4ac77ae72e Simplify logic in Node#set 2011-11-02 19:24:19 +00:00
Jon Leighton
fb497cb328 Add support for choosing between rendering the whole page or just part of it. 2011-10-31 23:04:02 +00:00
Jon Leighton
b18225d716 Add a resize command to allow users to resize the browser window 2011-10-31 22:23:52 +00:00
Jon Leighton
afe5c47079 Default the viewport size to 1024x768 2011-10-31 22:14:24 +00:00
Jon Leighton
c5a964c9a8 Detect if the phantomjs client has died, raise an error, and restart it. 2011-10-30 22:48:56 +00:00
Jon Leighton
8745b8bcce Move TimeoutError up a namespace level, and fix the message 2011-10-30 19:02:37 +00:00
Jon Leighton
9a6195eec2 Fix intermittent bug where two responses could be sent for one request. 2011-10-30 17:09:43 +00:00
Jon Leighton
ac11c5b30a The intermittent failures on Travis CI seem to be down to the page load in response to a click not being detected, so increase the timeout to detect the page load by a little. 2011-10-30 16:53:46 +00:00
Jon Leighton
868c20b9a4 Implement client stuff using Kernel#spawn 2011-10-28 20:18:45 +01:00
Jon Leighton
14019d832e Make it possible to change the timeout 2011-10-28 19:11:40 +01:00
Jon Leighton
0bf7501271 Deal with the ServerManager timeout properly 2011-10-28 19:11:36 +01:00
Jon Leighton
76fe32debd omg 2011-10-27 23:34:14 +01:00