Forum Discussion
IshwarB
Aug 04, 2020Copper Contributor
MS Edge : Browsing through command line
Hi,
I want to do browsing through command line using edge. I need something like Curl command. From script I want to open Edge, go to microsoft.com, and collect the html returned.
If it works with PowerShell script it is great. Python also is fine.
Please let me know the best option.
Thanks
Ishwar
1 Reply
- IshwarBCopper Contributor
If there is windows API to invoke Edge to open URL, thats also fine. I have issue with selenium web driver. Since Edge versions are changing too fast, it does not provide version-independent method.