2016-06-16 12 views

答えて

4

はここで変更されている命名規則は以下のとおりです。

 
JSON Wire Protocol 		 WebDriver Wire Protocol 
version 			 browserVersion 
platform 			 platformName 
noProxy 			 noproxy 
UnknownCommand 			 unknown command 
NoSuchFrame 			 no such frame 
NoSuchElement 			 no such element 
StaleElementReference 		 stale element reference 
ElementIsNotSelectable 		 element not selectable 
JavaScriptError 		 javascript error 
Timeout 			 timeout 
NoSuchWindow 			 no such window 
InvalidCookieDomain 		 invalid cookie domain 
ScriptTimeout 			 script timeout 
SessionNotCreatedException 	 session not created 
MoveTargetOutOfBounds 		 move target out of bounds 
NoAlertOpenError 		 no such alert 
InvalidElementCoordinates 	 invalid coordinates 
stackTrace 			 stacktrace 

エラーコードとデータ構造も同様に変更されました。実装の詳細については、参考文献を参照してください。

参照