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 2
2
{
3
3
#region using
4
4
5
- using Winium . Desktop . Driver . CommonHelpers ;
5
+ using Winium . Desktop . Driver . CommandHelpers ;
6
6
7
7
#endregion
8
8
@@ -12,7 +12,7 @@ internal class CloseExecutor : CommandExecutorBase
12
12
13
13
protected override string DoImpl ( )
14
14
{
15
- return CommonHelpers . TerminateExcecutor ( this . Automator , this . JsonResponse ( ) ) ;
15
+ return TerminateApp . TerminateExcecutor ( this . Automator , this . JsonResponse ( ) ) ;
16
16
}
17
17
18
18
#endregion
Original file line number Diff line number Diff line change 2
2
{
3
3
#region using
4
4
5
- using Winium . Desktop . Driver . CommonHelpers ;
5
+ using Winium . Desktop . Driver . CommandHelpers ;
6
6
7
7
#endregion
8
8
@@ -12,7 +12,7 @@ internal class QuitExecutor : CommandExecutorBase
12
12
13
13
protected override string DoImpl ( )
14
14
{
15
- return CommonHelpers . TerminateExcecutor ( this . Automator , this . JsonResponse ( ) ) ;
15
+ return TerminateApp . TerminateExcecutor ( this . Automator , this . JsonResponse ( ) ) ;
16
16
}
17
17
18
18
#endregion
Original file line number Diff line number Diff line change 1
- namespace Winium . Desktop . Driver . CommonHelpers
1
+ namespace Winium . Desktop . Driver . CommandHelpers
2
2
{
3
3
#region using
4
4
9
9
10
10
#endregion
11
11
12
- public static class CommonHelpers
12
+ public static class TerminateApp
13
13
{
14
14
public static string TerminateExcecutor ( object automatorObject , string jsonResponse )
15
15
{
Original file line number Diff line number Diff line change 116
116
<Compile Include =" CommandExecutors\NotImplementedExecutor.cs" />
117
117
<Compile Include =" CommandExecutors\SwitchToWindowExecutor.cs" />
118
118
<Compile Include =" CommandLineOptions.cs" />
119
- <Compile Include =" CommonHelpers\CommonHelpers .cs" />
119
+ <Compile Include =" CommandHelpers\TerminateApp .cs" />
120
120
<Compile Include =" ElementsRegistry.cs" />
121
121
<Compile Include =" Extensions\AutomationPropertyHelper.cs" />
122
122
<Compile Include =" Extensions\ByHelper.cs" />
You can’t perform that action at this time.
0 commit comments