我使用的是基於Railscasts js代碼添加新課程到我的頁面中選擇從動態添加JS水豚的選項。基於時間的ID
當使用RSpec和水豚測試,我怎麼選擇一個動態生成的選擇菜單中的選項,基於時間的唯一ID?
我的想法,就是要最終所有的選擇菜單,並抓住最後一個,但沒有與我一下。
Rspec的代碼:
click_link "Edit "
click_link "Add Another Lesson" #this then uses JS to put another select menu on the screen.
select("Lesson 2", from: "#{ideally it would find the last select tag here}") #this is what i don't know how to find.
我知道有all
但不知道如何使用XPath找到最後選擇標籤。
'''選擇'Just Awesome Man',來自:'.hearter''''是我的工作。 –