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