This is a very important channel. I was moved to another team to assist with web automation (selenium). I had gotten out of touch with appium, the last time I used it, it was sill appium 1.x. I now got moved back the app team and taking some knowledge transfer, and boy, oh boy, I felt so behind as they move to 2.0, and most of the thing didn't make sense to me, hence I came here. I'm glad I found this channel. With the amount of pressure and deadline we have, I think I'll dedicate an hour a day to watch a video on this channel. Great work man.
Thanks so much, @TestingMiniBytes I have been trying to set up the Appium for the last 2 months. Although I was using a Windows system with Eclipse IDE, but your explanation helped me.
Thank you so much for your tireless efforts in making these videos. They are a labour of love, dedication, and honesty. The content is pure quality. There are countless folks who are benefitting from your videos, including me. Great work! keep on teaching!
In my first run, I got an error in the server that said "failed to export ANDROID_HOME and ANDROID_SDK_HOME"....it was solved by adding the android sdk's build-tools and platform-tools folder in the "Path"....only ANDROID_HOME was set (done automatically during android studio installation)...no need to set ANDROID_SDK_HOME which is deprecated now..... Apart from this error, everything in this tutorial playlist worked. I was able to run for Android on my Windows machine without another problem. Thanks!
My application is not running but it is showing me a response as 200 on the cmd terminal for appiumDriver but my application is unable to open on an Android device emulator using Android Studio.
Hi, thank you so much for the tutorial but I am bit confused with selecting appium client. I want to go for python client but the resources are very limited and few of them are also outdated.Can you please guide when to use which client and if I follow your tutorials, will there by only difference of language and for other settings it would be same or not?
Hello, I have seen that some create the capabilities with DesiredCapabilities and others with UIautomator2Options, what is the difference or what is the rule to follow for appium2.0?
Hi, I had trouble when I set up the iOS real device. - I use iPhone 7 (iOS 15.7) and XCode 14 - I have to add setUdid & setBundleId options for the configuration - Then I receive the log: "Error":"ApplicationVerificationFailed" & xcode error 70 I researched for those issues but It still not work Please help me. Thanks
@@TestingMiniBytes do we need to download the browser binaries like how we do in selenium? I am getting session exception and no browser found though i have explicitly downloaded the browser using appiun install command for both xc and uiautomator2?
@@TestingMiniBytes i thought about to update browser size to see the mobile compatibility but that’s still just web browser but not mobile OS and mobile browser
Thank you for this video. It was very helpful. Could you also talk about how to clean slate the native app? For example, i want to able to use some login features only comes up when the app is freshly installed.
Hi, i don't want to install the application everytime, is there any way to launch the application activity in appium 2.0 directly just like we were doing with appium 1
Thanks alot for sharing the details. Can you please create some sample code that can be used in case of C# language. I am able to successfully install appium serevr using your part 1 of this video. However, I am stuck with C# code using Android app. Any help in this context will be highly appreciated. Thanks in advance.
[RemoteTestNG] detected TestNG version 7.8.0 SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See www.slf4j.org/codes.html#noProviders for further details. FAILED: org.appium.AppiumHybridFramework.AndroidTest.launchApp org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: An unknown server-side error occurred while processing the command. Original error: The application at 'null/app/Android-MyDemoAppRN.1.3.0.build-244.apk' does not exist or is not accessible Host info: host: 'Swatis-MacBook-Pro.local', ip: 'fe80:0:0:0:1c4a:9eb7:7d4:1fcc%en0'
@@TestingMiniBytes The application is already in Phone and just every launch it should start from the starting page of application. Ex. In iPhone open Settings application, then click on general and close the application. Next time when Launch application it was starting from General page not the home of application. Want to launch the application from start. It is possible with iOS?
Teacher, thank you, one thing I couldn't start the application in the emulator. Can you help me? I got below error. org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 404. Message: The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource ..
This is a very important channel. I was moved to another team to assist with web automation (selenium). I had gotten out of touch with appium, the last time I used it, it was sill appium 1.x. I now got moved back the app team and taking some knowledge transfer, and boy, oh boy, I felt so behind as they move to 2.0, and most of the thing didn't make sense to me, hence I came here. I'm glad I found this channel. With the amount of pressure and deadline we have, I think I'll dedicate an hour a day to watch a video on this channel. Great work man.
Bro, very instrumental. I mean outstanding. Highly recommend this channel.
Finally ! Got the Latest Implementation, Thankyou soo much.
Thanks so much, @TestingMiniBytes I have been trying to set up the Appium for the last 2 months.
Although I was using a Windows system with Eclipse IDE, but your explanation helped me.
Thank you so much for your tireless efforts in making these videos. They are a labour of love, dedication, and honesty. The content is pure quality. There are countless folks who are benefitting from your videos, including me. Great work! keep on teaching!
Thanks for taking time to leave this comment. I appreciate it 🙏🏼
You are doing great please keep it up. Great things take time
This series going to be amazing.. thanks 🙏
Hi, Have just started to learn Appium. Tutorial is amazing.
All the best
Excellent videos. Thanks a lot for sharing
Thanks to you I could this fast and easy. Thanks!
Thanks for starting Appium 2.0 series
Thanks for appium 2.0 series
That was a great video. Many thanks.
great work sir, thank you so much for making videos on Appium latest version.
This is good , keep it up.
Great video mate
Nice tutorial. Im chathumal
In my first run, I got an error in the server that said "failed to export ANDROID_HOME and ANDROID_SDK_HOME"....it was solved by adding the android sdk's build-tools and platform-tools folder in the "Path"....only ANDROID_HOME was set (done automatically during android studio installation)...no need to set ANDROID_SDK_HOME which is deprecated now.....
Apart from this error, everything in this tutorial playlist worked. I was able to run for Android on my Windows machine without another problem. Thanks!
My application is not running but it is showing me a response as 200 on the cmd terminal for appiumDriver but my application is unable to open on an Android device emulator using Android Studio.
Hi,
In my case it is only supporting the Nightwatch ADV, not any devices created through Android Studio.
Thank you very much for the wonderful explaination. Do you have anything in pdf or text for the whole setup process if possible ?
Hi, thank you so much for the tutorial but I am bit confused with selecting appium client. I want to go for python client but the resources are very limited and few of them are also outdated.Can you please guide when to use which client and if I follow your tutorials, will there by only difference of language and for other settings it would be same or not?
THere are not lot of good resources for python with appium. So consider using Java if language is not a constraint
Thanks for your series. But I need C# client for my project, will same approach will work?
yes it should
Hello, I have seen that some create the capabilities with DesiredCapabilities and others with UIautomator2Options, what is the difference or what is the rule to follow for appium2.0?
DesiredCapabilities is old and cannot be used with appium 2.0
@@TestingMiniBytes Thank you!!!!
well explained😍
Gracias por los tutoriales!
Hi Amuthan,
Should we have carthage and homebrew if we have to automate with real devices, for simulator it is not required i think right
Hello sir and everyone, I would like to ask why should I run this as(as JUnit or as Maven or as anything else). I use Eclipse as an IDE. Thank you
When you run the test in CI, there will be no IDE
Hi,
I had trouble when I set up the iOS real device.
- I use iPhone 7 (iOS 15.7) and XCode 14
- I have to add setUdid & setBundleId options for the configuration
- Then I receive the log: "Error":"ApplicationVerificationFailed" & xcode error 70
I researched for those issues but It still not work
Please help me. Thanks
Please ask these kind of questions in telegram group with code, screenshot of error
May you add few tutorials on browser automation for android/ios with Appium 2.0 ?
It is recommeded to set the browser size in chrome and use selenide directly
@@TestingMiniBytes do we need to download the browser binaries like how we do in selenium?
I am getting session exception and no browser found though i have explicitly downloaded the browser using appiun install command for both xc and uiautomator2?
@@TestingMiniBytes i thought about to update browser size to see the mobile compatibility but that’s still just web browser but not mobile OS and mobile browser
@@ArjunSingh-wg4ig That will most probably work
i have added java client library to my POm but still not able to use UiAutomator2Options in my code.....anyone plz help
Thank you for this video. It was very helpful. Could you also talk about how to clean slate the native app? For example, i want to able to use some login features only comes up when the app is freshly installed.
You can add fullReset capability as true
Hi, i don't want to install the application everytime, is there any way to launch the application activity in appium 2.0 directly just like we were doing with appium 1
Try exploring noReset and fullReset capabilities
URL is depricated since java 20 what else we can use instead.
Hi, How can we handle the app permissions in Appium 2.0
Amuthan what is the theme of ur intellij
Hi thanks for uploading tutorials can you also show how to launch an app in real device?
Is it possible to do ios automation with windows, and not mac?
Not possible
i am little bit familiar with python ...can i get how to run the python client
Thanks alot for sharing the details.
Can you please create some sample code that can be used in case of C# language. I am able to successfully install appium serevr using your part 1 of this video. However, I am stuck with C# code using Android app. Any help in this context will be highly appreciated. Thanks in advance.
I dont know C#
[RemoteTestNG] detected TestNG version 7.8.0
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See www.slf4j.org/codes.html#noProviders for further details.
FAILED: org.appium.AppiumHybridFramework.AndroidTest.launchApp
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: An unknown server-side error occurred while processing the command. Original error: The application at 'null/app/Android-MyDemoAppRN.1.3.0.build-244.apk' does not exist or is not accessible
Host info: host: 'Swatis-MacBook-Pro.local', ip: 'fe80:0:0:0:1c4a:9eb7:7d4:1fcc%en0'
Hi, In iOS the application will open the state where we left the application. Is any way to Close and Launch application newly in iOS?
Thank you.
you can use fullReset capability.
@@TestingMiniBytes fullReset will uninstalls an app and then automatically installs a new version. Don't want to uninstall and install apps.
What do you wanted to do then?
@@TestingMiniBytes The application is already in Phone and just every launch it should start from the starting page of application.
Ex. In iPhone open Settings application, then click on general and close the application. Next time when Launch application it was starting from General page not the home of application. Want to launch the application from start.
It is possible with iOS?
@@kajaltumma9302 I am not sure if that is possible
If possible kindly provide appium with python tutorial
how to get the apps?? I don't have apps
is this tutorial for mobile app or web app?
Mobile app
1st video is good and better understandable, But this video is not much... If possible please remake this video
whats the bundle id of this app
Teacher, thank you, one thing I couldn't start the application in the emulator. Can you help me? I got below error. org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 404. Message: The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource ..
Also on the emulator screen it says: pixel launcher isn't responding Close app | wait
Please ask the doubt in the telegram channel