[Mobile] Send Keys


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/mobile-send-keys.html

Does this feature still work in 7.0.3? I have import org.openqa.selenium.Keys as Keys and when I run my test case I get an error:
groovy.lang.MissingMethodException: No signature of method: static com.kms.katalon.core.mobile.keyword.MobileBuiltInKeywords.sendKeys() is applicable …

Thanks

It worked. try to run the script

Mobile.sendKeys(findTestObject(’//get the object’), ‘test’)