How to Automate Windows Based Application using Winium and Selenium

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 413

  • @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

  • @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.

  • @samareshsatpathy3818
    @samareshsatpathy3818 6 лет назад +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.

  • @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?

  • @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?

  • @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?

  • @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

  • @PareshBorole
    @PareshBorole 6 лет назад +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  6 лет назад +1

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

    • @PareshBorole
      @PareshBorole 6 лет назад

      Okay. Thanks!!

  • @brijyotchawla3247
    @brijyotchawla3247 6 лет назад +1

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

  • @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 ?

  • @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

  • @uichannel9764
    @uichannel9764 7 лет назад

    How to select element in Combobox with Winium.Cruciatus?

  • @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.

  • @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) ?

  • @farzanainamdar9318
    @farzanainamdar9318 3 года назад +1

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

  • @tgkashish
    @tgkashish 6 лет назад

    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.

  • @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.

  • @amittech3
    @amittech3 6 лет назад

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

  • @NavneetKumar-lh7if
    @NavneetKumar-lh7if Год назад +2

    Hello Mukesh, I got task to automate Settings -> System -> Display ... but at very 1st step I am not able to find out .exe file for "Settings" in windows to open/run it via auromation. Can you help me plz??

    • @Mukeshotwani
      @Mukeshotwani  Год назад

      Hi Mate, you can also use Robot class in window to perform keyboard events.

    • @NavneetKumar-lh7if
      @NavneetKumar-lh7if Год назад +1

      @@Mukeshotwani I need your help and guidence , how can I connect to you??

  • @attilakunkli2208
    @attilakunkli2208 4 года назад

    Hello Mukesh,
    I wrote the program from the video, but for some reason the cursor slides when I click. I tried to define the button with Id and the unfortunately the name is the same.
    Maybe you could give me some advice on this?

  • @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.

  • @neelamrawat9827
    @neelamrawat9827 4 года назад +1

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

  • @sumanthzvakacharla6079
    @sumanthzvakacharla6079 6 лет назад +1

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

    • @Mukeshotwani
      @Mukeshotwani  6 лет назад

      Thanks Sumanthz, keep updating your skill..

  • @ankitanag6753
    @ankitanag6753 4 года назад +1

    Hi Mukesh, UISpy.exe is showing that I need to have .NET Framework 3.5. can we use some other tools which don't require such setup?? Also, server running on port 9999 window should always remain open to execute tests??

    • @Mukeshotwani
      @Mukeshotwani  4 года назад +1

      Hi Ankita here is the list of tools apart from UiSpy github.com/blackrosezy/gui-inspect-tool

  • @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?

  • @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.

  • @jitendrachaurasia6297
    @jitendrachaurasia6297 7 лет назад

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

  • @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?

  • @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 ?

  • @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  3 года назад

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

  • @alendelon4384
    @alendelon4384 2 года назад

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

  • @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.

  • @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.

  • @pdmishra5984
    @pdmishra5984 5 лет назад

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

  • @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.

  • @harishkumara3137
    @harishkumara3137 7 лет назад

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

  • @dhavalmistry4570
    @dhavalmistry4570 6 лет назад

    Hi Mukesh, I guess it does support WPF but I have embedded web control (html). those pages are loaded into panel control. Can winium framework support for my WPF application and web control loan under WPF application? Please suggest if you know any other framework support.

  • @vinayvlogs5492
    @vinayvlogs5492 7 лет назад

    Hii mukesh i get particular errors.
    Exception in thread "main" org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.

  • @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.

  • @tijothomas7104
    @tijothomas7104 5 лет назад

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

  • @sgrmlk1904
    @sgrmlk1904 7 лет назад

    I am using UI Spy but it is not capturing objects in my .jnlp application. Its capturing the maximize, minimize buttons but not the other objects. UI SPY is throwing Tree Validation Exception. Could you please provide help in this?

  • @JitendraKumar-lr3vq
    @JitendraKumar-lr3vq 4 года назад

    Hi Mukesh while downloading the UISpy.exe file I am not able to inspect the Windows Application and while opening its throwing error as UISpy is running with limited user access (LUA) . This will prevent UISpy from accessing UI Automation details from applications running with higher privilege. See UISpy documentation for further details.
    Due to this error I am not able to inspect the elements .

  • @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

  • @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?

  • @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).

  • @sudhakumari274
    @sudhakumari274 7 лет назад

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

  • @lalitkadam8381
    @lalitkadam8381 3 года назад +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  3 года назад

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

  • @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?

  • @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!

  • @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 🙏

  • @robertoricardoruizvega7083
    @robertoricardoruizvega7083 6 лет назад +1

    Hello, is there a system to capture the objects of the Java forms ?, because I tried with the Inspect.exe and UISpy.exe but does not recognize the objects (just take the window), will there be another that recognizes objects of the JAVA forms?

    • @Mukeshotwani
      @Mukeshotwani  6 лет назад

      Hi Roberto,
      You can try with this (personally not tried)
      www.patwel.com/downloads/ObjectBrowser.htm

  • @balaramanb6500
    @balaramanb6500 4 года назад

    How to configure hub node for winium to perform parallel execution with Jenkins. Currently working in single machine. Same machine as both hub and node.
    But if hub and node is different machines then no such element exception displayed. Kindly let me know the solution.

  • @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. 🙏

  • @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?

  • @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

  • @praveenambi636
    @praveenambi636 6 лет назад +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  6 лет назад

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

  • @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.

  • @aniruddhapssinghgehlot5471
    @aniruddhapssinghgehlot5471 9 месяцев назад +1

    Outstanding session Sir ! Thanks a Ton !

  • @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 ?

  • @SenSei.Soumyojit
    @SenSei.Soumyojit 3 года назад

    Is it possible to run this code automatically using task scheduler everyday for an automation solution to check if citrix login is working for a server/user?

  • @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.

  • @pradeepchannagiri
    @pradeepchannagiri Год назад

    Can we click on element which is not a BUTTON ? If yes, How ? Please help 🙏

  • @krishnakumark3910
    @krishnakumark3910 4 года назад

    Hi,
    Whan i try to use wait in winium driver Im getting the error "Set time" out is not a valid or implemented command. Is there any work around for that

  • @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

  • @mayursapre1286
    @mayursapre1286 7 лет назад

    Suppose i want to verify Running windows Services from TASK manager, can i do it with UI SPy? tool

  • @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!!

  • @5002sj
    @5002sj 6 лет назад

    Hi Mukesh, I want to automate an application which will show a popup when clicking on the .exe file, I am not able to handle that popup can you help me?(Inspecting popup is not possible, only popup page will display at that time)
    After allowing .exe to run application will be attached to the taskbar so from there I need to click on the icon (if the .exe is already run is there any way to click on the icon in the taskbar(is there any general path that can be used if we don't know the location of .exe/ for applications attached to the taskbar?)
    thanks in advance

    • @AuthorD
      @AuthorD 6 лет назад

      you can use AutoIt for popup it worked for me as well

  • @testinghub1169
    @testinghub1169 Год назад +1

    Hi Sir ,
    I am getting could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
    What I have to do to fix this issue?

  • @naveenkumar-vq5pz
    @naveenkumar-vq5pz 6 лет назад

    Hi Mukesh...
    I'm trying to automate desktop application developed by Java AWT... I'm not able to find elements using any UI Spy tools, could u help how to do that?

  • @biplabghosh1380
    @biplabghosh1380 3 года назад

    Hi Mukesh, I am downloading some file from web and now I want to automate to navigate to download folder, open the file then print it. Could you please suggest.

  • @psreenivasarao4228
    @psreenivasarao4228 4 года назад +1

    Hi Mukesh, When I actually download the driver and run the exe file I am getting error. What might be the reason?

  • @jeevithakumari9985
    @jeevithakumari9985 3 года назад +1

    I am facing problem that i did not find name, id or class but I can see automation id . In this case how can i automate my desktop application? please help me with this.
    OR I an say that there are 2-3 text field has name class name

    • @Mukeshotwani
      @Mukeshotwani  3 года назад +1

      Hi Jeevitha, you can use any location which is unique.

  • @deepanshujain6504
    @deepanshujain6504 5 лет назад

    Hi Mukesh ,
    I have followed the video to the step but after application getting startedc,it is not clicking on any element .

  • @ArunSharma-wm6od
    @ArunSharma-wm6od 7 лет назад

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

  • @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 года назад

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

  • @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

  • @soumyashree3602
    @soumyashree3602 4 года назад

    Hi mukesh, im not getting maven dependencies part after following your steps.
    Please help.. Thanks in advance

  • @srinivaskotni661
    @srinivaskotni661 5 лет назад

    In Windows 7 it will work or any specific operating system?

  • @soundarm337
    @soundarm337 7 лет назад

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

  • @anujkumarpatel6319
    @anujkumarpatel6319 3 года назад

    I have tried your code and test it.
    But it is not working for headless mode ( if another application is open or screen is lock ).
    So sir please share the idea to resolve this issue.

  • @ankitanag6753
    @ankitanag6753 4 года назад +1

    Hi Mukesh, I am facing an issue in finding the element using UIspy. The application is a chrome legacy window and controls like text box and command button I guess is on document. Whenever I am spying any element UiSpy returns ControlType as "Chrome type.Document" and output is showing Element: "document""chrome legacy window". Could you please help me how can I identify elements on chrome legacy Windows.

    • @Mukeshotwani
      @Mukeshotwani  4 года назад +1

      Hi Ankita, check below link. This thread might help stackoverflow.com/questions/57890068/automation-for-chrome-legacy-window-chromium-using-winium

    • @ankitanag6753
      @ankitanag6753 4 года назад

      Thank you so much.

  • @AshutoshPatra
    @AshutoshPatra 5 лет назад +1

    trying to automate SOAPUI, but i am not able to find the element locators using the suggested .exe file.
    Could you try and let me know if that is possible as per the .exe file u suggested?

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад

      Hi Ashu, you can use httpconnection library which can automate all kind of web services.

  • @gamelover83
    @gamelover83 7 лет назад

    Mukesh, we have already tried winium for our app but it is very slow in execution when compared to UFT. but we don't want to go with UFT as it's a licensed tool, can you suggest how to overcome the slowness in winium ?

    • @tyronesunde8314
      @tyronesunde8314 6 лет назад

      Check out the Windows library named UIAutomationClient. It uses the following dll: UIAutomationCore.dll.

  • @Puneetsushshivin0788
    @Puneetsushshivin0788 7 лет назад

    Hi mukesh,
    i am getting exception on this line : WiniumDriver driver = new WiniumDriver(new URL("localhost:9999"),options);
    exception is : java.lang.ClassNotFoundException: org.apache.http.auth.Credentials
    what's the issue here , can you please help?

  • @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

  • @AAS-hv1gx
    @AAS-hv1gx 3 года назад

    Hi Mukesh, Can we automate WPF application using Winium?

  • @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 ruclips.net/video/_8g6Z4vW5e8/видео.html

  • @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

  • @MsSeshadri
    @MsSeshadri 4 года назад +1

    Hi Mukesh, After saving pom.xm file with winium dependency, i am getting failed to read artifactor like that, could you please help me to resolve this?

    • @MsSeshadri
      @MsSeshadri 4 года назад

      Here is the error message "failed to read artifact descriptor for com.github.2gis.winium:winium-webdriver"

    • @Mukeshotwani
      @Mukeshotwani  4 года назад

      You can upgrade or downgrade winium dependency just to check compatibility with your system.

  • @RajnishDubey1988
    @RajnishDubey1988 4 года назад +1

    Hello Mikesh, I am looking to automate a Executable Jar File *.jar.
    is that possible?

    • @Mukeshotwani
      @Mukeshotwani  4 года назад

      Hi Rajnish once Ui is appeared on screen then u can use this..

  • @kamaljayasawal6879
    @kamaljayasawal6879 6 лет назад +1

    Hi, I want to automate windows app using winium + selenium. but not able to launch the app itself..can you please suggest.easy ways to launch the app...Thank You

    • @Mukeshotwani
      @Mukeshotwani  6 лет назад

      Hey kamal, What errors you are getting?

  • @maheshrao622
    @maheshrao622 4 года назад

    Hi Mukesh, I have been a frequent visitor to your channel. I appreciate all your efforts in making life easier for all the testers out there. I was just following this video and trying to automate the calculator, but UISPY gives me an error on the start that limited user access will limit most of the features and when I run it I don't see the pane item for a calculator as you do. So, I tried to use INSPECT.EXE app instead of UISPy. and the automationid i got for the buttons are "num1Button" etc. But when I run the program, I see that it opened calc app but does nothing and no errors as well. Can you please let me know any reason for this? I am using findElement.id and also tried .name as well. But no luck.

  • @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.

  • @bhaskarjol569
    @bhaskarjol569 4 года назад +1

    Hello mukesh I saw ur video and I followed all the steps but I am not able to identify the numbers after mouse hover on that number
    Can u help me out plz

    • @Mukeshotwani
      @Mukeshotwani  4 года назад

      Which spy tool you are using? I have given multiple tool link so try different tools as well for identification.

  • @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.??

  • @renukakommoju4055
    @renukakommoju4055 3 года назад +1

    In my application ihaving 2 buttons with same name and same class name how can i identify one button and click on it through winium... i am using object spy

    • @Mukeshotwani
      @Mukeshotwani  3 года назад

      In this case you can use findElements which will return List and then you can use index in program.

  • @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