Skip to content

Commit 13dccbb

Browse files
committed
Updated project logo and banner
1 parent 209aa12 commit 13dccbb

File tree

7 files changed

+2
-1
lines changed

7 files changed

+2
-1
lines changed

assets/ProjectBanner.afdesign

-2.66 MB
Binary file not shown.

assets/ProjectBanner.png

15.9 KB
Loading

assets/ProjectLogo.afdesign

14.2 KB
Binary file not shown.

assets/ProjectLogo.png

1.8 KB
Loading

docs/images/Logo.png

623 Bytes
Loading

docs/images/ProjectBanner.png

15.9 KB
Loading

src/Legerity.Uno/Extensions/AttributeExtensions.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
namespace Legerity.Uno.Extensions
22
{
3+
using Legerity.Extensions;
34
using OpenQA.Selenium;
45
using OpenQA.Selenium.Appium.Android;
56
using OpenQA.Selenium.Appium.Windows;
@@ -18,7 +19,7 @@ public static string GetXamlName(this IWebElement element)
1819
{
1920
return element switch
2021
{
21-
WindowsElement _ => element.GetAttribute("Name"),
22+
WindowsElement _ => element.GetName(),
2223
_ => element.GetAttribute("xamlname")
2324
};
2425
}

0 commit comments

Comments
 (0)