You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose there are 2 select element with name subtitles,
Hound.Helpers.Page.find_all_elements(:xpath, ~s|//select[@name="subtitles"]|)
|> Enum.at(1)
|> Hound.Helpers.Page.find_all_within_element(:xpath, ~s|//option|)
will return all options of the 2 select
The text was updated successfully, but these errors were encountered:
Suppose there are 2 select element with name subtitles,
Hound.Helpers.Page.find_all_elements(:xpath, ~s|//select[@name="subtitles"]|)
|> Enum.at(1)
|> Hound.Helpers.Page.find_all_within_element(:xpath, ~s|//option|)
will return all options of the 2 select
The text was updated successfully, but these errors were encountered: