Jalenium Commands - Type

Helps to type on a element specified.

Type(By locator, String text)

Jalenium.Type(By.Name("username"), "user1")

Type (String locator, String text)

Jalenium.Type("xapth=//input[@name='user1']", "user1")

Last updated