Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 16, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      May 16, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 16, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 16, 2025

      Microsoft has closed its “Experience Center” store in Sydney, Australia — as it ramps up a continued digital growth campaign

      May 16, 2025

      Bing Search APIs to be “decommissioned completely” as Microsoft urges developers to use its Azure agentic AI alternative

      May 16, 2025

      Microsoft might kill the Surface Laptop Studio as production is quietly halted

      May 16, 2025

      Minecraft licensing robbed us of this controversial NFL schedule release video

      May 16, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The power of generators

      May 16, 2025
      Recent

      The power of generators

      May 16, 2025

      Simplify Factory Associations with Laravel’s UseFactory Attribute

      May 16, 2025

      This Week in Laravel: React Native, PhpStorm Junie, and more

      May 16, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Microsoft has closed its “Experience Center” store in Sydney, Australia — as it ramps up a continued digital growth campaign

      May 16, 2025
      Recent

      Microsoft has closed its “Experience Center” store in Sydney, Australia — as it ramps up a continued digital growth campaign

      May 16, 2025

      Bing Search APIs to be “decommissioned completely” as Microsoft urges developers to use its Azure agentic AI alternative

      May 16, 2025

      Microsoft might kill the Surface Laptop Studio as production is quietly halted

      May 16, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»What application types are supported by winappdriver

    What application types are supported by winappdriver

    July 27, 2024

    I have application which has extension as .msc, I tried it with python
    I also ran winappdriver before executing this script. I have seen demo codes on some blogs which uses .exe file extension for the app like calculator or notepad, but nothing around .msc. And similar question around this same problem is unanswered here https://stackoverflow.com/questions/67823892/appium-winappdriver-unable-to-automate-jnlp-applications-the-specified-exec
    Like

    import time
    from appium import webdriver

    desired_caps = {}
    desired_caps[“app”] = “C:\Desktopvit extendedvit.msc”
    desired_caps[“platformName”] = “Windows”

    driver = webdriver.Remote(“http://127.0.0.1:4723”, desired_caps)

    time.sleep(4)

    Earlier I was getting below error but got rid of this when I added additional capabilities as appWorkingDir and deviceName-

    Failed to locate opened application window with appId “xxx” and process “xxx”

    but now stumbled upon getting this error –

    The specified Executable is not a valid application for this OS Platform

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleInspirational Websites Roundup #63
    Next Article I faced an issue while opening Jmeter 5.1v log

    Related Posts

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-47916 – Invision Community Themeeditor Remote Code Execution

    May 16, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-31637 – LambertGroup SHOUT SQL Injection

    May 16, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    Mozilla Announce Leadership Changes, Plans to ‘Diversify’

    Linux

    The best Samsung wireless chargers of 2024

    Development

    DOOM asks, “Are you human?” after years of us asking “Will it play DOOM?”

    Development

    Optimizing Memory for Large-Scale NLP Models: A Look at MINI-SEQUENCE TRANSFORMER

    Development

    Highlights

    Linux

    Record Windows and Cropped Area in OBS Studio

    March 5, 2025

    When it comes to screen recording in Linux or any other operating system, OBS Studio…

    Fine-Tuning LLaMA 70B Using Hugging Face Accelerate & DeepSpeed on Multiple Nodes 

    March 31, 2025

    tinyBenchmarks: Revolutionizing LLM Evaluation with 100-Example Curated Sets, Reducing Costs by Over 98% While Maintaining High Accuracy

    August 3, 2024

    Breaking the Autoregressive Mold: LLaDA Proves Diffusion Models can Rival Traditional Language Architectures

    February 20, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.