coffeeturtle Posted February 5, 2020 Posted February 5, 2020 Like the _IECreate command and similar, is there an easy way to create/destroy "Apps" using the new Microsoft (Chromium based) Edge Apps feature? These "Apps" are a lot like _IECreateEmbedded() but with a few other tools in the title bar like back and refresh, Chromium engine, and Win10 treats them a lot like real apps. I would like to use these through AutoIT, creating and destroying these APPS on the fly. Is it possible, please? Thank you.
Danyfirex Posted February 5, 2020 Posted February 5, 2020 I think you can use WebDriver UDF https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
TheDcoder Posted February 5, 2020 Posted February 5, 2020 (edited) 10 hours ago, coffeeturtle said: "Apps" using the new Microsoft (Chromium based) Edge Apps feature? Maybe you are talking about Progressive Web Apps?: https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps Some browsers allow compliant webpages to be added as "apps": https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Installable_PWAs Edited February 5, 2020 by TheDcoder Add link to installable PWAs EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion
coffeeturtle Posted February 5, 2020 Author Posted February 5, 2020 8 hours ago, Danyfirex said: I think you can use WebDriver UDF https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ Saludos Thank you! I will check into it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now