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.eaMy 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