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 980fc4b commit 903aff8Copy full SHA for 903aff8
src/Main.cs
@@ -114,12 +114,14 @@ public FilesTab(AutomationElement Files)
114
_currentPathGet ??= _windowContent.FindFirstChild(cf => cf.ByAutomationId("CurrentPathGet"))?.AsTextBox();
115
if (_currentPathGet == null)
116
{
117
+ // TODO: Fix issue here
118
Context.API.LogError(ClassName, "Failed to find CurrentPathGet");
119
}
120
121
_currentPathSet ??= _windowContent.FindFirstChild(cf => cf.ByAutomationId("CurrentPathSet"))?.AsTextBox();
122
if (_currentPathSet == null)
123
124
125
Context.API.LogError(ClassName, "Failed to find CurrentPathSet");
126
127
0 commit comments