注文ごとに変化する要素をクリックしようとしています
edit_div_123
edit_div_124
edit_div_xxx
xxx = any three numbers
次のように正規表現を使用してみました:
@driver.find_element(:css, "#edit_order_#{\d*} > div.submit > button[name=\"commit\"]").click
@driver.find_element(:xpath, "//*[(@id = "edit_order_#{\d*}")]//button").click
これは可能ですか?これを行う他の方法はありますか?