How to navigate to a particular URL in iOS using Appium Ruby-Cucumber?

How to navigate to a particular URL in iOS using Appium Ruby-Cucumber?

Hi NOahSmith,

If you’re new, you could try our sample code snippet below which is available also on our support page:

In our sample file first_steps.rb 

  $driver.find_element(:id, "url").click
  $driver.find_element(:id, "url").send_keys "https://www.lambdatest.com/"
  $driver.find_element(:id, "find").click