Jalenium Commands - Intelligent Type

This type command will help you to type on any element which has the unique attribute value or text of the element specified

IntelligentType (String locator, String textToType)

Jalenium.IntelligentType("uid", "user001")

Last updated