mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Added disabled? to driver
This commit is contained in:
parent
7ec047e208
commit
d06587234e
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ module Capybara
|
|||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def disabled?
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def path
|
||||
raise NotSupportedByDriverError
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue