niklasb / webkit-server

[not actively maintained] The C++ webkit-server from capybara-webkit with useful extensions and Python bindings
MIT License
48 stars 38 forks source link

Added set_timeout and get_timeout methods #17

Closed aropan closed 9 years ago

aropan commented 9 years ago

Of course it is possible Client.conn.issue_command("SetTimeout", int) if you know that there is such a command.

niklasb commented 9 years ago

Looks good to me. However this does not only set timeouts for page loads, it sets a timeout for every webkit-server command. Can you change the doc string accordingly?

aropan commented 9 years ago

Done

niklasb commented 9 years ago

Thank you!