Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
dd4d157cf06624a6362508c817ce381ba1747af2
/
.
/
rb
/
lib
/
selenium
/
client
/
errors.rb
blob: 05ee77a0f4f5d750e0989d27edcfd235b430b9d4 [
file
] [
log
] [
blame
]
module
Selenium
module
Client
class
CommandError
<
RuntimeError
end
class
ProtocolError
<
RuntimeError
end
end
end