Files
IGP-Fan-Reference/TestAutomation/Enums/WindowType.cs
T

8 lines
95 B
C#

namespace TestAutomation.Enums;
public enum ScreenType
{
Desktop,
Tablet,
Mobile
}