This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using OpenQA.Selenium.Remote; | |
using OpenQA.Selenium.Appium.iOS; | |
using Microsoft.VisualStudio.TestTools.UnitTesting; | |
namespace WPFNotepadTest | |
{ | |
[TestClass] | |
public class Scenario | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExplorerOptions -showFileExtensions | |
Enable-RemoteDesktop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExplorerOptions -showFileExtensions | |
Enable-RemoteDesktop | |
cinst bginfo | |
cinst PowerShell | |
cinst ChocolateyGUI | |
cinst Boxstarter.TestRunner | |
cinst IIS-WebServerRole -source windowsfeatures | |
cinst windirstat | |
cinst sysinternals | |
cinst notepadplusplus.install |