From 4ecff594b53221bba7a894a9df7e875e9e1bd80a Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Mon, 23 Mar 2026 22:51:10 -0700 Subject: [PATCH] test: add stylus off --- test/functional/android/patch_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/android/patch_test.rb b/test/functional/android/patch_test.rb index b95c71c3..a68db369 100644 --- a/test/functional/android/patch_test.rb +++ b/test/functional/android/patch_test.rb @@ -21,6 +21,7 @@ class PathTest < AppiumLibCoreTest::Function::TestCase def setup @@core ||= ::Appium::Core.for(Caps.android) @driver = @@core.start_driver # Launch test servers without calling delete session before a new create session + @driver.execute_script('mobile: setStylusHandwriting', { enabled: false }) end def teardown