File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/Winium.Desktop.Driver Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22{
33 #region using
44
5- using Winium . Desktop . Driver . CommonHelpers ;
5+ using Winium . Desktop . Driver . CommandHelpers ;
66
77 #endregion
88
@@ -12,7 +12,7 @@ internal class CloseExecutor : CommandExecutorBase
1212
1313 protected override string DoImpl ( )
1414 {
15- return CommonHelpers . TerminateExcecutor ( this . Automator , this . JsonResponse ( ) ) ;
15+ return TerminateApp . TerminateExcecutor ( this . Automator , this . JsonResponse ( ) ) ;
1616 }
1717
1818 #endregion
Original file line number Diff line number Diff line change 22{
33 #region using
44
5- using Winium . Desktop . Driver . CommonHelpers ;
5+ using Winium . Desktop . Driver . CommandHelpers ;
66
77 #endregion
88
@@ -12,7 +12,7 @@ internal class QuitExecutor : CommandExecutorBase
1212
1313 protected override string DoImpl ( )
1414 {
15- return CommonHelpers . TerminateExcecutor ( this . Automator , this . JsonResponse ( ) ) ;
15+ return TerminateApp . TerminateExcecutor ( this . Automator , this . JsonResponse ( ) ) ;
1616 }
1717
1818 #endregion
Original file line number Diff line number Diff line change 1- namespace Winium . Desktop . Driver . CommonHelpers
1+ namespace Winium . Desktop . Driver . CommandHelpers
22{
33 #region using
44
99
1010 #endregion
1111
12- public static class CommonHelpers
12+ public static class TerminateApp
1313 {
1414 public static string TerminateExcecutor ( object automatorObject , string jsonResponse )
1515 {
Original file line number Diff line number Diff line change 116116 <Compile Include =" CommandExecutors\NotImplementedExecutor.cs" />
117117 <Compile Include =" CommandExecutors\SwitchToWindowExecutor.cs" />
118118 <Compile Include =" CommandLineOptions.cs" />
119- <Compile Include =" CommonHelpers\CommonHelpers .cs" />
119+ <Compile Include =" CommandHelpers\TerminateApp .cs" />
120120 <Compile Include =" ElementsRegistry.cs" />
121121 <Compile Include =" Extensions\AutomationPropertyHelper.cs" />
122122 <Compile Include =" Extensions\ByHelper.cs" />
You can’t perform that action at this time.
0 commit comments