在水豚的新窗口中打开链接

在水豚,是否有可能在新窗口打开链接,而不是现在的?


如果这个元素是一个链接,你可以得到它的href并在新窗口中打开它:

url = find('.some_link')[:href]
within_window open_new_window do
  # do something
end

在水豚2.3中增加了open_new_window

链接地址: http://www.djcxy.com/p/58561.html

上一篇: Open link in a new window with Capybara

下一篇: RxJS: Recursive list of observables and single observer