Hi all,
I need to run tests with microsoft edge and, for that, I have configured a dedicated tester inside a location of four testers:
Windows 10, if testing with Microsoft Edge (work in progress):
Install Python 2.7 for all users to c:\Python27 (default install directory)
Install selenium from a cmd shell
c:\Python27\Scripts\pip install selenium
Install pyWin32 from the agent folder (may need to be run from an administrator command prompt)
Install Imagemagick
Install Windows Performance Toolkit (uncheck all of the other options from the adk setup)
the problem is:
which is the correct syntax to include in wptdriver.ini?
I tried with [url=https://github.com/MicrosoftEdge/edge-launcher]https://github.com/MicrosoftEdge/edge-launcher[/url] but it does not work
thank you