Can anyone please help me to reason for the issue?
type(waitForObject(":Address Book - Unnamed.File_QTableWidget"), "");
var Forename = testData.field(record, "Forename");
type(waitForObject(":Address Book - Unnamed.File_QTableWidget"), Forename);
Testdata: Forename value is 'ABCD'
But it is entering only A in the application, not the full text.
What could be the reason for entering only the 1st character of the input data?
"type" method enters/considers only one value at a time. Ignores the rest
Try entering a letter a time
Other alternates are
Or