8 lines
95 B
C#
8 lines
95 B
C#
namespace TestAutomation.Enums;
|
|
|
|
public enum ScreenType
|
|
{
|
|
Desktop,
|
|
Tablet,
|
|
Mobile
|
|
} |