-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
:enhancement
It would be great, if the "name" of the browser would be reflected in the HTML output.
Like:
"ie10win7": <<<<=== this name should be reflected
{
"type":"remote",
"platform": "Win 7",
"version": "10",
"actAs":"ie",
"host": "192.168.79.130",
"port":"9020"
},
and output should be like this...
I tried to find the appropriate code, but couldn't find where to get the Info from. Like which event, i should bind....
This would help a lot, if you test a lot of different Versions of IE on different VMs.
And since I kinda name my Browsers in the Dalekfile.json with some hints about Version and Plattform, this would help a lot!
Thanks
