Skip to content

Releases: scivisum/browser-debugger-tools

6.0.3

17 May 19:06
01a5a60
Compare
Choose a tag to compare

Works with Chrome 112

6.0.0

11 May 14:45
65cade6
Compare
Choose a tag to compare
  • Compatible with python3.8 only from here on.
  • Stopped connection unexpetadley closed from spamming logs.
  • Made more thread safe.

5.4.0

30 Mar 11:31
Compare
Choose a tag to compare
  • Raise InvalidParameters error for relevant code
  • Receive messages from the browser in a separate thread

5.3.0

16 Jan 17:50
9c2a7c8
Compare
Choose a tag to compare
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

09 Oct 13:54
b1a5550
Compare
Choose a tag to compare

Reduced sleep time in _wait_for_result

5.0.0

20 Sep 16:13
421cc66
Compare
Choose a tag to compare
  • 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

08 Sep 16:59
7b7761f
Compare
Choose a tag to compare
  • Fixed memory leak

Added method to set request headers

15 Aug 09:31
2ffee9e
Compare
Choose a tag to compare

Added ChromeInterface methods for set_basic_auth and set_request_headers

3.1.0

30 Jul 11:31
f9ed1cb
Compare
Choose a tag to compare
  • Improved performance of waiting for result messages.
  • Changed interface of set_network_emulation to make it more robust.

v2.1.0

17 Jul 10:27
ad08ab8
Compare
Choose a tag to compare

v2.1.0

  • Added some specialised functions including execute_javascript(), get_url() and get_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() with find_result(), get_results(), clear_results() and `
  • Added execute_async() to replace run_async context
  • Handle errors better, Added relevant exceptions
  • Persisted domains