Hey! This is a nice crisp video. I tried to follow this. The appium server is running, but I am getting an error "java.lang.IllegalArgumentException: Unknown HttpClient factory netty", can you please help me?
@AnmolSoin-kg2hs4 ай бұрын
what about iPhone
@ishuishu31496 күн бұрын
We have to manually check in IOS .
@moonwarrior66824 ай бұрын
hi could you please create video for how to replicate this gesture plugin using appium webdriverio framework? I tried but it did not work :(
@senthilkumar-qi8jc5 ай бұрын
Could you please make a video on how to do 2FA authentication for the Android and iPhone native apps
@tejeshgowda49705 ай бұрын
Can u make video..how to validate alerts and pop-up in appium.. When we open the app, we get a popup rite .how to handle using Appium scripts..
@ishuishu31496 күн бұрын
You can handle it by setting autograntpermission to true in desired capabilities .
@shailendrakumartiranga81717 ай бұрын
getting the same issue An unknown server-side error occurred while processing the command. Original error: No Chromedriver found that can automate Chrome '124.0.6367'. You could also try to enable automated chromedrivers download as a possible workaround.
@natxa37 ай бұрын
Arnab, how do you implement asserts here? I've followed the tutorial and everything goes fine until I try to assert elements existence and text validation. Thank you for sharing.
@Vk-py2zg7 ай бұрын
Arnab bhai Zindabad.. After lot of time in debugging this and trying with so many other things, i found your video and all it took was 5 mins. Thank you for sharing this.
@automationwitharnab80016 ай бұрын
It's my pleasure
@ganeshmeher14777 ай бұрын
Hi, How to do parallel testing?
@manishnair54687 ай бұрын
I am also facing same issue it works fine on downgarding webview to 99 but latest 124 version given an issue I have shared the logs over email
@SURAJSALUNKHES8 ай бұрын
if singleton pattern used how you can achieve parallel execution?
@ipouch19888 ай бұрын
It was extremely helpful!!! I asked the Github copilot and he didn't solve the problem. Thank you!
@shitalmalviya97968 ай бұрын
Hey , i have updated uiautomator driver installed, still i am facing this issue
@automationwitharnab80018 ай бұрын
Can you please share the logs ?
@swatigupta79099 ай бұрын
can you show it with python?
@automationwitharnab80018 ай бұрын
I will create a tutorials with python on this topic
@anupjoshi260510 ай бұрын
@AutomationWithArnab Thanks for detailed video I've also react native based Android app: I can see "ID" and "resource-id" attributes using Appium inspector. Tried to execute those using methods such as find element by ID and find element by accessibility ID but no luck. But if I take XPATH value and try to execute using find element by XPATH then it is working fine. Is there any way to solve this issue? Thanks in advance.
@SrikantSharan10 ай бұрын
Thanks for this informative videos.
@lizzie919411 ай бұрын
hey! thanks for the video. Question, why it's immutableMap.of and not Map.of as the specifications from appium say: RemoteWebElement scrollView = (RemoteWebElement) wait.until(presenceOfElementLocated(AppiumBy.accessibilityId("Swipe-screen"))); driver.executeScript("gesture: scrollElementIntoView", Map.of("scrollableView", scrollView.getId(), "strategy", "accessibility id", "selector", "WebdriverIO logo", "percentage", 50, "direction", "up", "maxCount", 3));
@FROGxDELIVER11 ай бұрын
Thank you for displaying the documentation for where to find it.
@Kumar2k12 Жыл бұрын
Please explain How to switch to web view or browser from flutter native application and do automation testing on a Signup form and Sign in form and go back to flutter native
@Eswar-s3h Жыл бұрын
HI, How do you find the header logo and flight icon locators ..want to launch the app in iOS simulator, can I use the same launch app method ?
@laxmipriyapadhi1690 Жыл бұрын
Hi arnab i was trying this method it's giving me noSuch element exception which means before scrolling it's expecting the element, can u please help me to overcome from this problem.
@AkshayDhenge-f2s Жыл бұрын
It is not working for me can you provide your GitHub link
@Yogeshnaik-z9h Жыл бұрын
How to scroll the Android page vertically upward till the element is found is there any way to use UI Scrollable and UI Selector class
@abdullah.ozdemir Жыл бұрын
Very clear and detailed explanation. Thanks sir
@saikrishna-vi2km Жыл бұрын
Can you pls answer few of my below questions . 1.Can we manage the driver executables without manual efforts ( like webdrivermanager in selenium) 2.Can we run the test cases on different browsers like chrome , edge , firefox etc using appium in android or ios ( i want to execute the same case on multiple browsers)
@itsmeavinash3470 Жыл бұрын
How to print the Winapp driver console log to a text file .. in case element not found it just says not found without proper info of which element not found . The information is visible in Winappdriver exe console but unable to print it in test logs . Any thoughts ??
@shreedharbathad2610 Жыл бұрын
I need some help on webdriberio
@shreedharbathad2610 Жыл бұрын
Hi sir Content is good and clear understanding
@SaranyaR-n6l Жыл бұрын
Hi sir, This gestures scripts won't work for iOS?
@automationwitharnab8001 Жыл бұрын
Yes it should work for iOS also.
@SaranyaR-n6l Жыл бұрын
@@automationwitharnab8001 when I try to run this in simulator, I'm getting this following error message. can you pls help me to resolve this? org.openqa.selenium.UnsupportedCommandException: {"value":{"error":"unknown method","message":"Method is not implemented","stacktrace":"NotImplementedError: Method is not implemented at XCUITestDriver.execute
@sandeshrathod10411 ай бұрын
@@automationwitharnab8001 As of now it is not working Ive tried with accessibility id, xpath, class chain and predicate string also
@mulamulellirabulanyana58436 ай бұрын
@@automationwitharnab8001 I am gonna give it a try after watching this video and share my journey with you
@RimaSpeaks Жыл бұрын
Do we need to install node js separately ? Please confirm
@automationwitharnab8001 Жыл бұрын
Yes, you have to install nodejs separately.
@mohammadabdussalam9370 Жыл бұрын
What is the devicename? How can I get it?
@automationwitharnab8001 Жыл бұрын
Use command adb devices
@youtubehodol3386 Жыл бұрын
Can I use headless mode so chrome app no need to show
@ramyavinoth1121 Жыл бұрын
Thanks you for your informative videos. Could you please help to resolve the below error? I received it when I click 'Start Session' in Appium Inspector. Failed to create session. An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: 'Command ''C:\\Users\\<user>\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe' -P 5037 -s RZ8R40XT79J install -r --no-incremental C:\\Users\\<user>\\AppData\\Local\\Temp\\2023431-9340-sx0vu1.h46b\\appium-uiautomator2-server-v4.27.0.apk' timed out after 20000ms'. Try to increase the 20000ms adb execution timeout represented by 'uiautomator2ServerInstallTimeout' capability
@ramyavinoth1121 Жыл бұрын
Very helpful - could you please share which app you have used to simulate mobile devices in screen?
@automationwitharnab8001 Жыл бұрын
Use screencopy
@TriMegaWidyawan Жыл бұрын
thanks sir
@ravi52157 Жыл бұрын
Hi sir how to handle scrolling in case mobile browser suppose some web elements are down at page so first we have to reach that element .is UIscrollable will works can you guide on this
@AdnanErlansyah-nx7xp Жыл бұрын
NodeJS is the one that i need for tutorial selenium. Thank you so much sir
@mr_weirdo Жыл бұрын
xPath : 15:20
@rosanapastor7249 Жыл бұрын
en los capabilities, me da error
@rohitmukherjee2565 Жыл бұрын
Sir how to connect with you, is there any paid course?
@pnutalapati Жыл бұрын
While coding test automation for both Android and iOS,You can't use BaseOptions class instead of UiAutomator2Options class or XCUITestOptions class as the BaseOptions class is just an abstract class. You will get a compilation error. Any ideas on this ?
@thalai143 Жыл бұрын
Bro you said real device but u r using emulator here
@saajidhnawwar8505 Жыл бұрын
Sir can you create a video on how to swipe by capturing two fixed x,y co-ordinates of a screen?
@pramodg8385 Жыл бұрын
How to switch back to the previous app after switching?
@haianfood9771 Жыл бұрын
I only saw you used sendkeys('....") but I didn't see you use enter key or somthing like that to return a result? How can I do that?
@ahmodfateh8266 Жыл бұрын
nice vedio
@basavabhanji4496 Жыл бұрын
Sir i am facing EnsurePlatform name error. Please help me out
@ferozkhanr6653 Жыл бұрын
Hi Sir, i want to perform scroll n times. how it is possible