NetCoreWebDriverFactory  3.0.0
Easy WebDriver generation for .NET Core
AlexanderOnTest.NetCoreWebDriverFactory.WindowSizeExtension Class Reference

Extension methods for the WindowSize Enum. More...

Static Public Member Functions

static Size Size (this WindowSize windowSize)
 Return the requested browser window size for the Enum value, or (0,0) if size is not specified More...
 
static bool HasDefinedSize (this WindowSize windowSize)
 Does this WindowSize value request a given size for the generated WebDriver? More...
 

Detailed Description

Extension methods for the WindowSize Enum.

Member Function Documentation

◆ HasDefinedSize()

static bool AlexanderOnTest.NetCoreWebDriverFactory.WindowSizeExtension.HasDefinedSize ( this WindowSize  windowSize)
static

Does this WindowSize value request a given size for the generated WebDriver?

Parameters
windowSize
Returns

◆ Size()

static Size AlexanderOnTest.NetCoreWebDriverFactory.WindowSizeExtension.Size ( this WindowSize  windowSize)
static

Return the requested browser window size for the Enum value, or (0,0) if size is not specified

Parameters
windowSize
Returns

The documentation for this class was generated from the following file: