Finally Someone did it , Thankyou so much for the video
@sontamiya2 ай бұрын
Really appreciate your effort for this content, very helpful 🏅
@juancadiy52075 ай бұрын
hey great video, is there a way to write into inputs textbox?, i tried send keys and executor and still not working, keep it up!
@shwetaz58514 ай бұрын
Thank you so much for uploading helpful video. I am unable to scroll a page using javascript executor, do we need enable anything in flutter codebase?.
@jrichard4 ай бұрын
Hi there, No additional changes are needed in your Flutter codebase to enable scrolling. Instead, you can use the JavascriptExecutor in your test script to scroll to a specific element, which woks reliably for me. I've written a blog post on how to set this up - bit.ly/3AahjcF. Please let me know if this solution works for. Thank you for reaching out!
@shwetaz58514 ай бұрын
Thank you 😊
@avinashtripathi41304 ай бұрын
Hey, In my case i tried this with my web application developed in flutter but unable to get access to webElement. I tried to use in selenium , Eclipse and JAVA only. Let me know if it work only wit Maven in any case?
@jrichard4 ай бұрын
Hi there, I've had this issue before. I created a guide on how to enable the web elements in the Flutter Web App. Please let me know if this helps. Guide - bit.ly/46J66Mo
@historicreveals74902 ай бұрын
in my case i am using selenium webdriver hybrid frame using python, i am tester, i am trying to automate flutter web app but unable to automate, i reached out to the developer and he told me i dont know about that you can fix it by your self. what you suggest me in that case ?
@jrichard2 ай бұрын
Hi @historicreveals7490, automating flutter web apps using a hybrid framework is tricky at times. If you're flutter app version is under 3.19.6 you should be able to automate the website. If it's above, then it may not be possible because of the removal of the aria-label field. I wrote a guide here about enabling this feature here - bit.ly/46J66Mo
@bhavatharani28936 ай бұрын
Thanks for the video, It's really helpful to understand the automation of flutter application. Shall I get the source code or Git repo access of the project which you have explained in this video?
@AmithNayak-ee6ty7 ай бұрын
bro i hope this comment finds you so iam working in a company as a fresher now they are asking me to automate flutter app so what you did is great that line of code that you added to main.dart will it work if i said that to my developers
@jrichard7 ай бұрын
Hi there, yes it will work once that line is added to the main.dart file. Hope this helps. Thank you again for watching and reaching out!
@AmithNayak-ee6ty7 ай бұрын
thank you brother i will give my update regarding it tomorrow thank you
@SaravanaKumarR-ti3dx6 ай бұрын
Sir please give full source code
@jrichard6 ай бұрын
Hi there, I purchased this theme template from a website but the theme is no longer available. Here is the link, hopefully it will be back soon. Thanks for reaching out. codecanyon.net/item/kicks-flutter-web-ecommerce/51546702
@SaravanaKumarR-ti3dx6 ай бұрын
@@jrichard Thanks for your reply. But my question is How to flutter web application automate setup process code for selenium?? That code i want sir