Hey, I am using Ruby as language and framework as Cucumber, could you please help me how can I click on an element using appium?

Hey, I am using Ruby as language and framework as Cucumber, could you please help me how can I click on an element using appium?

Hello Helen-burge,

Yes ofcourse, you can add the ".click" on your script if you wish to click an element. Sample syntax below:

#Click on Notification Button
  $driver.find_element(:id, "notification").click