This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 17
Mar 2015

We're pleased to announce Appium 1.3.6 is available for download. This is a small release that includes two hotfixes for Android.

CHANGES IN VERSION 1.3.6

Android

  • fix XPath regression where Appium failed to recognize non-ASCII characters
  • fix regression where Appium failed to set ADB's path during Chromedriver tests

You can install by running the following npm command:
npm install [-g] appium@1.3.6

  • created

    Mar '15
  • last reply

    Mar '15
  • 16

    replies

  • 3.6k

    views

  • 8

    users

  • 6

    likes

  • 3

    links

pinned globally Mar 4, '15

Hi

i get an error once i use this coomand to download this release

C:\Windows\system32>npm install [-g] appium@1.3.6
npm ERR! 404 404 Not Found: %5B-g%5D
npm ERR! 404
npm ERR! 404 '%5B-g%5D' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, or http url, or git url.

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\Program Files (x86)\nodejs\\node.exe" "C:\Program File
s (x86)\nodejs\node_modules\npm\bin\npm-cli.js" "install" "[-g]" "appium@1.
3.6"
npm ERR! cwd C:\Windows\system32
npm ERR! node -v v0.10.35
npm ERR! npm -v 1.4.28
npm ERR! code E404
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Windows\system32\npm-debug.log
npm ERR! not ok code 0

Please, could you tell me how to solve that?

Regards,

Manuel

lol
i just removed square brackets on
npm install [-g] appium@1.3.6
then, using
npm install -g appium@1.3.6
it is working properly

I updated my Appium 1.3.5 app on OSX, and now in Appium Inspector I am unable to select an element by clicking on it (in the preview window).

The outline for a selected element is also missing when using "Locator" function.

See screenshots below for clarification.

Imgur2
Imgur

I updated my Appium from 1.3.5 app to 1.3.6 on MAC, and now in Appium Inspector I am unable to select an element by clicking on it (in the preview window).

The outline for a selected element is also missing when using "Locator" function.

See screenshots below for clarification.

Can we expect Appium 1.3.6 on Windows platform ?

Thanks

It's already available on Windows via NPM. Are you asking about Appium-dot-exe? If so, you'll need to enquire on their GitHub site.

Does this 1.3.6 update requires Xcode & all to latest Versions..?

I am having a similar issue. I can't navigate through the elements in the app using appium inspector. And, preview isn't working. Attached is the screenshot.

unpinned Mar 26, '15