Nice explanation, Rahul. Lots of information has been passed on to the listner. Appreciate the effort, thanks. If someone is facing problem with "'appium' is not recognized as an in" after installing Appium using the npm command (npm install -g appium), Please add this variable: C:\Users\UserName\AppData\Roaming pm under PATH variable. Only then the cmd recognized the appium. This is because the required node modules will get installed in C:\Users\UserName\AppData\Roaming pm
Great job mate. Just I have a question - no way I can add my JAR files as an external once, tried everything, including asking a friend or CHatGPT. Any idea why is not happening ?
Hi Rahul, i am trying to locate an element (enter email textbox) which is nested inside of frame layout. if i try to click the textbox the entire frame is getting high lighted. Please tell me how to id or xpath of that textbox (enter email textbox)
Hi everyone, If anyone has the answer, kindly reply. Is there a way to invoke the emulator at the Java code level? Basically, how we are starting the Appium server programmatically, similarly want to open the emulator programmatically. This video was very helpful to open the emulator from the command prompt without the necessity to open the Android studio every time.
Hi Rahul ,kindly let us know we can discussion on new topic regarding Appium Image Comparison feature which most of us facing challenges and we need to understand on using these scripts
If anyone is getting the "String" keyword and the class name underlined in red (Java Package Unbound Error), the following is a solution: 1. Project > Properties > Java Build Path 2. Select the Libraries tab 3. Select the troublesome JRE entry 4. Click the Edit button 5. Choose an alternate JRE 6. Click the Finish button Source: Stack Overflow
Hello Master I need something like Appium in automating android apps The problem with me I don't want all these steps to get starting playing my code like linking Nox or Emulator with Appium and so on
Hello everyone, for those who are having problems with appium you all can refer to his course on Udemy.com. go to udemy.com->search for Rahul-Shetty appium.
After running Android studio.exe file we need to open Android studio app and do a standard installation to install sdk etc., which he did not mention. Then only we will get C:\Users\\AppData\Local\Android\sdk file. I have Windows 11
How Appium server understands the clients requests when they are coded in different languages like Java, Python,C# etc?? For Example, If the client is written in Java, JVM is required in Server machine to Interpret the java code. Like wise, how server understands the clients requests when they are coded in diff languages?
Hi Sir, Getting error "Unresolved compilation problems: DesiredCapabilities cannot be resolved to a type" On hower on DesiredCapabilities it's showing it cannot be resolved to type. I have imported import org.openqa.selenium.remote.DesiredCapabilities; and all jar files.
Hello Rahul, i m getting error of "Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: An unknown server-side" Please suggest ..
Hello Sir, When i tried to run baseclass with configure all the setup properly. I got the below error [RemoteTestNG] detected TestNG version 7.4.0 =============================================== Default test Tests run: 0, Failures: 0, Skips: 0 =============================================== =============================================== Default suite Total tests run: 0, Passes: 0, Failures: 0, Skips: 0 =============================================== [TestNG] No tests found. Nothing was run Usage: [options] The XML suite files to run Options: -alwaysrunlisteners Should MethodInvocation Listeners be run even for skipped methods Default: true -configfailurepolicy Configuration failure policy (skip or continue) -d Output directory -dataproviderthreadcount Number of threads to use when running data providers -dependencyinjectorfactory The dependency injector factory implementation that TestNG should use. -excludegroups Comma-separated list of group names to exclude -failwheneverythingskipped Should TestNG fail execution if all tests were skipped and nothing was run. Default: false -groups Comma-separated list of group names to be run -junit JUnit mode Default: false -listener List of .class files or list of class names implementing ITestListener or ISuiteListener -methods Comma separated of test methods Default: [] -methodselectors List of .class files or list of class names implementing IMethodSelector -mixed Mixed mode - autodetect the type of current test and run it with appropriate runner Default: false -objectfactory List of .class files or list of class names implementing ITestRunnerFactory -overrideincludedmethods Comma separated fully qualified class names of listeners that should be skipped from being wired in via Service Loaders. Default: false -parallel Parallel mode (methods, tests or classes) Possible Values: [tests, methods, classes, instances, none] -port The port -reporter Extended configuration for custom report listener -spilistenerstoskip Comma separated fully qualified class names of listeners that should be skipped from being wired in via Service Loaders. Default: -suitename Default name of test suite, if not specified in suite definition file or source code -suitethreadpoolsize Size of the thread pool to use to run suites Default: 1 -testclass The list of test classes -testjar A jar file containing the tests -testname Default name of test, if not specified in suitedefinition file or source code -testnames The list of test names to run -testrunfactory, -testRunFactory The factory used to create tests -threadcount Number of threads to use when running tests in parallel -threadpoolfactoryclass The threadpool executor factory implementation that TestNG should use. -usedefaultlisteners Whether to use the default listeners Default: true -log, -verbose Level of verbosity -xmlpathinjar The full path to the xml file inside the jar file (only valid if -testjar was specified) Default: testng.xml
Can anyone help me iam new to coding java facing error - exception in thread "main" java.lang.error: unresloved compilation problem Unhandled expection type malformed URLexpection
Hii Sir, can you resolve my error -An unknown server-side error occurred while processing the command. Original error: Cannot verify the signature of 'C:\Users\user\AppData\Local\Temp\2021421-6592-i28uu5.fa1z8\appium-uiautomator2-server-v4.17.4.apk'. Original error: The JAVA_HOME environment variable must be set for Android Tools to work properly.
Nice explanation, Rahul. Lots of information has been passed on to the listner. Appreciate the effort, thanks.
If someone is facing problem with "'appium' is not recognized as an in" after installing Appium using the npm command (npm install -g appium), Please add this variable: C:\Users\UserName\AppData\Roaming
pm under PATH variable. Only then the cmd recognized the appium. This is because the required node modules will get installed in C:\Users\UserName\AppData\Roaming
pm
facing problem with error "node" is not recognized as an ....
It worked for me ! Thank you sir for this detailed session specially on uiautomator2.
A Calm,Clear and Meaningful lecture. It's worthy for my 1.45hrs of time. Thanks for that Rahul
Very clear explanation even though I couldn't know anything about this I could learn 50%of what appium means TQ u soo much Rahul sir
You are my favorite trainer. All your videos make me technically strong. Thanks for this.
Great Instructor !!
God bless you sir. Liked and Subscribed
Pretty awesome I must say. thanks man!
Great job mate. Just I have a question - no way I can add my JAR files as an external once, tried everything, including asking a friend or CHatGPT. Any idea why is not happening ?
Do we.need to first install this apk in mobile device or only need to add in eclipse project
Hi Rahul, Can you make a course on automating Flutter app using Appium with Java
Sir before starting appium as beginner do i need java or selenium knowledge?
Hi
Any video regarding Appium enum with c#
Thank you so much sir it's a great learning
Hi Rahul, i am trying to locate an element (enter email textbox) which is nested inside of frame layout. if i try to click the textbox the entire frame is getting high lighted. Please tell me how to id or xpath of that textbox (enter email textbox)
Namastey Sir.
Fabulous.
Hi Rahul, Appium inspector is not able to in windows machine, please clarify
Hi everyone, If anyone has the answer, kindly reply. Is there a way to invoke the emulator at the Java code level? Basically, how we are starting the Appium server programmatically, similarly want to open the emulator programmatically. This video was very helpful to open the emulator from the command prompt without the necessity to open the Android studio every time.
Hi Rahul ,kindly let us know we can discussion on new topic regarding Appium Image Comparison feature which most of us facing challenges and we need to understand on using these scripts
Nice
How to get all item and list views ?
If anyone is getting the "String" keyword and the class name underlined in red (Java Package Unbound Error), the following is a solution:
1. Project > Properties > Java Build Path
2. Select the Libraries tab
3. Select the troublesome JRE entry
4. Click the Edit button
5. Choose an alternate JRE
6. Click the Finish button
Source: Stack Overflow
Hi Rahul,
Can you explain the appium Mac setup as well
Setup the uicatalog properly
I don't find the sdk folder. sdk files are present in adroid>plugins?>android>lib
Hi Rahul,
The link to app is currently not available in the video description. Could you kindly provide the link? Thank You.
Please provide the app link
Search it on google, with the name "APIDemos-debug" you'll get it.
Hello Master
I need something like Appium in automating android apps
The problem with me I don't want all these steps to get starting playing my code like linking Nox or Emulator with Appium and so on
Not able to install appium with npm please help it this bcoz i am using network through hotspot
19:18
Do we really need android studio? is it possible to install the sdk folder and tools on its own?
Few of the JAR files have been deprecated in recent versions of Android SDK. It is better to use Android studio than to run appium from command line
Really good content and execution helped in clearing some base concepts. Thanks
App link is missing - please advise
How to use Iphone device in appium using window ?
Could you please help me to find the ApiDemos-debug-apk file .I couldn't locate the file.Thanks
when I open emultor through cmd then it show the popup of Debug and esc cancel
please load course python appium course in udemey
Hello everyone, for those who are having problems with appium you all can refer to his course on Udemy.com. go to udemy.com->search for Rahul-Shetty appium.
Thank you.
After running Android studio.exe file we need to open Android studio app and do a standard installation to install sdk etc., which he did not mention. Then only we will get C:\Users\\AppData\Local\Android\sdk file.
I have Windows 11
How Appium server understands the clients requests when they are coded in different languages like Java, Python,C# etc?? For Example, If the client is written in Java, JVM is required in Server machine to Interpret the java code. Like wise, how server understands the clients requests when they are coded in diff languages?
Its not possible to save your video?
@11:19 I cant able to find andriod. In my App data folder. Kindly advice
Hey, same issue. Did you get any solution?
@@shreyaprasad73 When i opened the latest android studio, Android inside the the AppData automatically downloaded
Sir please make videos on appium python
what is the app that you use to test
Hi Sir,
Getting error "Unresolved compilation problems:
DesiredCapabilities cannot be resolved to a type"
On hower on DesiredCapabilities it's showing it cannot be resolved to type. I have imported import org.openqa.selenium.remote.DesiredCapabilities; and all jar files.
It's showing error in importing the DesiredCapabilities package.. What to do??
For desired capabilities how to creat a class what we have to use on that
Not able to start appium server its giving error "node" is not recognised as an internal or external
link to app is not available in the description.Can you provide it?
Search it on google, with the name "APIDemos-debug" you'll get it.
AMD manager is not displayed in tool dropdown
Hello Rahul, i m getting error of "Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: An unknown server-side" Please suggest ..
Hello Preeti, hope this issue is resolved.. what was the correction. as I am facing the same issue. Thanks
From where I can download APK file
how to install app in vertual device. you didn''t expalin .how we can install please explain
Download android studio and set up
He literally did that with automation. That was the first thing!
Hi Rahul facing some prob while doing automation from your videos. How I can reach to you ?
There are many ways. Join FB group and post your question there. You will get reply soon
facebook.com/groups/RahulShettyAcademy/
@@RahulShettyAcademy can this course be taken by mac users, won't there be any confusions on installation part?
in latest version device manager is the new name in place of adb manager do not get confused guys
What's your opinion on recent Google and Oracle non-agreement on the use of Java in Android?
While creating a connection I'm getting an error as "Cannot infer type arguments for AndroidDriver".
I am unable to see AVD Manager in Tools menu. Can anyone pls help?
Can anyone help to find the ApiDemos-debug-apk file .I couldn't locate the file.Thanks
Same I also
Unable to pass AndroidElement in AndroidDriver as Argument,it is throwing an Error
Can someone please help
Hello Sir,
When i tried to run baseclass with configure all the setup properly. I got the below error
[RemoteTestNG] detected TestNG version 7.4.0
===============================================
Default test
Tests run: 0, Failures: 0, Skips: 0
===============================================
===============================================
Default suite
Total tests run: 0, Passes: 0, Failures: 0, Skips: 0
===============================================
[TestNG] No tests found. Nothing was run
Usage: [options] The XML suite files to run
Options:
-alwaysrunlisteners
Should MethodInvocation Listeners be run even for skipped methods
Default: true
-configfailurepolicy
Configuration failure policy (skip or continue)
-d
Output directory
-dataproviderthreadcount
Number of threads to use when running data providers
-dependencyinjectorfactory
The dependency injector factory implementation that TestNG should use.
-excludegroups
Comma-separated list of group names to exclude
-failwheneverythingskipped
Should TestNG fail execution if all tests were skipped and nothing was
run.
Default: false
-groups
Comma-separated list of group names to be run
-junit
JUnit mode
Default: false
-listener
List of .class files or list of class names implementing ITestListener
or ISuiteListener
-methods
Comma separated of test methods
Default: []
-methodselectors
List of .class files or list of class names implementing IMethodSelector
-mixed
Mixed mode - autodetect the type of current test and run it with
appropriate runner
Default: false
-objectfactory
List of .class files or list of class names implementing
ITestRunnerFactory
-overrideincludedmethods
Comma separated fully qualified class names of listeners that should be
skipped from being wired in via Service Loaders.
Default: false
-parallel
Parallel mode (methods, tests or classes)
Possible Values: [tests, methods, classes, instances, none]
-port
The port
-reporter
Extended configuration for custom report listener
-spilistenerstoskip
Comma separated fully qualified class names of listeners that should be
skipped from being wired in via Service Loaders.
Default:
-suitename
Default name of test suite, if not specified in suite definition file or
source code
-suitethreadpoolsize
Size of the thread pool to use to run suites
Default: 1
-testclass
The list of test classes
-testjar
A jar file containing the tests
-testname
Default name of test, if not specified in suitedefinition file or source
code
-testnames
The list of test names to run
-testrunfactory, -testRunFactory
The factory used to create tests
-threadcount
Number of threads to use when running tests in parallel
-threadpoolfactoryclass
The threadpool executor factory implementation that TestNG should use.
-usedefaultlisteners
Whether to use the default listeners
Default: true
-log, -verbose
Level of verbosity
-xmlpathinjar
The full path to the xml file inside the jar file (only valid if
-testjar was specified)
Default: testng.xml
Apidemo file unable to find
Can anyone help me iam new to coding java facing error - exception in thread "main" java.lang.error: unresloved compilation problem
Unhandled expection type malformed URLexpection
App link is missing
Hii Sir,
can you resolve my error -An unknown server-side error occurred while processing the command. Original error: Cannot verify the signature of 'C:\Users\user\AppData\Local\Temp\2021421-6592-i28uu5.fa1z8\appium-uiautomator2-server-v4.17.4.apk'. Original error: The JAVA_HOME environment variable must be set for Android Tools to work properly.
you need to set JAVA_HOME as system variable under environment variables.
I am facing errors in desired capabilities can anyone please help me with that
I have followed each and every step. I stuck at 'appiumspace' step. I didn't get how this appiumspace created. Please help to clarify.
Did you get any resolution ?
Make video for appium testing on real device
APK file link is missing.
Don't forget to enable virtualisation in BIOS otherwise emulator won't work.
Setting infrastructure is too tedious
plz upload in hindi language rahul sir.