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 905dd6f commit f9cc42dCopy full SHA for f9cc42d
rb/lib/selenium/webdriver/common/error.rb
@@ -206,13 +206,6 @@ class MoveTargetOutOfBoundsError < WebDriverError; end # 34
206
MoveTargetOutOfBoundsError # 34
207
]
208
209
- # aliased for backwards compatibility
210
- ObsoleteElementError = StaleElementReferenceError
211
- UnhandledError = UnknownError
212
- UnexpectedJavascriptError = JavascriptError
213
- NoAlertOpenError = NoAlertPresentError
214
- ElementNotDisplayedError = ElementNotVisibleError
215
-
216
class << self
217
def for_code(code)
218
return if [nil, 0].include? code
0 commit comments