From 75865e5ef10b9c7248ef4735c77c3906df84fb4f Mon Sep 17 00:00:00 2001 From: Meganathan C <50325649+mega6453@users.noreply.github.com> Date: Sun, 8 Mar 2026 23:17:36 +0530 Subject: [PATCH] Create How-To.md --- How-To.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 How-To.md diff --git a/How-To.md b/How-To.md new file mode 100644 index 0000000..6f2598b --- /dev/null +++ b/How-To.md @@ -0,0 +1,3 @@ +## How to show custom text in the screen control +Use the executescript command. +If you want to show text "hello world" in the screen control, then write like this -> driver.execute_script("appiumwizard:hello world")