cursorflow 2.2.2__tar.gz → 2.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cursorflow-2.2.2 → cursorflow-2.2.3}/PKG-INFO +1 -1
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/__init__.py +1 -1
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/cli.py +5 -1
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/browser_controller.py +1 -1
- {cursorflow-2.2.2 → cursorflow-2.2.3}/pyproject.toml +1 -1
- {cursorflow-2.2.2 → cursorflow-2.2.3}/FIRST_TIME_SETUP.md +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/LICENSE +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/MANIFEST.in +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/POST_INSTALL_MESSAGE.txt +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/README.md +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/auto_init.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/auto_updater.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/action_validator.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/agent.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/auth_handler.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/browser_engine.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/config_validator.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/css_iterator.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/cursor_integration.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/cursorflow.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/error_context_collector.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/error_correlator.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/event_correlator.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/file_change_monitor.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/hmr_detector.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/log_collector.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/log_monitor.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/mockup_comparator.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/persistent_session.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/report_generator.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/core/trace_manager.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/install_cursorflow_rules.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/log_sources/local_file.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/log_sources/ssh_remote.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/post_install.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/rules/__init__.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/rules/cursorflow-installation.mdc +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/rules/cursorflow-usage.mdc +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow/updater.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/cursorflow.egg-info/SOURCES.txt +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/docs/USER_MANUAL.md +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/examples/comprehensive_screenshot_example.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/examples/enhanced_screenshot_example.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/examples/mockup_comparison_example.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/examples/opensas_example.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/examples/react_example.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/examples/responsive_testing_example.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/examples/v2_comprehensive_demo.py +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/setup.cfg +0 -0
- {cursorflow-2.2.2 → cursorflow-2.2.3}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cursorflow
|
3
|
-
Version: 2.2.
|
3
|
+
Version: 2.2.3
|
4
4
|
Summary: 🔥 Complete page intelligence for AI-driven development with Hot Reload Intelligence - captures DOM, network, console, performance, HMR events, and comprehensive page analysis
|
5
5
|
Author-email: GeekWarrior Development <rbush@cooltheory.com>
|
6
6
|
License-Expression: MIT
|
@@ -90,6 +90,8 @@ def main(ctx):
|
|
90
90
|
help='Timeout in seconds for wait operations')
|
91
91
|
@click.option('--wait-for-network-idle', is_flag=True,
|
92
92
|
help='Wait for network to be idle (no requests for 2s)')
|
93
|
+
@click.option('--wait', type=float,
|
94
|
+
help='Wait for specified seconds before continuing')
|
93
95
|
@click.option('--click', multiple=True,
|
94
96
|
help='Click element by selector (can specify multiple)')
|
95
97
|
@click.option('--hover', multiple=True,
|
@@ -107,7 +109,7 @@ def main(ctx):
|
|
107
109
|
@click.option('--quiet', '-q', is_flag=True,
|
108
110
|
help='Minimal output, JSON results only')
|
109
111
|
def test(base_url, path, actions, output, logs, config, verbose, headless, timeout, responsive,
|
110
|
-
save_session, use_session, wait_for, wait_timeout, wait_for_network_idle,
|
112
|
+
save_session, use_session, wait_for, wait_timeout, wait_for_network_idle, wait,
|
111
113
|
click, hover, fill, screenshot, open_trace, show_console, show_all_console, quiet):
|
112
114
|
"""
|
113
115
|
Test UI flows and interactions with real-time log monitoring
|
@@ -149,6 +151,8 @@ def test(base_url, path, actions, output, logs, config, verbose, headless, timeo
|
|
149
151
|
test_actions.append({"navigate": path})
|
150
152
|
|
151
153
|
# Wait options
|
154
|
+
if wait:
|
155
|
+
test_actions.append({"wait_for_timeout": int(wait * 1000)})
|
152
156
|
if wait_for:
|
153
157
|
test_actions.append({"wait_for_selector": wait_for})
|
154
158
|
if wait_for_network_idle:
|
@@ -1313,7 +1313,7 @@ class BrowserController:
|
|
1313
1313
|
const animInfo = {
|
1314
1314
|
element_selector: element.tagName.toLowerCase() +
|
1315
1315
|
(element.id ? '#' + element.id : '') +
|
1316
|
-
(element.className ? '.' + element.className.split(' ').join('.') : ''),
|
1316
|
+
(element.className && typeof element.className === 'string' ? '.' + element.className.split(' ').join('.') : ''),
|
1317
1317
|
animation_name: animation.animationName || 'transition',
|
1318
1318
|
duration: animation.effect?.getTiming?.()?.duration || 0,
|
1319
1319
|
delay: animation.effect?.getTiming?.()?.delay || 0,
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "cursorflow"
|
7
|
-
version = "2.2.
|
7
|
+
version = "2.2.3"
|
8
8
|
description = "🔥 Complete page intelligence for AI-driven development with Hot Reload Intelligence - captures DOM, network, console, performance, HMR events, and comprehensive page analysis"
|
9
9
|
authors = [
|
10
10
|
{name = "GeekWarrior Development", email = "rbush@cooltheory.com"}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|