You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Add click_keyboard_button
This commit is contained in:
@@ -22,7 +22,7 @@ from .ui.keyboard import MposKeyboard
|
||||
from .ui.testing import (
|
||||
wait_for_render, capture_screenshot, simulate_click,
|
||||
find_label_with_text, verify_text_present, print_screen_labels,
|
||||
click_button, click_label
|
||||
click_button, click_label, click_keyboard_button
|
||||
)
|
||||
|
||||
# UI utility functions
|
||||
@@ -87,7 +87,7 @@ __all__ = [
|
||||
# Testing utilities
|
||||
"wait_for_render", "capture_screenshot", "simulate_click",
|
||||
"find_label_with_text", "verify_text_present", "print_screen_labels",
|
||||
"click_button", "click_label",
|
||||
"click_button", "click_label", "click_keyboard_button",
|
||||
# Submodules
|
||||
"apps", "ui", "config", "net", "content", "time", "sensor_manager",
|
||||
"sdcard", "battery_voltage", "audio", "hardware", "bootloader"
|
||||
|
||||
Reference in New Issue
Block a user