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")