We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175f3fa commit fee5d08Copy full SHA for fee5d08
src/Main.cs
@@ -115,14 +115,12 @@ public FilesTab(AutomationElement Files)
115
if (_currentPathGet == null)
116
{
117
Context.API.LogError(ClassName, "Failed to find CurrentPathGet");
118
- return;
119
}
120
121
_currentPathSet = _windowContent.FindFirstChild(cf => cf.ByAutomationId("CurrentPathSet"))?.AsTextBox();
122
if (_currentPathSet == null)
123
124
Context.API.LogError(ClassName, "Failed to find CurrentPathSet");
125
126
127
128
0 commit comments