阅读背景:

我们可以在capybara / siteprism中导航到循环内的不同页面吗?

来源:互联网 

My code is like this:

我的代码是这样的:

my_array.each do |element|
  within element do
    some_element.click         #it will take me to next page
    some_other_element.click   #it will take me to previous page for next iteration
  end
end
my_array.ea



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: