What if I want to do automation testing of my flutter application's debug.apk whether I have to use all of your code for switching from flutter native to web or browser. Pls explain
@qavbox Жыл бұрын
Yes that should work, but I haven't tried with flutter app, are you using appium flutter driver?
@Kumar2k12 Жыл бұрын
Yes it is working fine. I want to concentrate only on app3 and chrome
@Kumar2k12 Жыл бұрын
Just want to use your code which is necessary ans reduce the code
@Kumar2k12 Жыл бұрын
Desktop browser for web view automation ? How to launch desktop browser and how to do automation testing?
@qavbox Жыл бұрын
For desktop browsers, you can use selenium instead of appium
@Kumar2k12 Жыл бұрын
Now I am able to launch Appium inspector for chrome and also switch to web/ hybrid APP mode. thank you
@Kumar2k12 Жыл бұрын
But sometimes I am seeing errors with the capabilities
@Kumar2k12 Жыл бұрын
In first screen Native App screen Create your account Sign In Second screen webview (browser) mode Email address Password SIGN IN button Third screen App Main page or update password page(url) after successful login or SIGN IN
@Manashaist Жыл бұрын
Hi qavbox,your videos are really useful. Thanks for great support I'm using Appium Java client 8.5.1 in page object model. I noticed it's throwing "invalid CSS selector" error message if I use @AndroidFindBy annotations.if I use @findBy it's working fine for same locator. Any suggestions for this please as I have to use android annotations as I have to use this automation for cross platform testing.
@qavbox Жыл бұрын
For @AndroidFindBy can you try AppiumBy instead of By and give it a try.
@Manashaist Жыл бұрын
@@qavbox thanks lot for reply. Can you show me sample?
@Kumar2k12 Жыл бұрын
How to automate Flutter app by switching to web browser using Flutter driver and appium
@Kumar2k12 Жыл бұрын
sourcecode?
@Kumar2k12 Жыл бұрын
I have successfully followed your videos and able to switch to webview. I want to do automation tsting for one particular situation ie Please help me with source code for the following situation My main motive is to click on Sign In button provided second in the list after Create Account in the First screen ie Create your account. F I R S T S C R E E N Sign In. (N A T I V E) Email address SECOND SCREEN (web view) Password SGN IN App Main Page. THIRD SCREEN then it switches to WebView or the browser (my public url) , then Again Two fields with Email address and Password are shown in the Second screen and I (user) has to SIGN IN with the correct login credentials , then it should come back Switch back to my main application in the Third Screen
@Kumar2k12 Жыл бұрын
Why my appium inspector for chrome is not working I mean it is showing Get// error or not showing Native to Web Option etc
@Kumar2k12 Жыл бұрын
@qavbox Why my appium inspector for chrome is not working I mean it is showing Get// error or not showing Native to Web Option etc