Identify and work with Windows UI element using WinAppDriver

Поділитися
Вставка
  • Опубліковано 6 лют 2025

КОМЕНТАРІ •

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

    Nice work.

  • @tomasz-rozanski
    @tomasz-rozanski 4 роки тому +1

    0:58 - "Let's go to x86". Proceeds to *x64* folder

  • @jacksongunther5849
    @jacksongunther5849 5 років тому +4

    How did you get those specific directives in your project? I'm trying to replicate but Visual Studio doesn't like my directives.

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

    If I understand correctly this automation works with C#? Will it work with Python?

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

    Can you show how to use AutomationID or LegacylAccessibleName to find the element

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

    hi karthik, thanks for the videos . Request you to please keep the background in light color when u r using VS, this helps us following the code much better. the dark background is straining the eyes way too much when you follow the code line by line

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

    Do you have a repo of this project on github or somewhere ?

  • @swarupiyer
    @swarupiyer 5 років тому +3

    How do we perform a right-click mouse operation?

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

      IWebElement myFolder = windriverremote.FindElementByName("myfolderName");
      Actions actions = new Actions(winDriver);
      actions.DoubleClick(myFolder).Perform();
      c#
      cheers

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

    Not all code is visible, and the solution is obsolete...

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

    Hi Karthik,
    Thanks for this video. Do you know it's possible to put value in Word document(SetText)? I have some control(ControlType.edit) in word document and I need to put value to that edit box.

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

    do you lose mouse control if you do that?

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

    plz plz plz why i cant see ( Reference button and references in my visual studio

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

      Really weird, it should be there in all the projects, are you looking in solution explorer?

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

      @@ExecuteAutomation i think i found it i was using the wrong version of Vs

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

      @@CryptoKing_CK cool

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

    can you share thr full code

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

    Inspector exe is not working for winform with cef ( Chromium embedded framework) exg : cefsharp
    Please suggest me.....solution

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

      I am also facing this issue, how you have resolved this?