Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. MobileElement element = driver.findElementByXPath("myXpath");
  2. String tagName = element.getAttribute("contentDescription");
  3.  
  4. INFO: HTTP Status: '405' -> incorrect JSON status mapping for 'unknown error' (500 expected)
  5.  
  6. org.openqa.selenium.WebDriverException: Method is not implemented
  7. Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
  8. System info: host: 'MacBook-Pro-user-3.local', ip: 'fe80:0:0:0:1c5a:4a31:7feb:437b%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.14.5', java.version: '1.8.0_111'
  9. Driver info: io.appium.java_client.android.AndroidDriver
  10. Capabilities [{appPackage=com.turkcell.bip.debug, deviceScreenSize=480x854, networkConnectionEnabled=true, noReset=true, warnings={}, databaseEnabled=false, deviceName=0123456789ABCDEF, platform=LINUX, deviceUDID=0123456789ABCDEF, appActivity=com.turkcell.bip.ui.main.BiPActivity, desired={appPackage=com.turkcell.bip.debug, appActivity=com.turkcell.bip.ui.main.BiPActivity, noReset=true, platformVersion=5.1, automationName=Appium, platformName=Android, deviceName=ZTE A465}, platformVersion=5.1, webStorageEnabled=false, locationContextEnabled=false, automationName=Appium, takesScreenshot=true, javascriptEnabled=true, deviceModel=ZTE Blade A465, platformName=Android, deviceManufacturer=ZTE}]
  11. Session ID: 0d5e93a8-ed21-40c2-893f-9ff5c4bf6682
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement