We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c153b3 commit 575ef9cCopy full SHA for 575ef9c
1 file changed
lib/capybara/cuprite/browser.rb
@@ -12,6 +12,8 @@ class Browser < Ferrum::Browser
12
dismiss_prompt reset_modals] => :page
13
14
attr_reader :url_blacklist, :url_whitelist
15
+ alias url_blocklist url_blacklist
16
+ alias url_allowlist url_whitelist
17
18
def initialize(options = nil)
19
options ||= {}
0 commit comments