GPAL - Generally Positive Automation Library
v1.0
GPAL The Fluent Automation LIbrary
Toggle main menu visibility
Loading...
Searching...
No Matches
ElementSettings.cs
1
// =============================================================================
2
// GPAL - Generally Positive Automation Library
3
// Copyright © 2026 Software Decisions, Inc. All rights reserved.
4
//
5
// This file is part of GPAL.
6
// Licensed under the Business Source License 1.1
7
//
8
// Primary development, architecture, and vision by Michael B. Vederman,
9
// CEO of Software Decisions, Inc., Texas.
10
//
11
// Internal development maintained privately.
12
// Public releases appear on GitHub: https://github.com/SoftwareDecisionsInc/GPAL.
13
//
14
// See LICENSE for full terms, including Additional Use Grant.
15
// =============================================================================
16
17
using
System;
18
using
System.Collections.Generic;
19
using
System.Linq;
20
using
System.Text;
21
using
System.Threading.Tasks;
22
using
OpenQA.Selenium;
23
using
static
GenerallyPositive
.
Enums
;
24
25
namespace
GenerallyPositive.Browser
26
{
27
class
ElementSettings
28
{
29
internal
GPALElement
WebElement {
get
;
set
; }
30
internal
Browser Browser {
get
;
set
; }
31
internal
Selector Selector {
get
;
set
; }
32
internal
InteractionType InteractionType {
get
;
set
; } = InteractionType.Selenium;
33
}
34
}
35
GenerallyPositive.Browser.ElementSettings
Definition
ElementSettings.cs:28
GenerallyPositive.Enums
Definition
Enums.cs:37
GenerallyPositive.GPALElement
Pseudo element used in Applications and Browser workflows for image matching and unified automation....
Definition
GPALElement.cs:143
GenerallyPositive.Browser
Definition
Browser.cs:44
GenerallyPositive
Definition
Application.cs:32
Browser
ElementSettings.cs
Generated by
1.17.0