Jalenium Commands - Intelligent Click

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

IntelligentClick (String locator)

Jalenium.IntelligentClick("LOGIN");
Jalenium.IntelligentClick("button1");

Last updated