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

Multiple pages #20

Closed byaka closed 8 years ago

byaka commented 8 years ago

Is it possible to work with more then one page at time from python wrapper?

niklasb commented 8 years ago

No, you would have to have separate session instances for that.

byaka commented 8 years ago

Every session create new webkit instance?

niklasb commented 8 years ago

Only one instance of webkit-server will be started, but of course it will instantiate different QWebPages

byaka commented 8 years ago

Nice, it what i want!