這是我的部分觀點...我如何使用水豚瞄準<input type =「image」....>?
我希望能夠定位到該輸入,是重定向到另一個網址。我怎樣才能做到這一點 ?請幫忙
下面是我嘗試過的一些東西。
describe "landings", :type => :feature do
it "index: get all params" do
visit '/sample_page?'
expect(page).to have_no_content 'Sample text'
expect(page).to have_no_content 'Example'
expect(page).to have_no_content("Some Content")
expect(page).to have_css("img", :maximum => 1)
# expect(page).to have_css("input", :id => "sampleID")
# get :survey_link
# expect(response).to render_template(:survey_link) #
# find("#clickAction").click
# input[@type='image']
# click_input
#
# visit 'https://url........'
末 結束
提供一些更多的描述。你想要達到什麼目的? –