NetCoreWebDriverFactory  3.0.0
Easy WebDriver generation for .NET Core
AlexanderOnTest.NetCoreWebDriverFactory Namespace Reference

Classes

class  DriverPath
 DriverPath object containing the local WebDriver executable path as a string More...
 
class  ExperimentalAttribute
 Limited testing suggests that this method works as desired under limited conditions. More...
 
class  QuickStartAttribute
 
class  WindowSizeExtension
 Extension methods for the WindowSize Enum. More...
 

Enumerations

enum  Browser {
  Browser.Firefox, Browser.Chrome, Browser.InternetExplorer, Browser.Edge,
  Browser.Safari
}
 Enum of supported desktop WebDriver supported Browsers More...
 
enum  WindowSize {
  WindowSize.Hd, WindowSize.Fhd, WindowSize.Maximise, WindowSize.Unchanged,
  WindowSize.Maximize, WindowSize.Custom, WindowSize.Qhd, WindowSize.Uhd,
  WindowSize.Defined
}
 Enum of Browser window size configurations. More...
 

Enumeration Type Documentation

◆ Browser

Enum of supported desktop WebDriver supported Browsers

Enumerator
Firefox 

Mozilla Firefox

Chrome 

Google Chrome

InternetExplorer 

Microsoft Internet Explorer version 11

Edge 

Microsoft Edge

Safari 

Apple Safari

◆ WindowSize

Enum of Browser window size configurations.

Enumerator
Hd 

HD - 1366 x 768 (cheap laptop) screen size. Most common 'PC' screen size.

Fhd 

Full HD - 1920 x 1080 screen size. 2nd most common 'PC' screen size.

Maximise 

Maximise the browser to the full screen.

Unchanged 

Continue without setting screen size, this may not be consistent.

Maximize 

Maximize the browser to the full screen.

Custom 

Customise browser size according to the windowCustomSize configuration.

Qhd 

Quad HD (aka 1440p) - 2560 x 1440

Uhd 

Ultra HD-1 (aka 4k) - 3840 x 2160

Defined 

Implemented form for all defined size browsers