void click (Zone, Element, Index, ClickCount)
|
|
|
|
|
|
|
Click an element
Scenario: In the following example we will click on the"Login" button of the ExperiBank application. We will use the basic click command
Parameters:
Zone: set to "NATIVE"
Element: set to "id=loginButton"
Index: set to 0
Click count: set to 1
Result: Click event to the login button is sent
Command is available on all supported code languages
client.click("NATIVE", "id=loginButton", 0, 1);client.Click("NATIVE", "id=loginButton", 0, 1);client.Click "NATIVE", "id=loginButton", 0, 1Reportself.client.click("NATIVE", "id=loginButton", 0, 1) $client->click("NATIVE", "id=loginButton", 0, 1);