How to Automate Windows Based Application using Winium and Selenium

Поділитися
Вставка
  • Опубліковано 4 гру 2024

КОМЕНТАРІ • 415

  • @Mukeshotwani
    @Mukeshotwani  7 років тому +6

    Hope you will like the video. Like, Share and Support

    • @gobinathpalanisamy5450
      @gobinathpalanisamy5450 7 років тому

      following code not click 1
      DesktopOptions option=new DesktopOptions();
      option.setApplicationPath("C:\\Windows\\System32\\calc.exe");
      WiniumDriver driver=new WiniumDriver(new URL("localhost:9999"), option);
      Thread.sleep(5000);
      driver.findElement(By.name("1")).click();
      pls gve solution. following depence im using before run the program i started the server too
      com.github.2gis.winium
      winium-webdriver
      0.1.0-1

    • @RekhaChauhan-qu9gi
      @RekhaChauhan-qu9gi 2 роки тому

      Hi Mukesh , Actually i created maven project script for calculator and inspect and winium driver keep inside the project... what when i tried to clicking on any Number then not able to click on client virtual VM machine. But same code i have been written on my machine then it is clickable .can you pls help me , it is very appriciated

  • @sumanthzvakacharla6079
    @sumanthzvakacharla6079 7 років тому +1

    Thank you so much Mukesh! Your latest technology updates make us updated upto mark

    • @Mukeshotwani
      @Mukeshotwani  7 років тому

      Thanks Sumanthz, keep updating your skill..

  • @soundarm337
    @soundarm337 7 років тому

    Thanks for the demo mukesh. awaiting for more on winium..

  • @jitendrachaurasia6297
    @jitendrachaurasia6297 7 років тому

    nice one - this video will make life more easier for desktop application Automation developers, thanks Mukesh

  • @aniruddhapssinghgehlot5471
    @aniruddhapssinghgehlot5471 10 місяців тому +1

    Outstanding session Sir ! Thanks a Ton !

  • @miguelangelsuarezmontiel1364
    @miguelangelsuarezmontiel1364 Рік тому +1

    Hi friend, very nice and useful tutorial, very good to explain and very clear.
    Thanks for your time, and thanks for your effort. 🙏

  • @samareshsatpathy3818
    @samareshsatpathy3818 7 років тому +1

    Hey Mukesh ,Thanks for this video.Can we use winium instead of AutoIT ?

  • @tejkumarkempaiah4906
    @tejkumarkempaiah4906 4 роки тому +1

    Thanks for the video Mukesh, Does Winium also support CEF (Embedded chromium enabled framework) desktop applications?

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому +1

      Hi Tej I never tried but it should work you can give a try and let me know if it works.

  • @PareshBorole
    @PareshBorole 7 років тому +2

    Hi Mukesh,Thanks for such great video. Just a doubt..Can we stop mouse movements for this because i tried moving mouse at runtime,it is failing because of that. So how can we handle this?

    • @Mukeshotwani
      @Mukeshotwani  7 років тому +1

      Hi Paresh, while doing desktop automation you should not disturb the test machine because it will affect execution.

    • @PareshBorole
      @PareshBorole 7 років тому

      Okay. Thanks!!

  • @TamilTrends2
    @TamilTrends2 4 роки тому +1

    Hi Mukesh, Thanks for the video, also can you pls suggest which is the best tool for desktop application with platform independency?

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому +2

      I tried Winium and UiPath but depends on your requirement you can use any of this tool.

  • @ramansivasankar8838
    @ramansivasankar8838 7 років тому

    Thanks Mukesh. Very informative

  • @MrSWAPNIL25
    @MrSWAPNIL25 7 років тому +2

    Does it supports mainframe apps also?
    I am working in a Banking app.. it uses both web + mainframe app.. web I can handle but I am looking for a tool which supports mainframe as well..
    Please let me know if it supports mainframe app or not..
    Or in ur idea if u have any app which supports mainframe then please let me know.. so that maximum coverage we can achieve...
    Also Thanks, this winium tool looks interesting..

    • @Mukeshotwani
      @Mukeshotwani  7 років тому +1

      +swapnil gour Hi Swapnil I have not tried but it should work for sure

  • @amitchaudhary4762
    @amitchaudhary4762 7 років тому +1

    Hi Mukesh, This really great demo and explanation on this tool. I have a scenario where i move to windows "Save As" dialogue box from a web application. Is there way i can use winium to automate this scenario?

    • @Mukeshotwani
      @Mukeshotwani  7 років тому

      +Amit Chaudhary yes Amit why not it will work. You can use selenium code itself to handle download pop up window

    • @amitchaudhary4762
      @amitchaudhary4762 7 років тому

      Thanks for your reply. But here we are opening an application using desktop class and than attaching that reference to winium driver. How to handle/attach already opened desktop application in winium ?

  • @brijyotchawla3247
    @brijyotchawla3247 6 років тому +1

    Is this stable for all windows application and not just for pre defined apps like calc or notepad ?

  • @sridhar6358
    @sridhar6358 2 роки тому +1

    Please suggest best tool for extensive desktop automation and which has best support

    • @Mukeshotwani
      @Mukeshotwani  2 роки тому

      Hi Sridhar, try TagUI and RPA tools UIPath.

  • @neelamrawat9827
    @neelamrawat9827 4 роки тому +1

    Can we do this automation using python rather than java??

  • @RalphNgOfficial
    @RalphNgOfficial 6 років тому

    Hi Mukesh, thanks for sharing, I have a question regarding the Eclipse, when installing the Eclipse, which version should I choose, should I choose Eclipse IDE for Java Developers, or Eclipse for Testers?

  • @lalitkadam8381
    @lalitkadam8381 4 роки тому +1

    Hi Mukesh, Do we have only one video on Winium? If there are more can you please provide link. I couldn’t find it on your channel list.

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому

      Hey Lalit, WInium is not coming with new features now.

  • @kriya94
    @kriya94 3 роки тому +1

    Thank you bro for your clear explanation

  • @farzanainamdar9318
    @farzanainamdar9318 3 роки тому +1

    Hi Mukesh, I am not able to identify few elements using ui spy. How to locate these elements

  • @farheenahmad2478
    @farheenahmad2478 7 років тому

    Hey mukesh, any idea which tool to use to automate application which is developed in excel macros, ie complete application is in excel itself ?

  • @ashishgoel7456
    @ashishgoel7456 5 років тому

    Really Useful video :) You have a new subscriber!!

  • @varnashreeth7821
    @varnashreeth7821 4 роки тому +2

    Hi Mukesh,
    can u please suggest whether I can automate Remote desktop connection using this?

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому

      Hi Shree, you can use UIPath for remote desktop connection.

    • @yuhubug7180
      @yuhubug7180 4 роки тому

      Hi were you able to automate remote desktop connection using uipath..if yes please can you share how to approach the solution. Thanks!!

  • @AbhishekMishra-ru2fi
    @AbhishekMishra-ru2fi 7 років тому +1

    Good work champ :)
    Can we have video on Gradle as well?

  • @sbonisomthembu6821
    @sbonisomthembu6821 7 років тому

    Thanks for sharing Mukesh 👌

  • @sammy22391
    @sammy22391 6 років тому +1

    Hi thanks lot for uploading this video, I have question Can I use this tool to upload multiple files from windows explorer?

  • @ramandogra1008
    @ramandogra1008 7 років тому +2

    Hi Mukesh, I am Automating application using UFT. It starts with an .exe and is s Fire Management Tool. It is development using WpF Controls of .Net. Can I replace UFT with Winium in this Case ?? Please confirm so that I can start learning it

    • @Mukeshotwani
      @Mukeshotwani  7 років тому

      +RAMAN DOGRA yes it will work

    • @ramandogra1008
      @ramandogra1008 7 років тому +1

      Thanks Mukesh, Since My Application is wpf based. Writing Java Eclipse Code will work ?? Also please do create more videos on it and share some useful resources for Winium.

  • @amitchaudhary4762
    @amitchaudhary4762 7 років тому

    Hi Mukesh,
    Here we are opening an application using desktop class and than attaching that reference to winium driver. How to handle/attach already opened desktop application(For Example - Print dialogue box) in winium ?

  • @nieldac2717
    @nieldac2717 5 років тому

    Thanks for this nice tutorial Mukesh!

  • @aarthikalyanasundaram8431
    @aarthikalyanasundaram8431 7 років тому

    Thanks for this Demo Mukesh:)

  • @NishaYadav-yg8ss
    @NishaYadav-yg8ss 4 роки тому +1

    Hi Mukesh, how can we add wait for winium driver? I tried implicit wait but getting "'setTimeout' is not valid or implemented command" exception. Is there any way to add wait other than Thread.sleep()?

    • @sujay2999
      @sujay2999 4 роки тому

      did you find any way?

  • @karthikchava4249
    @karthikchava4249 5 років тому +2

    Hi Mukesh, Can u pls show the same in Python

  • @thenmozhisundaram3671
    @thenmozhisundaram3671 6 років тому

    Very useful..thanks Mukesh for explaining this very clearly :)

  • @rubinahassan7309
    @rubinahassan7309 5 років тому

    Hi Mukesh,
    Nice information. i was really looking for some freeware desktop automation tool these days. i am already using selenium for web version of my application and i have to automate desktop version of same application.
    eclipse and selenium is already setup on my machine. can i use the same by adding another project for desktop application, as there will be separate pom.xml in that for setting up winium. kinldy confirm?

  • @shauryasingh1642
    @shauryasingh1642 7 років тому

    Thanks for the amazing video please make some video to automate excel application using Winium in the way we can combine Selenium and Winium together in Automation.

  • @vamsikattamudi6560
    @vamsikattamudi6560 7 років тому

    Hi Mukesh, this is very good video for desktop automation. Shall we automate the windows authentication in web application using this tool

  • @praveenambi636
    @praveenambi636 7 років тому +1

    Hi mukesh,
    Nice video , helpful one... Thanks for this.
    The only query I have is if the system or desktop is locked, will it work in that case also?

    • @Mukeshotwani
      @Mukeshotwani  7 років тому

      No I dont think so. You can check from your side and I will also check.

  • @leonardoalfaro3983
    @leonardoalfaro3983 3 роки тому +1

    thaks for your explanation. but i have a question. Can i automate an opened app? an app who were open by other app

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому

      Have not tried but recommend to open new session for automation. You can use TagUI which works on existing session.

    • @leonardoalfaro3983
      @leonardoalfaro3983 3 роки тому

      @@Mukeshotwani ok, thanks for your feed back

  • @diwakardod5750
    @diwakardod5750 7 років тому

    Hi sir,
    thanks for uploading a video on winium. am so waiting fr that..

  • @elixirautomation
    @elixirautomation 7 років тому

    Hi Mukesh, I was automating USD with winium but I am having lot's of issues regarding object identification. How to write xpath in winium ? How to identify the object if data is coming from the third party app (html format) ?

  • @rahulthandani3421
    @rahulthandani3421 6 років тому +1

    Mukesh
    Could you please add session for working with XPATH on winium. To find child, parent and following elements.

    • @Mukeshotwani
      @Mukeshotwani  6 років тому

      Hi Rahul will try to upload soon.

  • @prajeethk3397
    @prajeethk3397 5 років тому +1

    Hi mukesh, nice tutorial . Do you give online classes for winium?

    • @Mukeshotwani
      @Mukeshotwani  5 років тому

      Hi Prajeeth no training for winium because it’s not that stable and no updates from long time.
      I provide training on Selenium only as of now

  • @smratikulshrestha4504
    @smratikulshrestha4504 6 років тому

    Thanks for sharing this excellent video on Winium Mukesh. Can you please help, how to provide path of Desktop shortcut application, mentioned by you in the video.Cheers

  • @Thundercrack1969
    @Thundercrack1969 4 роки тому +1

    Hi Mukesh, can Winium be used to test a Flex Desktop Application running in Adobe AIR ?

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому

      Never tried but please try and let me know if that works or not.

  • @NaveenKumar-bc7eg
    @NaveenKumar-bc7eg 4 роки тому +1

    Hi Mukesh..can we use winium for accessing putty..I have a applicatio like library management system written in c language and which can view, add,modify searc
    h book details ..this can be accessed by putty ..can I automate this using winium?

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому

      Hi Naveen, you can give a try and let me know if that works or not. You can use UiPath as well.

  • @AkshayAgrawal5
    @AkshayAgrawal5 6 років тому +1

    Hi Mukesh, how can we use UIspy for inspecting elements of Eclipse? I tried using the hovering method but didn't get any specific information related to the elements in eclipse like what we get for the Calculator application.

    • @Mukeshotwani
      @Mukeshotwani  6 років тому

      Hi Akshay few tools wont work for all application so we might have to use multiple tools to inspect.

    • @AkshayAgrawal5
      @AkshayAgrawal5 6 років тому

      Okay, so do you know any of them which I can use to automate eclipse itself?

  • @tijothomas7104
    @tijothomas7104 6 років тому

    Hi Mukesh ,
    Could you please suggest sites in which Test complete is discussed in detail regarding desktop application

  • @ghendric
    @ghendric 3 роки тому +1

    the Inspect and UISpy tools don't run on windows 64bit. Are there newer versions of these available?

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому

      Hey George it should work, I am using Win64 during recording of this video.

  • @DigvijayBisht
    @DigvijayBisht Рік тому

    Good tutorial. My question was how do we automate an application whose path isnot present. Example case is, want to search teams from windo search open team and send message to group. How do I automate this.

  • @ramkimarichamy5769
    @ramkimarichamy5769 5 років тому +1

    @Mukesh Otwani Thanks for this guide to automate desktop application. Our existing selenium framework is running on Linux, could I collaborate the winium project I created with my existing selenium framework to run them on Linux?

    • @Mukeshotwani
      @Mukeshotwani  5 років тому

      No Ramki Winium works with only Windows.

  • @rohitprakash8866
    @rohitprakash8866 4 роки тому +1

    Hi Mukesh.. can we automate windows PC app using this? Because windows pc app usually get isntalled in a hidden folder that is C:\Program Files\WindowsApps.. And due to permission issues we cannot really access this folder at times . Can we add some driver capabilities in winium too like we do in WinAppDriver?

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому

      Yes you can pass the application name but it is taking absolute path. Winium does not have any improvment from last 4 year so not recommending this tool
      Check out below repository and links
      now.github.com/2gis/Winium.Desktop
      github.com/2gis/Winium.Desktop/wiki/Capabilities

    • @rohitprakash8866
      @rohitprakash8866 4 роки тому

      Understand.. I figured that upon some digging.. so I went ahead with sikuli .. actually we have developed our script using winappdriver.. problem with this is execution time is very slow.. it takes 40 min to execute a script which could be tested manually in 15 min.. m seeking some solution with other tools like sikuli.. do h have any othr alternative by any chance.. are u aware about this winappdriver issue?

  • @saurabhsrivastav902
    @saurabhsrivastav902 5 років тому

    Hi Mukesh, Thanks for the video. Can you let me know if we can use this tool for ETL testing and BI Report Testing like SAB BO- Crystal Report(Window Applications).

  • @vigneshg9648
    @vigneshg9648 7 років тому +1

    Hi Mukesh.
    Can we automate citrix based application(virtualized application) using Winium?

    • @Mukeshotwani
      @Mukeshotwani  7 років тому

      Hi Guess so but not tried. Use UiPath for citrix based app

  • @aadhavangroup2269
    @aadhavangroup2269 3 роки тому +1

    Hi Mukesh,
    Can you please let me know how to use Implicit wait or explicitly wait? Because when we use as selenium syntax it was not working in winium.
    Please help me on this..

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому +1

      Hi Mate, You can use for loop with try catch.

    • @aadhavangroup2269
      @aadhavangroup2269 3 роки тому

      @@Mukeshotwani it means we need to use findelements or is displayed in loop try/catch.
      Please correct me if i am missed any thing

  • @samarkumar5782
    @samarkumar5782 7 років тому

    Hi Mukesh,
    Does Winium support Automation of Mainframe applications? If not, any suggestions as how can we handle it using Selenium!

    • @ramandogra1008
      @ramandogra1008 7 років тому

      VBA Macros can be used for automating Mainframe Applications . you can also record using Attachmate Reflections

  • @tgkashish
    @tgkashish 7 років тому

    Hello Mukesh, I have written one script using selenium RC now I want to use this (winium).But before starting I have just small question Can we use winium and execute the desktop application which is present in some other remote machine.If yes,then can you please tell me how I can proceed.

  • @ArunSharma-wm6od
    @ArunSharma-wm6od 7 років тому

    Hi Mukesh - Could you please tell How to handle native PRINT Dialogue to print the report ??

  • @momsdanceandfitness875
    @momsdanceandfitness875 3 роки тому +1

    Hello mukesh, can you please suggest me any tool which I can use to automate window based background application in java.

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому

      Hi Shalini, you can use Winium, Sikuli, WinAppDriver and RPA tools (UIPath) and many more.

  • @gauravgupta7285
    @gauravgupta7285 5 років тому

    Very Nice Video. Actually I am trying the same on system but not inspecting tools are not working correctly. Is there other tools to inspect elements.??

  • @devarajbalaji4413
    @devarajbalaji4413 26 днів тому +1

    Can we automate the application which is installed under the remote desktop

    • @Mukeshotwani
      @Mukeshotwani  23 дні тому

      Yes make sure you install winapp driver in remove desktop and it should be maximized

    • @devarajbalaji4413
      @devarajbalaji4413 23 дні тому

      @@Mukeshotwani thanks for the reply. What about autoIT & winium. That also required to be installed in remote desktop? I just want some solution like the remote desktop should not have those installed but the script should be executed outside the VM that has those applications installed..

  • @rajivgupta5991
    @rajivgupta5991 2 роки тому +1

    Hi Mukesh, how to use winium to test a window application on remote machine. Is it possible through winium?

    • @Mukeshotwani
      @Mukeshotwani  2 роки тому

      Hi Rajiv, Remote Machine UI should be visible, winium wont work is VM is running in headless mode.

  • @amittech3
    @amittech3 6 років тому

    Hi Mukesh, using winium can we automate Oracle application that starts by putting url in browsers and opens java window forms??

  • @nilava1067
    @nilava1067 4 роки тому +1

    Hi Mukesh , Can we automate command prompt application using Winium?

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому

      Hi Nilava, you can use robot class which deals with key stroke and you can perform few commands.

  • @Sudheerkreddy
    @Sudheerkreddy 7 років тому +1

    HI Mukesh, by this we can auomate desktop application too ?

    • @Mukeshotwani
      @Mukeshotwani  7 років тому +1

      +kumar reddy yes Kumar this is for desktop only

    • @Sudheerkreddy
      @Sudheerkreddy 7 років тому

      so now selenium support both web and desktop applications?Wow @ you champ !!!

    • @Sudheerkreddy
      @Sudheerkreddy 7 років тому +1

      Please create more viedos on Winium!!! i almost had gone through with all u r selenium videos...its clear and superbz

    • @Mukeshotwani
      @Mukeshotwani  7 років тому

      +kumar reddy thanks Kumar

  • @pdmishra5984
    @pdmishra5984 5 років тому

    Hello @Mukesh,
    Can we use Kotlin+selenide for Winium?
    Reply ASAP

  • @RalphNgOfficial
    @RalphNgOfficial 6 років тому

    Hi Mukesh, another question is whether Winium compatible with Windows 10. I have experience in AutoIT, the AutoIT doesn't seems to compatible much with the Windows 10 Calculator. Will this issue be the same for Winium?

  • @vaiyshnavir2700
    @vaiyshnavir2700 6 років тому

    Hi mukesh.. do you have any video tutorial for UFT??

  • @aimantirmizi
    @aimantirmizi 4 роки тому

    Hello Mukesh,
    I always use to watch your training videos. They are very helpful.
    I am trying to automate one Swing Desktop Application, I am trying to use both Inpect.exe and UISpy to inspect the elements, unfortunately both did not work with swing desktop application. Which tool to use to inspect elements for above mentioned application?
    Thanks and keep it up! :) (Y)
    Regards

  • @neelammulik2687
    @neelammulik2687 4 роки тому +1

    Hi Mukesh , how can we add or access this WindowsDesktopDriver in NONMaven project ie in simple Java project in Selenium. Asking this as im facing issue on the line of code - DesktopOptions options = new DesktopOptions();
    Its not able to find the path where the Winium.Desktop.Driver.exe is placed.
    Thanks in advance.

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому

      Hey Neelam you can also download jar from maven central and use the same in non maven projects.

  • @ramandogra1008
    @ramandogra1008 6 років тому

    Hi Mukesh,
    We are using Winium for automating Desktop Appln. Its really helpful.
    Can you tell me how to scroll within an Application through Winium ??

  • @DilipKumar-fn6zg
    @DilipKumar-fn6zg 4 роки тому +1

    Hi Mukesh,
    Is the reporter inbuild in winium?

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому

      Hi Dilip if you see winium git repo github.com/2gis/Winium no update or features are coming from 2016.

  • @uichannel9764
    @uichannel9764 7 років тому

    How to select element in Combobox with Winium.Cruciatus?

  • @pratheeps1806
    @pratheeps1806 7 років тому

    Hi Mukesh,Very informative, i need to Automate mobile Windows Based Application using Winium...?

  • @amrutakadam5221
    @amrutakadam5221 3 роки тому +1

    Hi Mukesh,
    Thank you so much for this helpful video.
    Currently i am struggling to automate combo box. Will you please help me for this.
    Tganks in advance

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому

      Hi Amruta, what is exception/issue you are getting?

  • @USP7
    @USP7 7 років тому

    Can u make video on difference between skuli and winium.

  • @uvitalkumar
    @uvitalkumar 7 років тому +1

    Really very useful tool. Thank you for sharing.. Can you post a vedio using Winium with c#

    • @Mukeshotwani
      @Mukeshotwani  7 років тому +1

      Yes will do. In blog they have given the steps as well. You can also give a try.

    • @uvitalkumar
      @uvitalkumar 7 років тому

      Can you share blog link..Thank you

  • @muthuvel2390
    @muthuvel2390 6 років тому

    Hi mukesh,Already I have project for selenium web based application if it is possible to integrate winium into that framework or we keep into separate one. pls suggest me

  • @GaneshKumar-ge4py
    @GaneshKumar-ge4py 4 роки тому +1

    Hi Mukesh, I have been asked to develop a frame work for automating xamerine app which is a windows based application ..Can Winium be used for the same ?

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому +1

      Hi Ganesh never worked on xamerine app so cant comment on this.

    • @GaneshKumar-ge4py
      @GaneshKumar-ge4py 4 роки тому

      @@Mukeshotwani thanks for the quick response ...will try with winium once and check

  • @muthupondi9538
    @muthupondi9538 4 роки тому +1

    Hi Mukesh,
    I have a webapplication where on click of button it opens a windows application .And its not any exe ,it will open at the runtime.But in Winium we have to set the exe path but not sure what to give over there since this windows app opens from a web application. Does Winium support to automate this and how ?Please help me with that.Thanks

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому

      Muthu Winium works on active window. You can also try WinAppDriver too.

    • @muthupondi9538
      @muthupondi9538 4 роки тому

      @@Mukeshotwani Thank you Mukesh

  • @harishkumara3137
    @harishkumara3137 7 років тому

    Hey Mukesh. How to handle windows pop up which is already opened by selenium webdriver. Like attach file windows popup

  • @Behappy-zj3kj
    @Behappy-zj3kj 3 роки тому +1

    Hi Mukesh.
    I have a requirement that I need to automate both desktop application and web application in one test case
    Wil winium works for that ?
    If not can you please suggest me something with which I can achieve my requirement

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому +1

      Selenium for Web + Winium for Desktop.

  • @alendelon4384
    @alendelon4384 2 роки тому

    Hi Mukesh, can we use it for a Clarion(work-station)-based application?

  • @sudhakumari274
    @sudhakumari274 7 років тому

    Hi, Mukesh
    can we automate the flex /AIR based standalone application through Winium ?

  • @iamayoungexplorer1734
    @iamayoungexplorer1734 3 роки тому

    Hi Mukesh, I have a word application which has embedded web application in it. Will winium work here? WebAppDriver does not recognize the web application fields.

  • @Mridubandari
    @Mridubandari Рік тому

    Hi Thank you for great session, I have a question- kindly 1:10 advise.
    Q. How can we launch the exe file from folder. Its not the regular app so am not able to find the app id of that .exe. Greatly appreciate any suggestions, thanks 🙏

  • @aarthikalyanasundaram8431
    @aarthikalyanasundaram8431 7 років тому

    Hi Mukesh, I am unable to handle the window pop up. It is asking for executable path. Can you mention, how can i handle this type of issue?

  • @yforyou1342
    @yforyou1342 5 років тому +1

    Can we automate pivot table by using this Winium? if possible please let me know how, it will helps me a lot.

    • @Mukeshotwani
      @Mukeshotwani  5 років тому

      Hi Shaik, can u try with UiPath ua-cam.com/video/_8g6Z4vW5e8/v-deo.html

  • @AlphaSierra380
    @AlphaSierra380 6 років тому +1

    As always awesome video....Thanks.

  • @rupammahato9233
    @rupammahato9233 4 роки тому +1

    Hii Mukesh,
    I am getting this error :
    Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/remote/RemoteWebDriver
    I dont understand what to do next.

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому

      Please share all dependency with screenshot to my email mukeshotwani@learn-automation.com

  • @swapnadeepak3629
    @swapnadeepak3629 4 роки тому

    Hi Mukesh , can we automate Angular 8 desktop application using winium?

  • @IQh142
    @IQh142 5 років тому

    How can we switchTo() the dialog/message in Desktop application. I could NOT catch the element of the application which display a message first when it launch. Thank you for your answer!

  • @sujaykumar1167
    @sujaykumar1167 4 роки тому

    Hi Mukesh,
    Can we handle already opened outlook application? I have scenario in which selenium clicks on 'send email' button in the browser , which opens an Outlook application, how can i handle that,?

  • @TaldrenDR
    @TaldrenDR 5 років тому

    Q: How do you remote execute your test cases from TFS onto a target machine? With Coded UI, which is based on the same Microsoft Automation UI library, I can use Test Agent from TFS , so I hoped Winium allowed something similar.

  • @AmitKumar-op3ws
    @AmitKumar-op3ws Рік тому

    Can we use this tool for Sabre Red App automation.
    Saber Red app is also a Window based application

  • @swapnadeepak3629
    @swapnadeepak3629 4 роки тому +1

    Hi Mukesh , Thanks for the video . I have a specific case where one cef based application when launched , launches anothe application as well. eg : when i launch setting path to notepad.exe , it launches another application as well. the second application is in WPF. I have to click on button in second application and then come to my main application. How can we do this? I was using Auto IT before. Now AutoIT is not completly supporting new versions of WPF . Kindly guide

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому

      Hi Swapna did you try UiPath RPA tools for your scenarios?

    • @swapnadeepak3629
      @swapnadeepak3629 4 роки тому

      @@Mukeshotwani No My client is opting for AUTO IT or Winnium. Do you have one to one trainings around the same?

    • @osekini8961
      @osekini8961 3 роки тому

      Hello swapna did you resolve the issue and how?

    • @swapnadeepak3629
      @swapnadeepak3629 3 роки тому

      @@osekini8961 no I dropped that part of automation

    • @osekini8961
      @osekini8961 3 роки тому

      @@swapnadeepak3629 thanks for the reply 👍

  • @tiagolopesdefreitas8345
    @tiagolopesdefreitas8345 6 років тому

    My congratulations Mukesh your video help me much :)

  • @onebeartoe
    @onebeartoe 6 років тому

    Nice video, man. Thanks for sharing!

  • @deepachandran4897
    @deepachandran4897 4 роки тому +1

    How to initialize Winium driver in C#, could you please help. We do not have driverservice in c#

    • @Mukeshotwani
      @Mukeshotwani  4 роки тому +1

      Hello Deepa, This is the example for C# github.com/2gis/Winium.Cruciatus

  • @pragyatest860
    @pragyatest860 6 років тому +1

    Hi Mukesh
    As usual your videos are awesome, Now I just want to know how to automate MAC desktop application? Please suggest me any tool.
    Thanks
    Pragya

    • @Mukeshotwani
      @Mukeshotwani  6 років тому

      Hi Pragya, for MAC I will explore and will update.

    • @pragyatest860
      @pragyatest860 6 років тому

      okay, Thanks for the reply

  • @tomhanks3280
    @tomhanks3280 3 роки тому

    Hi Mukesh, what an excellent video! Can we automate Window's 'Security Prompts' using Winium? I tried using UISpy (Control + click on the Security prompt) but that didn't give any element identification.

    • @parisapouya923
      @parisapouya923 3 роки тому +1

      Hi, do you find any solution for your issue? I faced a problem same as you. and there was not automation id for my app in UISpy or inspect.

    • @rutujaaher5492
      @rutujaaher5492 3 роки тому

      @@parisapouya923 I am facing the same issue. Let me know if you have any solution.