Skip to content

Commit

Permalink
Merge pull request #1 from Streets-Heaver/NugetPackageUpdate
Browse files Browse the repository at this point in the history
updated shautomation, and xpath moved to new location
  • Loading branch information
tomaustin700 authored Jul 9, 2020
2 parents c7cb0b0 + 504f9e3 commit 7256ac8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SHInspect.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SHInspect", "SHInspect\SHInspect.csproj", "{7DB58749-E5EA-43A5-9547-2337D3FD70AA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SHInspect", "SHInspect\SHInspect.csproj", "{7DB58749-E5EA-43A5-9547-2337D3FD70AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion SHInspect/Classes/ElementBO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public List<DetailBO> ItemDetails

public string GetXPath()
{
return Debug.GetXPathToElement(AutomationElement);
return XPathHelper.GetXPathToElement(AutomationElement);
}
public bool IsStillActive()
{
Expand Down
2 changes: 1 addition & 1 deletion SHInspect/SHInspect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="FontAwesome.Sharp" Version="5.12.1" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
<PackageReference Include="Prism.Core" Version="7.2.0.1422" />
<PackageReference Include="SHAutomation" Version="1.0.20164.5" />
<PackageReference Include="SHAutomation" Version="1.0.8" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7256ac8

Please sign in to comment.