GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.Browser.BrowserSettings Class Reference

Properties

PipeStream InboundPipe [get, set]
PipeStream OutboundPipe [get, set]
PipeStream ErrorPipe [get, set]
bool UseHardware [get]
bool UseJavaScript [get]
bool UseOttoMagic [get]
bool UsePuppeteer [get]
bool UseSelenium [get]
AutomationEngine AutomationEngine = AutomationEngine.PuppeteerPort [get, set]
IMagicHelper MagicHelper [get, set]
 This browser's own MagicHelper, talking to this browser's OttoMagic port. Assigned when the browser is created, and null until then. There is deliberately no fallback to another browser's helper: borrowing one succeeds quietly and drives the wrong browser.

Detailed Description

Definition at line 48 of file BrowserSettings.cs.

Property Documentation

◆ AutomationEngine

AutomationEngine GenerallyPositive.Browser.BrowserSettings.AutomationEngine = AutomationEngine.PuppeteerPort
getset

Definition at line 191 of file BrowserSettings.cs.

◆ ErrorPipe

PipeStream GenerallyPositive.Browser.BrowserSettings.ErrorPipe
getset

Definition at line 119 of file BrowserSettings.cs.

◆ InboundPipe

PipeStream GenerallyPositive.Browser.BrowserSettings.InboundPipe
getset

Definition at line 117 of file BrowserSettings.cs.

◆ MagicHelper

IMagicHelper GenerallyPositive.Browser.BrowserSettings.MagicHelper
getset

This browser's own MagicHelper, talking to this browser's OttoMagic port. Assigned when the browser is created, and null until then. There is deliberately no fallback to another browser's helper: borrowing one succeeds quietly and drives the wrong browser.

Definition at line 227 of file BrowserSettings.cs.

◆ OutboundPipe

PipeStream GenerallyPositive.Browser.BrowserSettings.OutboundPipe
getset

Definition at line 118 of file BrowserSettings.cs.

◆ UseHardware

bool GenerallyPositive.Browser.BrowserSettings.UseHardware
get

Definition at line 185 of file BrowserSettings.cs.

◆ UseJavaScript

bool GenerallyPositive.Browser.BrowserSettings.UseJavaScript
get

Definition at line 186 of file BrowserSettings.cs.

◆ UseOttoMagic

bool GenerallyPositive.Browser.BrowserSettings.UseOttoMagic
get

Definition at line 187 of file BrowserSettings.cs.

◆ UsePuppeteer

bool GenerallyPositive.Browser.BrowserSettings.UsePuppeteer
get

Definition at line 188 of file BrowserSettings.cs.

◆ UseSelenium

bool GenerallyPositive.Browser.BrowserSettings.UseSelenium
get

Definition at line 189 of file BrowserSettings.cs.


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