Cannot Set Text on field

Hi Dimitrios,

If it is not working on SetText try using Sendkeys

Mobile.sendKeys(findTestObject("Your_object"), "Your input")

Hope that helps. . . .:smiley: