|
| 1 | +//-------------------------------------------------------------- |
| 2 | +// |
| 3 | +// Microsoft Edge Power Test |
| 4 | +// Copyright(c) Microsoft Corporation |
| 5 | +// All rights reserved. |
| 6 | +// |
| 7 | +// MIT License |
| 8 | +// |
| 9 | +// Permission is hereby granted, free of charge, to any person obtaining |
| 10 | +// a copy of this software and associated documentation files(the ""Software""), |
| 11 | +// to deal in the Software without restriction, including without limitation the rights |
| 12 | +// to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies |
| 13 | +// of the Software, and to permit persons to whom the Software is furnished to do so, |
| 14 | +// subject to the following conditions : |
| 15 | +// |
| 16 | +// The above copyright notice and this permission notice shall be included |
| 17 | +// in all copies or substantial portions of the Software. |
| 18 | +// |
| 19 | +// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, |
| 20 | +// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 21 | +// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS |
| 22 | +// OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 23 | +// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF |
| 24 | +// OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 25 | +// |
| 26 | +//-------------------------------------------------------------- |
| 27 | + |
1 | 28 | using OpenQA.Selenium.Remote; |
2 | 29 | using System.Collections.Generic; |
3 | 30 | using System.Threading; |
|
0 commit comments