Appium 1.3.6 Release

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] [email protected]

1 Like

Hi

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

C:\Windows\system32>npm install [-g] [email protected]
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] [email protected]
then, using
npm install -g [email protected]
it is working properly

Glad you got it working :slight_smile:

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.

Imgur
Imgur

3 Likes

The guitar apps are maintained separately . Ping the team at https://github.com/appium/appium-dot-app

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.

2 Likes

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…?

Any updates on this, or did I miss something. We are having the same issues.

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.

I have a similar issue - I am unable to select an element by click on it in the outline.

@Christian_Paulino @avellayappan We need better naming. I’m referring to the Appium server, which is run from the command line. You’re referring to Appium-dot-app, the OSX gui that wraps the server. Unfortunately I don’t know what the status of the OSX GUI project is. Best thing to do is to check here: https://github.com/appium/appium-dot-app

Thanks, and sorry about that. I am indeed talking about the ‘Appium-dot-app’.