How to click on an element using Ruby Cucumber in Appium?
Hi Jacqueline,
If you wish to click an element using Ruby Cucumber, you can add the .click
in your Appium script.
Here is the syntax below:
#Click on Notification Button
$driver.find_element(:id, "notification").click