Created on Jun 27, 2026 19:28
| URL | Status | Screenshot | Logs |
|---|---|---|---|
| SUCCESS | View |
Starting Playwright...
Navigating to https://v2.adw.dev/... Found 8 form fields. Consulting OpenAI for mapping... OpenAI mapped 2 fields. Filling input#cm-name... Failed to fill input#cm-name: Locator.fill: Timeout 30000ms exceeded. Call log: - waiting for locator("input#cm-name").first - locator resolved to <input name="name" type="text" id="cm-name" autocomplete="name" placeholder="Jane Smith" class="w-full border border-gray-200 rounded-sm px-3 py-2.5 text-sm focus:outline-none focus:border-adw-blue"/> - fill("Romeo Mbugua") - attempting fill action 2 × waiting for element to be visible, enabled and editable - element is not visible - retrying fill action - waiting 20ms 2 × waiting for element to be visible, enabled and editable - element is not visible - retrying fill action - waiting 100ms 59 × waiting for element to be visible, enabled and editable - element is not visible - retrying fill action - waiting 500ms Filling input#cm-email... Failed to fill input#cm-email: Locator.fill: Timeout 30000ms exceeded. Call log: - waiting for locator("input#cm-email").first - locator resolved to <input name="email" type="email" id="cm-email" autocomplete="email" placeholder="jane@company.com" class="w-full border border-gray-200 rounded-sm px-3 py-2.5 text-sm focus:outline-none focus:border-adw-blue"/> - fill("romeombugua@gmail.com") - attempting fill action 2 × waiting for element to be visible, enabled and editable - element is not visible - retrying fill action - waiting 20ms 2 × waiting for element to be visible, enabled and editable - element is not visible - retrying fill action - waiting 100ms 59 × waiting for element to be visible, enabled and editable - element is not visible - retrying fill action - waiting 500ms Warning: Could not find submit button. Form submission completed successfully. |