Ruby on Rails Thursday, April 19, 2018

HI,
I have an array that has hrefs :

arr=["https://demo.massbrc.com/applicants/57/applicant_identity_documents/new", "https://demo.massbrc.com/applicants/47/applicant_identity_documents/new"]      arr.each do |link|    driver.find_element(xpath: "//*[@href='#{link}']").click    driver.navigate.back  end

when I run it I got :

Unable to locate element: //*[@href="#{link}"] (Selenium::WebDriver::Error::NoSuchElementError)

Thanks, your help is appreciated.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/7f61108b-54e3-485b-9d7e-53de55152810%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment