run test with edge

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

I found, reading in this forum, that you do not have to define the browser in wptdriver.ini, just put it in locations.ini and the agent knows what to do.

I have tried it and in fact it works fine

now my problem is:
as I did the full configuration for edge only on a one tester of the four inside the location,
when I send a new test to “location:edge.LAN” this is done by the first free tester and often is not the right one.

how can I make edge tests run by the dedicated tester only?
[hr]
In the moment I solved creating a location for 1 tester with edge and a location with 3 tester for other browsers.

However, I see that edge performs single url tests but does not run scripts
:@:@:@:@