Releases: scivisum/browser-debugger-tools
Releases · scivisum/browser-debugger-tools
6.0.3
6.0.0
- Compatible with python3.8 only from here on.
- Stopped connection unexpetadley closed from spamming logs.
- Made more thread safe.
5.4.0
- Raise InvalidParameters error for relevant code
- Receive messages from the browser in a separate thread
5.3.0
Merge pull request #29 from scivisum/task/RD-37645_remove_usages_of_lxml [RD-37645] Removed validation of xpaths, and dep lxml
5.0.1
Reduced sleep time in _wait_for_result
5.0.0
- Re-open websocket connections that were found to be unexpectedly closed.
- Allow passing of domain parameters when enabling.
- Refactored: moved methods interface methods to sockethandler.
4.0.0
- Fixed memory leak
Added method to set request headers
Added ChromeInterface methods for set_basic_auth and set_request_headers
3.1.0
- Improved performance of waiting for result messages.
- Changed interface of set_network_emulation to make it more robust.
v2.1.0
v2.1.0
- Added some specialised functions including
execute_javascript()
,get_url()
andget_page_source()
v2.0.0
- Split socket handling from the
- Removed private methods
- Removed default domains as they aren't needed to use the
- Replaced
pop_messages()
withfind_result()
,get_results()
,clear_results()
and ` - Added
execute_async()
to replacerun_async
context - Handle errors better, Added relevant exceptions
- Persisted domains