Definition at line 9 of file Automation.cs.
◆ Automation()
BioCore.Automation.Automation |
( |
| ) |
|
◆ AddProperty()
static void BioCore.Automation.AddProperty |
( |
Recording |
rec | ) |
|
|
static |
If the dictionary contains the key, then update the value. Otherwise, add the key and value to the dictionary
- Parameters
-
Definition at line 467 of file Automation.cs.
◆ GetProperty()
static object BioCore.Automation.GetProperty |
( |
string |
prop | ) |
|
|
static |
It takes a string as an argument, and returns an object
- Parameters
-
prop | The name of the property to get. |
- Returns
- The value of the property.
Definition at line 448 of file Automation.cs.
◆ RunRecording()
static void BioCore.Automation.RunRecording |
( |
string |
prop | ) |
|
|
static |
Runs a recording from the Properties collection
- Parameters
-
prop | The name of the recording you want to run. |
Definition at line 477 of file Automation.cs.
◆ SetProperty()
static void BioCore.Automation.SetProperty |
( |
string |
prop, |
|
|
string |
val |
|
) |
| |
|
static |
It takes a property name and a value, and sets the property to the value
- Parameters
-
prop | The name of the property you want to set. |
val | The value to set the property to. |
Definition at line 457 of file Automation.cs.
◆ StartPropertyRecording()
static void BioCore.Automation.StartPropertyRecording |
( |
string |
name | ) |
|
|
static |
Start recording the properties of the current object
Definition at line 430 of file Automation.cs.
◆ StartRecording()
static void BioCore.Automation.StartRecording |
( |
| ) |
|
|
static |
◆ StopPropertyRecording()
static void BioCore.Automation.StopPropertyRecording |
( |
| ) |
|
|
static |
Stop recording the property and add it to the list of properties.
Definition at line 438 of file Automation.cs.
◆ StopRecording()
static void BioCore.Automation.StopRecording |
( |
| ) |
|
|
static |
It stops the recording and adds it to the list of recordings.
Definition at line 422 of file Automation.cs.
◆ automation
UIA3Automation BioCore.Automation.automation = new UIA3Automation() |
|
static |
◆ input
InputSimulator BioCore.Automation.input |
|
static |
◆ Properties
Dictionary<string, Recording> BioCore.Automation.Properties = new Dictionary<string, Recording>() |
|
static |
◆ rec
◆ recname
string BioCore.Automation.recname |
|
static |
◆ Recordings
Dictionary<string, Recording> BioCore.Automation.Recordings = new Dictionary<string, Recording>() |
|
static |
◆ Element
AutomationElement BioCore.Automation.Element |
|
staticget |
◆ IsRecording
bool BioCore.Automation.IsRecording |
|
staticget |
The documentation for this class was generated from the following file: