Commit Graph

7 Commits

Author SHA1 Message Date
Magnus Müller
08f8fbc499 Refactor DOMWatchdog event retrieval and update tests for improved reliability
- Changed `_get_recent_events_str` method in `dom_watchdog.py` to return recent events as JSON instead of CSV, enhancing data structure and usability.
- Updated tests in `test_browser_event_ClickElementEvent.py`, `test_browser_event_NavigateToUrlEvent.py`, and others to reflect changes in event handling and improve error handling.
- Marked several tests as skipped due to known issues, ensuring clarity in test results.
2025-08-26 22:59:07 -07:00
Magnus Müller
566bc3e2ab Test linter 2025-08-26 18:20:38 -07:00
Magnus Müller
caa0e7ef1b Rename controller to tools instances 2025-08-26 11:30:39 -07:00
Magnus Müller
13dd73b23a Update Tool imports in docs, readme, and docstrings 2025-08-26 11:13:27 -07:00
Magnus Müller
e89e78842c Rename controller file to tools 2025-08-26 11:06:28 -07:00
Magnus Müller
2a83442f17 Rename Controller to Tools 2025-08-26 11:04:16 -07:00
Nick Sweeting
d10a38f119 add tests for GetDropdownOptionsEvent 2025-08-21 17:33:24 -07:00