fix and add som usecases

This commit is contained in:
2025-09-15 17:41:07 +08:00
parent 838806b9e3
commit 414737fd48
37 changed files with 1133 additions and 51 deletions

View File

@@ -28,9 +28,9 @@ class FormElementsPage(BasePage):
# --- Page Actions ---
def open(self):
def open(self, base_url: str):
"""Navigates to the form elements page."""
self.open_url(self.page_path)
super().open(base_url, self.page_path)
def enter_text_in_input(self, text: str):
"""Enters text into the main text input field."""