b8459634e4
AmazonSearch - Added handling of new layout for search results. |
||
---|---|---|
BrowserEfficiencyTest | ||
Documentation | ||
PerfProcessor | ||
.gitattributes | ||
.gitignore | ||
BrowserEfficiencyTest.sln | ||
LICENSE | ||
README.md |
README.md
Welcome!
BrowserEfficiencyTest is a Selenium WebDriver based web browser test automation project written in C#. It allows you to run through common tasks done in browsers (look through a Facebook feed, go through some emails, browse the news) done in multiple tabs, and uses Windows Performance Recorder to measure how much power, CPU, or other resources were used in order to accomplish those tasks. It currently supports:
- Microsoft Edge
- Google Chrome
- Firefox
- Opera
Documentation
Links
- Selenium WebDriver
- Selenium WebDriver Downloads
- Microsoft Edge WebDriver Developer
- Microsoft WebDriver Download
Coding Style
This project follows the dotnet/corefx C# Coding Style.
Code of Conduct
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Dependencies
Using the XPerf and WPR modules requires the Windows Performance Toolkit.
This also requires Elevator in order to trace (which must be done with admin rights).