Commit Graph

17 Commits

Author SHA1 Message Date
Magnus Müller
8fa6efa0c9 Tests simplified 2025-10-24 23:00:42 -07:00
Magnus Müller
36bbf1ee23 Update outdated function names 2025-10-05 19:30:10 -07:00
Magnus Müller
324ac74204 Linter 2025-10-05 19:21:12 -07:00
Magnus Müller
b53a7c116a Update outdated function names 2025-10-05 19:12:52 -07:00
Magnus Müller
8023733bb9 Update test 2025-10-05 15:24:54 -07:00
Magnus Müller
86a5bbe103 Update test 2025-10-05 15:24:23 -07:00
Magnus Müller
f0acb6b338 Replace tool names like go_to_url wtih navigate 2025-10-05 13:31:38 -07:00
mertunsall
b154d906c7 fix tests 2025-10-04 02:15:32 +02:00
Magnus Müller
dc34a5edb0 Update search google 2025-09-22 18:43:14 -07:00
Chris Schnabl
03608b62a2 Remove unused paramter 2025-09-21 21:38:42 -07:00
Magnus Müller
b1531533d3 Update test for new wait parameter 2025-09-03 14:10:16 -07:00
Magnus Müller
649b6fc7cb Refactor and clean up browser session tests for improved clarity and performance
- Removed outdated and redundant tests from `test_browser_session_element_cache.py` and `test_browser_session_recent_events.py`.
- Simplified event handling and assertions in `test_browser_session_recent_events.py` to focus on relevant scenarios.
- Updated assertions in `test_tools.py` for more precise content verification.
- Enhanced overall test structure for better maintainability.
2025-08-26 21:13:50 -07:00
Magnus Müller
8d927edc9b Enhance browser event tests for improved accuracy and consistency
- Updated URL verification in `test_browser_event_ClickElementEvent.py` to account for navigation timing.
- Refactored page title retrieval in `test_browser_event_NavigateToUrlEvent.py` to use CDP methods.
- Improved error handling in `test_browser_event_ScrollEvent.py` to ensure event processing does not crash.
- Modified page navigation in `test_browser_session_element_cache.py` to utilize CDP events.
- Adjusted browser state retrieval in `test_browser_session_recent_events.py` to include recent events.
- Cleaned up legacy tests in `test_registry.py` to streamline the test suite.
- Updated assertions in `test_tools.py` for more robust content verification.
2025-08-26 21:07:02 -07:00
Magnus Müller
b3e4da4d81 Remove send keys test 2025-08-26 20:49:32 -07:00
Magnus Müller
6aa3df3729 More navigation fixes 2025-08-26 20:39:39 -07:00
Magnus Müller
ce33625262 Rename browser_context to _cdp_client_root and remove test_concurrent 2025-08-26 18:46:37 -07:00
Magnus Müller
caa0e7ef1b Rename controller to tools instances 2025-08-26 11:30:39 -07:00