How do I upgrade appium in my Visual studio - visual-studio

I am writing my tests in C# with Appium and specflow. I am using Visual studio as my IDE.
If I want to upgrade my appium to the latest version how do I do it?
All new Appium methods for FaceID authentication are available in Appium version V1.10.1
Want to know how do I upgrade to that version of Appium.
Usually we update all the softwares through Nuget packages but for Appium only thinhg I see is Appium.Webdriver with latest version being 3.0.0.2 and this doe not contain latest appium code.
Any help in guiding me is much appreciated.

you can use node.js command line for upgrade the appium you just need to install node.js then it contains node.js command line so you can install or upgrade the appium
https://www.edgewordstraining.co.uk/2017/07/05/install-appium-server-windows/strong text

Related

Unable to install and use Ruby plug-in on IntelliJ for Mac

I am unable to get IntelliJ to list and recognize Ruby projects. I'm using a Mac (High Sierra). Ruby was installed using RVM.
After I installed the Ruby plug-in, the plug-ins tab under Preferences shows the Ruby plug-in in red (any idea why?). According to the download page, the version of the plugin I downloaded matches the version of IntelliJ I'm running.
Even then, when I try to create a new project, Ruby isn't listed as part of the options.
The Ruby plugin requires IntelliJ IDEA Ultimate (Community Edition is being used)

Which appium version support mac os 10.12.5

I have mac with latest version Sierra(10.12.5) and i want to install appium in my mas system so guyz can you please suggest me which version of appium, xcode, xcode command line tool, and Android studio will support and it will work properly because I have installed appium 1.5.3 version but it is not catch my system and device too.
so please is if any body have knowledge about that then suggest me .
I use:
appium - 1.6.4 (command line)
Xcode / Command Line Tools - 8.3.2
Android Studio - 2.3.1 (with updated SDK)
java client - v5.0.0-BETA8

Joyent Node.js The software is missing from your system. You may also have to configure it after installation

i have installed nodejs manually and from visual studio 2015 installation , but every time i check for apache cordova dependency cheker i get
Joyent Node.js The software is missing from your system. You may also have to configure it after installation
Same issue. I had installed Node.js version 6.9.1 manually. After uninstalling via Windows (Control Panel->Programs and Features->NodeJs->Uninstall), I was able to go to Control Panel->Programs and Features->VS2015->"Change"->"Modify" and was given the option to install the Joyent version. Prior to the uninstall, Joyent nodejs was not an option when trying to Change/Modify VS2015.

NativeScript Installation Issues

I was just trying to install NavtiveScript, for this I followed the official installation guide available at
http://docs.nativescript.org/angular/start/quick-setup but I am stuck at "Step 3: Install iOS and Android requirements"
When I run the below command in Command Prompt (with administrative privileges)
#powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://www.nativescript.org/setup/win'))"
Everything seems to be installed without any issue. But when I try to verify the installation through command, "tns doctor" I returns below warnings:
D:\>tns doctor
WARNING: adb from the Android SDK is not installed or is not configured properly.
For Android-related operations, the NativeScript CLI will use a built-in version of adb.
To avoid possible issues with the native Android emulator, Genymotion or connected
Android devices, verify that you have installed the latest Android SDK and
its dependencies as described in http://developer.android.com/sdk/index.html#Requirements
TIP: To avoid setting up the necessary environment variables, you can use the chocolatey package manager to install the Android SDK and its dependencies.
WARNING: The Android SDK is not installed or is not configured properly.
You will not be able to build your projects for Android and run them in the native emulator.
To be able to build for Android and run apps in the native emulator, verify that you have
installed the latest Android SDK and its dependencies as described in http://developer.android.com/sdk/index.html#Requirements
TIP: To avoid setting up the necessary environment variables, you can use the chocolatey package manager to install the Android SDK and its dependencies.
NOTE: You can develop for iOS only on Mac OS X systems.
To be able to work with iOS devices and projects, you need Mac OS X Mavericks or later.
Cannot find a compatible Android SDK for compilation. To be able to build for Android, install Android SDK 22 or later.
Run $ android to manage your Android SDK versions.
You need to have the Android SDK Build-tools installed on your system. You can install any version in the following range: '>=23 <=24'.
Run android from your command-line to install required Android Build Tools.
You need to have Android SDK 22 or later and the latest Android Support Repository installed on your system.
Run $ android to manage the Android Support Repository.
Can anyone please guide?
I am using Windows 10, and have Visual Studio 2015 (update 3) and Visual Studio Code installed on my machine.
The command line of installing Android also didn't work for me and gave me the same errors as you. I figured out this by downloading and installing Android Studio. After your installation, you should be able to find the location of the android sdk, which is /Users/myMacUserName/Library/Android/sdk in my situation. And you could select all the needed things through SDK Manager. In the terminal, you then do 'export ANDROID_HOME=/Users/myMacUserName/Library/Android/sdk' instead of the command from NativeScript installtion instruction 'export ANDROID_HOME=/usr/local/opt/android-sdk'. After all these, you should be okay with the Android SDK errors.
https://developer.android.com/studio/index.html
Install the android studio from the above link and then after that run the studio and install the desired android sdk packages from within the studio.

Error installing Telerik Appbuilder CLI on Windows

I am trying to install the telerik appbuilder CLI to my windows machine. the first error i was getting was cl.exe could not be found. i solved this by modifying my install of visual studio community 2015 to include C++ and now i am getting alot more red in the cmd prompt window. i am trying to install the appbuilder using
npm install -g appbuilder
and here is a screenshot of the cmd window
am i missing some dependencies?
the guide on how to set this up a is only the install line and after spending some time searching around. im not finding any others having problems setting appbuilder up.
Can you check your version of node.js? At the moment of writing, AppBuilder CLI works with node.js 0.10.x and 0.12.x. Support for node.js 4.2.1 will be available in the 2.14 release, which is currently scheduled for releasing at the beginning of November 2015. Note that due to bug in V8 which crashes node, node 4.0.x will never be supported.
The reason for these messages is that AppBuilder CLI has dependencies written in C++. To build them, you need to satisfy all requirements for building c++ node modules, i.e. install Visual Studio, Python 2.7, node-gyp and configure them to be available on the command line. More information is available here: https://github.com/nodejs/node-gyp . Until our official support for node 4.2.1 is out, you may try this approach. Or, if possible, switch to node 0.12

Resources