Populate Field
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
populateField method is used to populate the UI element with the test data.
void populateField( String elementName)
void populateField( String elementName, Object objectValue)
Name
Type
Description
elementName
String
Name of the group
objectValue
Object
The value to be search
/*
*
*/
populateField("SearchText", "Apple");