Hi,
While setting data in application using appium, it takes time. Due to which overall execution time is impacted.
Below code is being used to set data :
oTestObject.clear();
oTestObject.click();
oTestObject.sendKeys(sTestData);
Please suggest a solution for same.
Thanks in advance.