diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html index e9bbe03..720f8e5 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html @@ -76,7 +76,7 @@

Inheritance
-
Object
+
object
BaseResult
AxeOverallResult
@@ -98,7 +98,7 @@

Inherited Members
BaseResult.ScoreBackgroundColor -
Namespace: AxaFrance.AxeExtended.HtmlReport
+
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
@@ -132,7 +132,7 @@
Property Value
- List<AxePageResult> + List<AxePageResult> @@ -163,7 +163,7 @@
Property Value
- DateTime + DateTime @@ -194,7 +194,7 @@
Property Value
- String + string @@ -229,7 +229,7 @@
Returns
- Int32 + int diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html index 3b27d9f..d9641ef 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html @@ -76,7 +76,7 @@

Inheritance
-
Object
+
object
BaseResult
AxePageResult
@@ -98,7 +98,7 @@
Inherited Members
BaseResult.ScoreBackgroundColor -
Namespace: AxaFrance.AxeExtended.HtmlReport
+
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
@@ -427,7 +427,7 @@
Property Value
- Nullable<DateTimeOffset> + DateTimeOffset? @@ -458,7 +458,7 @@
Property Value
- String + string @@ -522,7 +522,7 @@
Returns
- Int32 + int

The accessibility score.

diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html index 5710d25..1a8d24a 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html @@ -77,10 +77,10 @@

Inheritance
-
Object
+
object
AxeResultEnhancedItem
-
Namespace: AxaFrance.AxeExtended.HtmlReport
+
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html index 9355add..6519cb0 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html @@ -76,10 +76,10 @@

Inheritance
-
Object
+
object
AxeResultEnhancedNode
-
Namespace: AxaFrance.AxeExtended.HtmlReport
+
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
@@ -180,7 +180,7 @@
Property Value
- Byte[] + byte[] diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html index e72ca63..12730a9 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html @@ -76,12 +76,12 @@

Inheritance
-
Object
+
object
BaseResult
AxeOverallResult
AxePageResult
-
Namespace: AxaFrance.AxeExtended.HtmlReport
+
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
@@ -115,7 +115,7 @@
Property Value
- Nullable<Int32> + int? @@ -146,26 +146,27 @@
Property Value
- String + string | - Edit this page + Edit this page - View Source + View Source - -

Scorebase

-

The sum of score base, that is the sum of all applicable rules.

+ +

ScoreForegroundColor

+

The color code for the score foreground color. +We want to have a green color for high score and red for low score.

Declaration
-
public int Scorebase { get; set; }
+
public string ScoreForegroundColor { get; }
Property Value
@@ -177,27 +178,26 @@
Property Value
- +
Int32string
| - Edit this page + Edit this page - View Source + View Source - -

ScoreForegroundColor

-

The color code for the score foreground color. -We want to have a green color for high score and red for low score.

+ +

ScoreRotation

+

The rotation in degree used to display the score in html report

Declaration
-
public string ScoreForegroundColor { get; }
+
public int? ScoreRotation { get; set; }
Property Value
@@ -209,26 +209,26 @@
Property Value
- +
Stringint?
| - Edit this page + Edit this page - View Source + View Source - -

ScoreRotation

-

The rotation in degree used to display the score in html report

+ +

Scorebase

+

The sum of score base, that is the sum of all applicable rules.

Declaration
-
public int? ScoreRotation { get; set; }
+
public int Scorebase { get; set; }
Property Value
@@ -240,7 +240,7 @@
Property Value
- + @@ -273,7 +273,7 @@
Returns
- + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Branding.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Branding.html index 757dedc..7081341 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Branding.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Branding.html @@ -76,10 +76,10 @@

Inheritance
-
Object
+
object
Branding
-

Namespace: AxaFrance.AxeExtended.HtmlReport.Config
+
Namespace: AxaFrance.AxeExtended.HtmlReport.Config
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
@@ -114,7 +114,7 @@
Property Value
- + @@ -146,7 +146,7 @@
Property Value
- + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html index d525fa3..77bc449 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html @@ -76,10 +76,10 @@

Inheritance
-
Object
+
object
Check
-

Namespace: AxaFrance.AxeExtended.HtmlReport.Config
+
Namespace: AxaFrance.AxeExtended.HtmlReport.Config
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
@@ -114,7 +114,7 @@
Property Value
- + @@ -146,7 +146,7 @@
Property Value
- + @@ -178,7 +178,7 @@
Property Value
- + @@ -210,7 +210,7 @@
Property Value
- + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html index bd00ed7..1722d4d 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html @@ -77,10 +77,10 @@

Inheritance
-
Object
+
object
ConfigurationOptions
-

Namespace: AxaFrance.AxeExtended.HtmlReport.Config
+
Namespace: AxaFrance.AxeExtended.HtmlReport.Config
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
@@ -156,24 +156,21 @@
Property Value
Nullable<Int32>int
Int32int

0 to 100

Stringstring
Stringstring
Stringstring
Booleanbool
Stringstring
Stringstring
| - Edit this page + Edit this page - View Source + View Source - -

reporter

-

Used to set the output format that the axe.run function will pass to the callback function. Can pass a reporter name or a custom reporter function. Valid names are: -v1 to use the previous version's format: axe.configure({ reporter: "v1" }); -v2 to use the current version's format: axe.configure({ reporter: "v2" }); -raw to return the raw result data without formating: axe.configure({ reporter: "raw" }); -raw-env to return the raw result data with environment data: axe.configure({ reporter: "raw-env" }); -no - passes to return only violation results: axe.configure({ reporter: "no-passes" });

+ +

Rules

+

Used to add rules to the existing set of rules, or to override the properties of existing rules +The rules attribute is an Array of rule objects +each rule object can contain the following attributes

Declaration
-
public string reporter { get; set; }
+
public Rule[] Rules { get; set; }
Property Value
@@ -185,28 +182,31 @@
Property Value
- +
StringRule[]
| - Edit this page + Edit this page - View Source + View Source - -

Rules

-

Used to add rules to the existing set of rules, or to override the properties of existing rules -The rules attribute is an Array of rule objects -each rule object can contain the following attributes

+ +

reporter

+

Used to set the output format that the axe.run function will pass to the callback function. Can pass a reporter name or a custom reporter function. Valid names are: +v1 to use the previous version's format: axe.configure({ reporter: "v1" }); +v2 to use the current version's format: axe.configure({ reporter: "v2" }); +raw to return the raw result data without formating: axe.configure({ reporter: "raw" }); +raw-env to return the raw result data with environment data: axe.configure({ reporter: "raw-env" }); +no - passes to return only violation results: axe.configure({ reporter: "no-passes" });

Declaration
-
public Rule[] Rules { get; set; }
+
public string reporter { get; set; }
Property Value
@@ -218,7 +218,7 @@
Property Value
- + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Option.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Option.html index 29b40a4..574a839 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Option.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Option.html @@ -76,10 +76,10 @@

Inheritance
-
Object
+
object
Option
-

Namespace: AxaFrance.AxeExtended.HtmlReport.Config
+
Namespace: AxaFrance.AxeExtended.HtmlReport.Config
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html index 49e7bf9..48e230f 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html @@ -76,10 +76,10 @@

Inheritance
-
Object
+
object
Rule
-
Namespace: AxaFrance.AxeExtended.HtmlReport.Config
+
Namespace: AxaFrance.AxeExtended.HtmlReport.Config
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
@@ -177,7 +177,7 @@
Property Value
- + @@ -209,7 +209,7 @@
Property Value
- + @@ -242,7 +242,7 @@
Property Value
- + @@ -274,7 +274,7 @@
Property Value
- + @@ -337,7 +337,7 @@
Property Value
- + @@ -369,7 +369,7 @@
Property Value
- + @@ -401,7 +401,7 @@
Property Value
- + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Language.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Language.html index f54daf9..fafaf20 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Language.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Language.html @@ -75,7 +75,7 @@

Language to be used for report. Placeholder.

-

Namespace: AxaFrance.AxeExtended.HtmlReport
+
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OutputFormat.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OutputFormat.html index 24406f8..7fe219d 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OutputFormat.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OutputFormat.html @@ -75,7 +75,7 @@

Output format of the test report.

-
Namespace: AxaFrance.AxeExtended.HtmlReport
+
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html index 2571db5..e770795 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html @@ -76,10 +76,10 @@

Inheritance
-
Object
+
object
OverallReportBuilder
-
Namespace: AxaFrance.AxeExtended.HtmlReport
+
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
@@ -195,7 +195,7 @@
Property Value
- + @@ -273,7 +273,7 @@
Returns
View Source -

Export(String)

+

Export(string)

Export overall report to HTML or Zip format.

@@ -292,7 +292,7 @@
Parameters
- + @@ -309,7 +309,7 @@
Returns
- + @@ -364,10 +364,6 @@
Returns
Rule[]string
Booleanbool
Booleanbool
Stringstring
Stringstring
Booleanbool
Booleanbool
Stringstring
List<PageReportBuilder>List<PageReportBuilder>
Stringstring fileName

the filename of export report, default value "index.html"

Stringstring

the complete path of report

-

Extension Methods

-
- SeleniumHelper.WithSelenium(OverallReportBuilder, WebDriver, String) -
diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html index 1d9d7aa..1267e21 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html @@ -75,10 +75,10 @@

Inheritance
-
Object
+
object
OverallResultItem
-
Namespace: AxaFrance.AxeExtended.HtmlReport
+
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
@@ -111,7 +111,7 @@
Property Value
- String + string @@ -142,7 +142,7 @@
Property Value
- Int32 + int @@ -173,7 +173,7 @@
Property Value
- String[] + string[] @@ -204,7 +204,7 @@
Property Value
- String + string @@ -235,7 +235,7 @@
Property Value
- Version + Version diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html index 6c8e2a1..debe886 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html @@ -74,11 +74,11 @@

Delegate to analyze the given context. this function should be implemented according to test framework. such as using Selenium.

-
Namespace: AxaFrance.AxeExtended.HtmlReport
+
Namespace: AxaFrance.AxeExtended.HtmlReport
Assembly: AxaFrance.AxeExtended.HtmlReport.dll
Syntax
-
public delegate AxeResult AnalyzeDelegate(JObject axeConfig);
+
public delegate AxeResult PageReportBuilder.AnalyzeDelegate(JObject axeConfig)
Parameters
@@ -124,7 +124,7 @@
Returns
Edit this page
  • - View Source + View Source
  • diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html index cd7ceaa..7f7844a 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html @@ -74,11 +74,11 @@

    Delegate to get screenshot of the given node. this function should be implemented according to test framework. such as Selenium.

    -

    Namespace: AxaFrance.AxeExtended.HtmlReport
    +
    Namespace: AxaFrance.AxeExtended.HtmlReport
    Assembly: AxaFrance.AxeExtended.HtmlReport.dll
    Syntax
    -
    public delegate byte[] GetScreenshotDelegate(AxeResultNode node, PageReportOptions options);
    +
    public delegate byte[] PageReportBuilder.GetScreenshotDelegate(AxeResultNode node, PageReportOptions options)
    Parameters
    @@ -112,7 +112,7 @@
    Returns
    - + @@ -129,7 +129,7 @@
    Returns
    Edit this page
  • - View Source + View Source
  • diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html index 05cd244..57078e5 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    PageReportBuilder
    -

    Namespace: AxaFrance.AxeExtended.HtmlReport
    +
    Namespace: AxaFrance.AxeExtended.HtmlReport
    Assembly: AxaFrance.AxeExtended.HtmlReport.dll
    Syntax
    @@ -143,7 +143,7 @@

    Properties Edit this page - View Source + View Source

    Analyze

    @@ -164,7 +164,7 @@
    Property Value
    - + @@ -195,7 +195,7 @@
    Property Value
    - + @@ -237,7 +237,7 @@
    Property Value
    Edit this page - View Source + View Source

    GetScreenshot

    @@ -258,7 +258,7 @@
    Property Value
    - + @@ -415,7 +415,7 @@
    Returns
    View Source -

    Export(String)

    +

    Export(string)

    Export Enhanced AxeResult (with Screenshots) to expected format.

    @@ -434,7 +434,7 @@
    Parameters
    - + @@ -451,7 +451,7 @@
    Returns
    - + @@ -514,7 +514,7 @@
    Returns
    View Source -

    WithConfig(String)

    +

    WithConfig(string)

    Initilaize axe-core engine with customed configuration

    @@ -533,7 +533,7 @@
    Parameters
    - + @@ -639,10 +639,6 @@
    Returns
    Remarks

    This method is not compatible with other WithConfig(JObject) method.

    -

    Extension Methods

    -
    - SeleniumHelper.WithSelenium(PageReportBuilder, WebDriver) -
    diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html index 8e593dd..4048d8f 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    PageReportOptions
    -

    Namespace: AxaFrance.AxeExtended.HtmlReport
    +
    Namespace: AxaFrance.AxeExtended.HtmlReport
    Assembly: AxaFrance.AxeExtended.HtmlReport.dll
    Syntax
    @@ -112,7 +112,7 @@
    Field Value
    - + @@ -177,7 +177,7 @@
    Property Value
    - + @@ -208,7 +208,7 @@
    Property Value
    - + @@ -239,7 +239,7 @@
    Property Value
    - + @@ -363,7 +363,7 @@
    Property Value
    - + @@ -394,7 +394,7 @@
    Property Value
    - + @@ -425,7 +425,7 @@
    Property Value
    - + @@ -458,7 +458,7 @@
    Property Value
    - + @@ -489,7 +489,7 @@
    Property Value
    - + @@ -520,7 +520,7 @@
    Property Value
    - + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.html new file mode 100644 index 0000000..e0ab025 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.html @@ -0,0 +1,192 @@ + + + + + + + + Class RgaaTagsProvider | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
    +
    + +
    +
    +
    + + + + + +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    +
      +
    • +
    +
    +
    +
    +
    + +
    + Show / Hide Table of Contents +
    +
    +
    +
    +
    +
    +
    + + + +

    Class RgaaTagsProvider

    +

    A mapping of Axe rules to RGAA rules, for future use +refers to the Mapping Rules Excel file

    +
    +
    +
    +
    Inheritance
    +
    object
    +
    TagsProvider
    +
    RgaaTagsProvider
    +
    +
    +
    Inherited Members
    +
    + TagsProvider.ShowOnOverallReportOnly +
    +
    +
    Namespace: AxaFrance.AxeExtended.HtmlReport
    +
    Assembly: AxaFrance.AxeExtended.HtmlReport.dll
    +
    Syntax
    +
    +
    public class RgaaTagsProvider : TagsProvider
    +
    +

    Methods +

    + + | + Edit this page + + + View Source + + +

    GetTagsByRule(AxeResultItem)

    +

    return a list of additional tags for a rule. if the rule is not found, return an empty list.

    +
    +
    +
    Declaration
    +
    +
    public override IEnumerable<string> GetTagsByRule(AxeResultItem rule)
    +
    +
    Parameters
    +
    Byte[]byte[] Delegate to get screenshot of the given node. this function should be implemented according to test framework. such as Selenium.
    PageReportBuilder.AnalyzeDelegatePageReportBuilder.AnalyzeDelegate
    Booleanbool
    PageReportBuilder.GetScreenshotDelegatePageReportBuilder.GetScreenshotDelegate
    Stringstring fileName

    The filename of the exported report. Default value is "index.html"

    Stringstring

    absolute path of the exported test report.

    Stringstring configFile

    axe core configuration file (in json format)

    String[]string[]
    ColorColor
    Int32int
    Stringstring
    Booleanbool
    Booleanbool
    Booleanbool
    IEnumerable<String>IEnumerable<string>
    Stringstring
    Booleanbool
    + + + + + + + + + + + + + + +
    TypeNameDescription
    AxeResultItemrule
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    IEnumerable<string>

    a list of additional tags for a given rule.

    +
    +
    Overrides
    +
    TagsProvider.GetTagsByRule(AxeResultItem)
    + + +
    + +
    +
    +
    +
      +
    • + Edit this page +
    • +
    • + View Source +
    • +
    +
    +
    +
    In this article
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + Back to top + + Copyright ® 2016-2024 AXA France, All rights reserved. + +
    +
    +
    +
    + + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.html index 2816c99..db5f444 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.html @@ -75,7 +75,7 @@

    Mode to calculate the score. Different calculation mode may influenc

    -

    Namespace: AxaFrance.AxeExtended.HtmlReport
    +
    Namespace: AxaFrance.AxeExtended.HtmlReport
    Assembly: AxaFrance.AxeExtended.HtmlReport.dll
    Syntax
    diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.TagsProvider.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.TagsProvider.html index 7658eb2..4754096 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.TagsProvider.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.TagsProvider.html @@ -76,10 +76,11 @@

    Inheritance
    -
    Object
    +
    object
    TagsProvider
    +
    RgaaTagsProvider
    -
    Namespace: AxaFrance.AxeExtended.HtmlReport
    +
    Namespace: AxaFrance.AxeExtended.HtmlReport
    Assembly: AxaFrance.AxeExtended.HtmlReport.dll
    Syntax
    @@ -114,7 +115,7 @@
    Property Value
    - Boolean + bool @@ -164,7 +165,7 @@
    Returns
    - IEnumerable<String> + IEnumerable<string>

    a list of additional tags for a given rule.

    diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.html index 89fa8db..ff112cc 100644 --- a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.html +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.html @@ -101,6 +101,10 @@

    PageReportOptions

    Options of generating HTML report

    +
    +

    RgaaTagsProvider

    +

    A mapping of Axe rules to RGAA rules, for future use +refers to the Mapping Rules Excel file

    TagsProvider

    The provider to get additional tags for a rule.

    diff --git a/docs/api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html b/docs/api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html index 4d6ec96..70065b9 100644 --- a/docs/api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html +++ b/docs/api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html @@ -79,10 +79,10 @@

    Inheritance
    -
    Object
    +
    object
    AxeExtendedBuilder
    -
    Namespace: AxaFrance.AxeExtended.Selenium
    +
    Namespace: AxaFrance.AxeExtended.Selenium
    Assembly: AxaFrance.AxeExtended.Selenium.dll
    Syntax
    @@ -337,10 +337,10 @@
    Returns
    View Source -

    DisableRules(String[])

    +

    DisableRules(params string[])

    Set the list of rules to skip when running an analysis Refer https://dequeuniversity.com/rules/axe/ to get the complete listing of available rule IDs. -Cannot be used with

    +Cannot be used with Options

    Declaration
    @@ -358,7 +358,7 @@
    Parameters
    - String[] + string[] rules

    rule IDs to be skipped from analysis

    @@ -390,7 +390,7 @@
    Returns

    Exclude(AxeSelector)

    Excludes the given Deque.AxeCore.Commons.AxeSelector and its descendants from analysis. This overload can exclude selectors inside iframes -(with Deque.AxeCore.Commons.AxeSelector.#ctor(System.String,System.Collections.Generic.List{System.String})) or shadow DOMs (). +(with AxeSelector(string, List<string>)) or shadow DOMs (AxeSelector.FromFrameShadowSelectors(List<List<string>>)). To exclude multiple selectors, call Exclude multiple times.

    @@ -439,11 +439,11 @@
    Returns
    View Source -

    Exclude(String)

    +

    Exclude(string)

    Excludes the given CSS selector and its descendants from analysis. To exclude multiple selectors, call Exclude multiple times. -To exclude a selector inside an iframe, see Exclude(AxeSelector) and Deque.AxeCore.Commons.AxeSelector.#ctor(System.String,System.Collections.Generic.List{System.String}). -To exclude a selector inside a shadow DOM, see Exclude(AxeSelector) and .

    +To exclude a selector inside an iframe, see Exclude(AxeSelector) and AxeSelector(string, List<string>). +To exclude a selector inside a shadow DOM, see Exclude(AxeSelector) and AxeSelector.FromFrameShadowSelectors(List<List<string>>).

    Declaration
    @@ -461,7 +461,7 @@
    Parameters
    - String + string selector

    A CSS selector in the topmost frame of the page

    @@ -493,8 +493,8 @@
    Returns

    Include(AxeSelector)

    Restricts the analysis to include only the given Deque.AxeCore.Commons.AxeSelector and its descendants, instead of the whole page. -This overload can include selectors inside iframes (with Deque.AxeCore.Commons.AxeSelector.#ctor(System.String,System.Collections.Generic.List{System.String})) or shadow DOMs -(). +This overload can include selectors inside iframes (with AxeSelector(string, List<string>)) or shadow DOMs +(AxeSelector.FromFrameShadowSelectors(List<List<string>>)). To include multiple selectors, call Include multiple times.

    @@ -543,11 +543,11 @@
    Returns
    View Source -

    Include(String)

    +

    Include(string)

    Restricts the analysis to include only the given CSS selector and its descendants, instead of the whole page. To include multiple selectors, call Include multiple times. -To include a selector inside an iframe, see Include(AxeSelector) and Deque.AxeCore.Commons.AxeSelector.#ctor(System.String,System.Collections.Generic.List{System.String}). -To include a selector inside a shadow DOM, see Include(AxeSelector) and .

    +To include a selector inside an iframe, see Include(AxeSelector) and AxeSelector(string, List<string>). +To include a selector inside a shadow DOM, see Include(AxeSelector) and AxeSelector.FromFrameShadowSelectors(List<List<string>>).

    Declaration
    @@ -565,7 +565,7 @@
    Parameters
    - String + string selector

    A CSS selector in the topmost frame of the page

    @@ -595,7 +595,7 @@
    Returns
    View Source -

    UseLegacyMode(Boolean)

    +

    UseLegacyMode(bool)

    Use frameMessenger with <same_origin_only>. This disables use of axe.runPartial() which is called in each frame, and axe.finishRun() which is called in a blank page. This uses axe.run() instead, @@ -618,7 +618,7 @@

    Parameters
    - Boolean + bool legacyMode

    Whether to enable or disable Legacy Mode

    @@ -650,7 +650,7 @@
    Returns

    WithOptions(AxeRunOptions)

    Run configuration data that is passed to axe for scanning the web page. -This will override the value set by WithRules(String[]), WithTags(String[]) & DisableRules(String[])

    +This will override the value set by WithRules(params string[]), WithTags(params string[]) & DisableRules(params string[])

    Declaration
    @@ -698,7 +698,7 @@
    Returns
    View Source -

    WithOutputFile(String)

    +

    WithOutputFile(string)

    Causes Analyze() to write the axe results as a JSON file, in addition to returning it in object format as usual. File will be overwritten if already exists.

    @@ -718,7 +718,7 @@
    Parameters
    - String + string path

    Path to the output file. Will be passed as-is to the System.IO APIs.

    @@ -748,10 +748,10 @@
    Returns
    View Source -

    WithRules(String[])

    +

    WithRules(params string[])

    Limit analysis to only the specified rules. Refer https://dequeuniversity.com/rules/axe/ to get the complete listing of available rule IDs. -Cannot be used with WithTags(String[]) & WithOptions(AxeRunOptions)

    +Cannot be used with WithTags(params string[]) & WithOptions(AxeRunOptions)

    Declaration
    @@ -769,7 +769,7 @@
    Parameters
    - String[] + string[] rules

    rule IDs to be used for scanning

    @@ -799,7 +799,7 @@
    Returns
    View Source -

    WithTags(String[])

    +

    WithTags(params string[])

    Declaration
    @@ -817,7 +817,7 @@
    Parameters
    - String[] + string[] tags diff --git a/docs/api_net/AxaFrance.AxeExtended.Selenium.SeleniumHelper.html b/docs/api_net/AxaFrance.AxeExtended.Selenium.SeleniumHelper.html index cc57017..e9149fa 100644 --- a/docs/api_net/AxaFrance.AxeExtended.Selenium.SeleniumHelper.html +++ b/docs/api_net/AxaFrance.AxeExtended.Selenium.SeleniumHelper.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    SeleniumHelper
    -
    Namespace: AxaFrance.AxeExtended.Selenium
    +
    Namespace: AxaFrance.AxeExtended.Selenium
    Assembly: AxaFrance.AxeExtended.Selenium.dll
    Syntax
    @@ -92,10 +92,10 @@

    Methods Edit this page - View Source + View Source -

    WithSelenium(OverallReportBuilder, WebDriver, String)

    +

    WithSelenium(OverallReportBuilder, WebDriver, string)

    Initializes the builder context with Selenium WebDriver.

    @@ -126,7 +126,7 @@
    Parameters
    - String + string title

    Title of you application report

    @@ -154,7 +154,7 @@
    Returns
    Edit this page - View Source + View Source

    WithSelenium(PageReportBuilder, WebDriver)

    @@ -218,7 +218,7 @@
    Returns
    Edit this page
  • - View Source + View Source
  • diff --git a/docs/api_net/AxaFrance.WebEngine.ActionNotFoundException.html b/docs/api_net/AxaFrance.WebEngine.ActionNotFoundException.html index f2a7349..ee52bec 100644 --- a/docs/api_net/AxaFrance.WebEngine.ActionNotFoundException.html +++ b/docs/api_net/AxaFrance.WebEngine.ActionNotFoundException.html @@ -76,58 +76,58 @@

    Inheritance
    -
    Object
    -
    Exception
    +
    object
    +
    Exception
    ActionNotFoundException
    Implements
    -
    ISerializable
    -
    _Exception
    +
    ISerializable
    +
    _Exception
    Inherited Members
    - Exception.GetBaseException() + Exception.GetBaseException()
    - Exception.ToString() + Exception.ToString()
    - Exception.GetObjectData(SerializationInfo, StreamingContext) + Exception.GetObjectData(SerializationInfo, StreamingContext)
    - Exception.GetType() + Exception.GetType()
    - Exception.Message + Exception.Message
    - Exception.Data + Exception.Data
    - Exception.InnerException + Exception.InnerException
    - Exception.TargetSite + Exception.TargetSite
    - Exception.StackTrace + Exception.StackTrace
    - Exception.HelpLink + Exception.HelpLink
    - Exception.Source + Exception.Source
    - Exception.HResult + Exception.HResult
    - Exception.SerializeObjectState + Exception.SerializeObjectState
    -
    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -159,7 +159,7 @@
    Declaration
    View Source -

    ActionNotFoundException(String)

    +

    ActionNotFoundException(string)

    Initializing an instance of ActionNotFoundException with detailed error message.

    @@ -178,7 +178,7 @@
    Parameters
    - String + string message

    error message

    @@ -187,10 +187,10 @@
    Parameters

    Implements

    - System.Runtime.Serialization.ISerializable + ISerializable
    - System.Runtime.InteropServices._Exception + _Exception
    diff --git a/docs/api_net/AxaFrance.WebEngine.BrowserType.html b/docs/api_net/AxaFrance.WebEngine.BrowserType.html index 08d6132..ca4e556 100644 --- a/docs/api_net/AxaFrance.WebEngine.BrowserType.html +++ b/docs/api_net/AxaFrance.WebEngine.BrowserType.html @@ -75,7 +75,7 @@

    Determine browser type to run the tests. Browser Type is limited according to the platform.

    -
    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -110,11 +110,6 @@

    Fields Firefox

    Mozilla Firefox

    - - - - InternetExplorer -

    Microsoft Internet Explorer

    diff --git a/docs/api_net/AxaFrance.WebEngine.DebugLogger.html b/docs/api_net/AxaFrance.WebEngine.DebugLogger.html index 29dc778..b986e68 100644 --- a/docs/api_net/AxaFrance.WebEngine.DebugLogger.html +++ b/docs/api_net/AxaFrance.WebEngine.DebugLogger.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    DebugLogger
    -
    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -95,7 +95,7 @@

    Methods View Source -

    WriteError(String)

    +

    WriteError(string)

    Writes a message in both Console and Debug view of visual Studio. in Red Text

    @@ -114,7 +114,7 @@
    Parameters
    - String + string content

    the content of the log to be written

    @@ -136,7 +136,7 @@
    Remar View Source -

    WriteLine(String)

    +

    WriteLine(string)

    Writes a message in both Console and Debug view of visual studio.

    @@ -155,7 +155,7 @@
    Parameters
    - String + string content

    the content of the log to be written

    @@ -196,7 +196,7 @@
    Parameters
    - StringBuilder + StringBuilder content

    the content of the log to be written

    @@ -218,7 +218,7 @@
    View Source -

    WriteWarning(String)

    +

    WriteWarning(string)

    Writes a Warning message on the console with Yellow color. Warning is not considered as Error.

    @@ -237,7 +237,7 @@
    Parameters
    - String + string content diff --git a/docs/api_net/AxaFrance.WebEngine.Encrypter.html b/docs/api_net/AxaFrance.WebEngine.Encrypter.html index 287c449..5376c6f 100644 --- a/docs/api_net/AxaFrance.WebEngine.Encrypter.html +++ b/docs/api_net/AxaFrance.WebEngine.Encrypter.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    Encrypter
    -
    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -95,7 +95,7 @@

    Methods View Source -

    Encrypt(String)

    +

    Encrypt(string)

    Encrypt original text with the default encryption key and store the encrypted data into base64 string

    @@ -114,7 +114,7 @@
    Parameters
    - String + string original

    Plain text to be encrypted.

    @@ -131,7 +131,7 @@
    Returns
    - String + string

    Encrypted data converted into Base64 string format.

    diff --git a/docs/api_net/AxaFrance.WebEngine.EnvironmentVariables.html b/docs/api_net/AxaFrance.WebEngine.EnvironmentVariables.html index 7ada917..d212cff 100644 --- a/docs/api_net/AxaFrance.WebEngine.EnvironmentVariables.html +++ b/docs/api_net/AxaFrance.WebEngine.EnvironmentVariables.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    EnvironmentVariables
    -
    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -164,7 +164,7 @@
    Property Value
    - List<Variable> + List<Variable> @@ -179,7 +179,7 @@

    Methods View Source -

    GetValue(String)

    +

    GetValue(string)

    Returns the value of the environment variable by its given name.

    @@ -198,7 +198,7 @@
    Parameters
    - String + string name

    Name of the variable to find.

    @@ -215,7 +215,7 @@
    Returns
    - String + string

    Value of the variable

    @@ -249,7 +249,7 @@
    Parameters
    - Stream + Stream stream

    the stream which the environment variables are stored

    @@ -264,11 +264,9 @@
    Parameters
    View Source -

    LoadFrom(String)

    +

    LoadFrom(string)

    Load the environment variables from an XML file.

    -

    the path should be full path

    -

    UNC path is supported: \\netshare\path\somefile.xml

    -

    Web path is NOT supported. e.g.: http://somewhere.com/somefile.xml

    +

    the path should be full path

    UNC path is supported: \\netshare\path\somefile.xml

    Web path is NOT supported. e.g.: http://somewhere.com/somefile.xml

    Make sure that the automation solution has the access rights to the file, or an exception will be thrown.
    @@ -287,7 +285,7 @@
    Parameters
    - String + string xmlFile

    The path of the XML file

    diff --git a/docs/api_net/AxaFrance.WebEngine.GlobalConstants.html b/docs/api_net/AxaFrance.WebEngine.GlobalConstants.html index 281fee6..dabd057 100644 --- a/docs/api_net/AxaFrance.WebEngine.GlobalConstants.html +++ b/docs/api_net/AxaFrance.WebEngine.GlobalConstants.html @@ -75,10 +75,10 @@

    Inheritance
    -
    Object
    +
    object
    GlobalConstants
    -
    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -111,7 +111,7 @@
    Field Value
    - String + string @@ -141,7 +141,7 @@
    Field Value
    - String + string diff --git a/docs/api_net/AxaFrance.WebEngine.JavaScriptError.html b/docs/api_net/AxaFrance.WebEngine.JavaScriptError.html index 04313d6..cfcf5da 100644 --- a/docs/api_net/AxaFrance.WebEngine.JavaScriptError.html +++ b/docs/api_net/AxaFrance.WebEngine.JavaScriptError.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    JavaScriptError
    -
    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -113,7 +113,7 @@
    Property Value
    - String + string diff --git a/docs/api_net/AxaFrance.WebEngine.MethodExtensions.html b/docs/api_net/AxaFrance.WebEngine.MethodExtensions.html index a5b4bee..a86e313 100644 --- a/docs/api_net/AxaFrance.WebEngine.MethodExtensions.html +++ b/docs/api_net/AxaFrance.WebEngine.MethodExtensions.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    MethodExtensions
    -
    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -101,7 +101,7 @@

    Declaration
    -
    public static void AddItem(this List<Variable> this, Variable v)
    +
    public static void AddItem(this List<Variable> @this, Variable v)
    Parameters
    @@ -114,7 +114,7 @@
    Parameters
    - + @@ -135,13 +135,13 @@
    Parameters
    View Source -

    AddItem(List<Variable>, String, String)

    +

    AddItem(List<Variable>, string, string)

    Add an item to the current List<Variables> element (ContextValues, Global). If the variable of the same name exists, it will be replaced.

    Declaration
    -
    public static void AddItem(this List<Variable> this, string name, string value)
    +
    public static void AddItem(this List<Variable> @this, string name, string value)
    Parameters
    List<Variable>List<Variable> this

    The working List<Variables> element

    @@ -154,19 +154,19 @@
    Parameters
    - + - + - + @@ -181,14 +181,14 @@
    Parameters
    View Source -

    Item(List<Variable>, String)

    +

    Item(List<Variable>, string)

    Get the value of an variable by it's given name from a List<Variables> element. If the item does not exits, a null value will return;

    Declaration
    -
    public static string Item(this List<Variable> this, string name)
    +
    public static string Item(this List<Variable> @this, string name)
    Parameters
    List<Variable>List<Variable> this

    the working List<Variables> element

    Stringstring name

    Name of the variable

    Stringstring value

    Value of the variable

    @@ -201,12 +201,12 @@
    Parameters
    - + - + @@ -222,7 +222,7 @@
    Returns
    - + @@ -235,13 +235,13 @@
    Returns
    View Source -

    RemoveItem(List<Variable>, String)

    +

    RemoveItem(List<Variable>, string)

    Method extension for ContextValues and Global

    Declaration
    -
    public static void RemoveItem(this List<Variable> this, string name)
    +
    public static void RemoveItem(this List<Variable> @this, string name)
    Parameters
    List<Variable>List<Variable> this
    Stringstring name
    Stringstring
    @@ -254,13 +254,13 @@
    Parameters
    - + - + diff --git a/docs/api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html b/docs/api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html index 094fa5f..8e3bd62 100644 --- a/docs/api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html +++ b/docs/api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html @@ -76,7 +76,7 @@

    Inheritance
    -
    Object
    +
    object
    ElementDescription
    AppElementDescription
    @@ -92,19 +92,19 @@

    Inherited Members
    ElementDescription.FindElement()
    - ElementDescription.FindElement(Int32) + ElementDescription.FindElement(int)
    ElementDescription.FindElement(By)
    - ElementDescription.FindElement(By, Int32) + ElementDescription.FindElement(By, int)
    ElementDescription.Exists()
    - ElementDescription.Exists(Int32) + ElementDescription.Exists(int)
    ElementDescription.Click() @@ -113,37 +113,37 @@
    Inherited Members
    ElementDescription.Perform(Action)
    - ElementDescription.Perform(Func<String, IWebElement>, String) + ElementDescription.Perform(Func<string, IWebElement>, string)
    - ElementDescription.Perform(Action<String>, String) + ElementDescription.Perform(Action<string>, string)
    - ElementDescription.Perform(Action<Int32>, Int32) + ElementDescription.Perform(Action<int>, int)
    - ElementDescription.Perform(Func<Boolean>) + ElementDescription.Perform(Func<bool>)
    - ElementDescription.Perform(Func<Byte[]>) + ElementDescription.Perform(Func<byte[]>)
    ElementDescription.GetScreenshot()
    - ElementDescription.Perform(Func<String>) + ElementDescription.Perform(Func<string>)
    - ElementDescription.Perform(Func<String, String>, String) + ElementDescription.Perform(Func<string, string>, string)
    ElementDescription.InternalClick()
    - ElementDescription.SendKeys(String) + ElementDescription.SendKeys(string)
    - ElementDescription.SetValue(String) + ElementDescription.SetValue(string)
    ElementDescription.GetText() @@ -164,10 +164,10 @@
    Inherited Members
    ElementDescription.Clear()
    - ElementDescription.GetAttribute(String) + ElementDescription.GetAttribute(string)
    - ElementDescription.GetProperty(String) + ElementDescription.GetProperty(string)
    ElementDescription.FindElements(By) @@ -176,10 +176,10 @@
    Inherited Members
    ElementDescription.FindElements()
    - ElementDescription.FindElements(Int32) + ElementDescription.FindElements(int)
    -
    Namespace: AxaFrance.WebEngine.MobileApp
    +
    Namespace: AxaFrance.WebEngine.MobileApp
    Assembly: AxaFrance.WebEngine.MobileApp.dll
    Syntax
    @@ -265,7 +265,7 @@
    Property Value
    - + @@ -296,7 +296,7 @@
    Property Value
    - + @@ -327,7 +327,7 @@
    Property Value
    - + @@ -358,7 +358,7 @@
    Property Value
    - + @@ -389,7 +389,7 @@
    Property Value
    - + @@ -420,7 +420,7 @@
    Property Value
    - + @@ -451,7 +451,7 @@
    Property Value
    - + @@ -482,7 +482,7 @@
    Property Value
    - + @@ -513,7 +513,7 @@
    Property Value
    - + @@ -615,7 +615,7 @@
    Returns
    - + @@ -649,7 +649,7 @@
    Returns
    - + @@ -681,7 +681,7 @@
    Declaration
    View Source -

    ScrollIntoView(ScrollDirection, Int32)

    +

    ScrollIntoView(ScrollDirection, int)

    Tries to bring current element into viewport. This method will scroll the page multiple times to make the element visible. If after the maximum scroll action and the element is still not visible, the method will return false.

    @@ -708,7 +708,7 @@
    Parameters
    - + @@ -725,7 +725,7 @@
    Returns
    - + @@ -739,7 +739,7 @@
    Returns
    View Source -

    ScrollIntoView(Int32)

    +

    ScrollIntoView(int)

    Tries to bring current element into viewport. This method will scroll down the page multiple times to make the element visible. If after the maximum scroll action and the element is still not visible, the method will return false.

    @@ -760,7 +760,7 @@
    Parameters
    - + @@ -776,7 +776,7 @@
    Returns
    - + @@ -824,14 +824,14 @@
    Returns
    - +
    List<Variable>List<Variable> this

    The working List<Variables>

    Stringstring name

    The name of the parameter.

    Stringstring
    Stringstring
    Stringstring
    Stringstring
    Stringstring
    Stringstring
    Stringstring
    Stringstring
    Stringstring
    IReadOnlyCollection<IWebElement>IReadOnlyCollection<IWebElement>

    Identified test objects

    Byte[]byte[]

    The screenshot image in RAW Binary data format.

    Int32int maxSwipe

    The maximum number of swipe action to make the element visible

    Booleanbool

    True if the element is visible after scrolling. False when the element is not visible.

    Int32int maxSwipe
    Booleanbool

    True if the element is visible after scrolling. False when the element is not visible.

    Stringstring

    A string representation of this AppElementDescription

    Overrides
    -
    System.Object.ToString()
    +
    object.ToString()
    diff --git a/docs/api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html b/docs/api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html index 4e55bc0..92c5dcb 100644 --- a/docs/api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html +++ b/docs/api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    AppFactory
    -

    Namespace: AxaFrance.WebEngine.MobileApp
    +
    Namespace: AxaFrance.WebEngine.MobileApp
    Assembly: AxaFrance.WebEngine.MobileApp.dll
    Syntax
    @@ -92,7 +92,7 @@

    Methods Edit this page - View Source + View Source

    ActionBack(AppiumDriver)

    @@ -126,7 +126,7 @@
    Parameters
    Edit this page - View Source + View Source

    GetDriver(Platform)

    @@ -173,19 +173,19 @@
    Returns
    | - Edit this page + Edit this page - View Source + View Source -

    SwitchContext(AppiumDriver, String)

    +

    SwitchContext(AppiumDriver, string, int)

    Switch current context within a hybird application (native Application with web views)

    Declaration
    -
    public static void SwitchContext(AppiumDriver appiumDriver, string targetContext)
    +
    public static void SwitchContext(AppiumDriver appiumDriver, string targetContext, int timeoutInSeconds)
    Parameters
    @@ -200,12 +200,20 @@
    Parameters
    - + - + - + + + + + +
    AppiumDriver appiumDriver

    appiumDriver instance

    +
    Stringstring targetContext

    The prefix of the

    +
    inttimeoutInSeconds

    Time in seconds to wait until

    +
    @@ -236,7 +244,7 @@
    Exceptions
    Edit this page
  • - View Source + View Source
  • diff --git a/docs/api_net/AxaFrance.WebEngine.MobileApp.ScrollDirection.html b/docs/api_net/AxaFrance.WebEngine.MobileApp.ScrollDirection.html index 2bd8f54..d54021e 100644 --- a/docs/api_net/AxaFrance.WebEngine.MobileApp.ScrollDirection.html +++ b/docs/api_net/AxaFrance.WebEngine.MobileApp.ScrollDirection.html @@ -75,7 +75,7 @@

    Defines the direction of the scroll.

    -

    Namespace: AxaFrance.WebEngine.MobileApp
    +
    Namespace: AxaFrance.WebEngine.MobileApp
    Assembly: AxaFrance.WebEngine.MobileApp.dll
    Syntax
    diff --git a/docs/api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html b/docs/api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html index 5ef402d..69f95c0 100644 --- a/docs/api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html +++ b/docs/api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html @@ -76,7 +76,7 @@

    Inheritance
    -
    Object
    +
    object
    SharedActionBase
    SharedActionApp
    @@ -95,25 +95,28 @@
    Inherited Members
    SharedActionBase.testCase
    - SharedActionBase.DoAction(Type, TestCase, Object, List<Variable>, ActionReport, Variable[]) + SharedActionBase.DoAction(Type, TestCase, object, List<Variable>, ActionReport, params Variable[])
    - SharedActionBase.DoAction(Type, Object, List<Variable>, ActionReport, Variable[]) + SharedActionBase.DoAction(Type, object, List<Variable>, ActionReport, params Variable[])
    - SharedActionBase.DoAction(Type, Object, List<Variable>, Variable[]) + SharedActionBase.DoAction(Type, object, List<Variable>, params Variable[])
    - SharedActionBase.DoActionWithCheckpoint(Type, Object, List<Variable>, ActionReport, Variable[]) + SharedActionBase.DoActionWithCheckpoint(Type, object, List<Variable>, ActionReport, params Variable[])
    - SharedActionBase.DoActionWithCheckpoint(Type, Object, List<Variable>, SharedActionBase, Variable[]) + SharedActionBase.DoActionWithCheckpoint(Type, object, List<Variable>, SharedActionBase, params Variable[])
    - SharedActionBase.GetParameter(IEnumerable<Variable>, String) + SharedActionBase.GetParameter(IEnumerable<Variable>, string)
    - SharedActionBase.GetParameter(String) + SharedActionBase.StopTestCase() +
    +
    + SharedActionBase.GetParameter(string)
    SharedActionBase.Parameters @@ -125,7 +128,7 @@
    Inherited Members
    SharedActionBase.Information
    - SharedActionBase.GetType(String) + SharedActionBase.GetType(string)
    SharedActionBase.Global @@ -137,7 +140,7 @@
    Inherited Members
    SharedActionBase.Screenshots
    -
    Namespace: AxaFrance.WebEngine.MobileApp
    +
    Namespace: AxaFrance.WebEngine.MobileApp
    Assembly: AxaFrance.WebEngine.MobileApp.dll
    Syntax
    @@ -222,7 +225,7 @@
    Field Value
    - String + string @@ -272,7 +275,7 @@
    Parameters
    View Source -

    DoAction(Object)

    +

    DoAction(object)

    Run the implemented test script for the current test action (Keyword) using the Appium driver provited as context.

    @@ -291,7 +294,7 @@
    Parameters
    - Object + object Context

    An AppiumDriver object, which refereces to an connection to the Mobile Application.

    @@ -299,7 +302,7 @@
    Parameters
    Overrides
    -
    SharedActionBase.DoAction(Object)
    +
    SharedActionBase.DoAction(object)
    | Edit this page @@ -343,7 +346,7 @@
    Returns
    - Boolean + bool

    true if the check passed or false if the check failed

    @@ -360,7 +363,7 @@
    View Source -

    DoCheckpoint(Object)

    +

    DoCheckpoint(object)

    Checkpoint is executed after the test script DoAction to verify if there are blocking errors.

    @@ -379,7 +382,7 @@
    Parameters
    - Object + object Context

    The current testing context, AppiumDriver.

    @@ -396,14 +399,14 @@
    Returns
    - Boolean -

    A System.Boolean value indicates if there are blocking errors..

    + bool +

    A bool value indicates if there are blocking errors..

    Overrides
    -
    SharedActionBase.DoCheckpoint(Object)
    +
    SharedActionBase.DoCheckpoint(object)
    | Edit this page @@ -427,7 +430,7 @@
    Declaration
    View Source
    -

    Screenshot(String)

    +

    Screenshot(string)

    Provide screen-shot in the report

    @@ -446,14 +449,14 @@
    Parameters
    - String + string name
    Overrides
    -
    SharedActionBase.Screenshot(String)
    +
    SharedActionBase.Screenshot(string)
    | Edit this page @@ -462,8 +465,8 @@
    Overrides
    View Source
    -

    SwitchContext(String)

    -

    For Hybird application, use this method to switch to one of Webview or switch back to NATIVE_APP.

    +

    SwitchContext(string)

    +

    For Hybird application, use this method to switch to one of WEBVIEW or switch back to NATIVE_APP.

    Declaration
    @@ -481,13 +484,69 @@
    Parameters
    - String + string targetContext

    the prefix of the target context to switch.

    + + | + Edit this page + + + View Source + + +

    SwitchContext(string, int)

    +

    For Hybird application, use this method to switch to one of WEBVIEW or switch back to NATIVE_APP.

    +
    +
    +
    Declaration
    +
    +
    public void SwitchContext(string targetContext, int timeout)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    stringtargetContext

    the prefix of the target context to switch.

    +
    inttimeout

    Time to wait until the context is in the list

    +
    + + | + Edit this page + + + View Source + + +

    SwitchToNativeApp()

    +

    For Hybird application, use this method to switch to NATIVE_APP context if you are working on Webview previously.

    +
    +
    +
    Declaration
    +
    +
    public void SwitchToNativeApp()
    +
    diff --git a/docs/api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html b/docs/api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html index e67f61e..60d09ff 100644 --- a/docs/api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html +++ b/docs/api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html @@ -76,7 +76,7 @@

    Inheritance
    -
    Object
    +
    object
    TestCase
    TestCaseApp
    @@ -119,10 +119,10 @@
    Inherited Members
    TestCase.testCaseReport
    - TestCase.Run(TestCaseReport, Boolean) + TestCase.Run(TestCaseReport, bool)
    -
    Namespace: AxaFrance.WebEngine.MobileApp
    +
    Namespace: AxaFrance.WebEngine.MobileApp
    Assembly: AxaFrance.WebEngine.MobileApp.dll
    Syntax
    @@ -156,7 +156,7 @@
    Returns
    - String + string

    Detailed information about the clean up

    diff --git a/docs/api_net/AxaFrance.WebEngine.MobileApp.TestSuiteApp.html b/docs/api_net/AxaFrance.WebEngine.MobileApp.TestSuiteApp.html index ac6ec37..69684e6 100644 --- a/docs/api_net/AxaFrance.WebEngine.MobileApp.TestSuiteApp.html +++ b/docs/api_net/AxaFrance.WebEngine.MobileApp.TestSuiteApp.html @@ -76,7 +76,7 @@

    Inheritance
    -
    Object
    +
    object
    TestSuite
    TestSuiteApp
    @@ -92,7 +92,7 @@
    Inherited Members
    TestSuite.Run() -
    Namespace: AxaFrance.WebEngine.MobileApp
    +
    Namespace: AxaFrance.WebEngine.MobileApp
    Assembly: AxaFrance.WebEngine.MobileApp.dll
    Syntax
    diff --git a/docs/api_net/AxaFrance.WebEngine.NetworkRequest.html b/docs/api_net/AxaFrance.WebEngine.NetworkRequest.html index 324b967..3eb22f0 100644 --- a/docs/api_net/AxaFrance.WebEngine.NetworkRequest.html +++ b/docs/api_net/AxaFrance.WebEngine.NetworkRequest.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    NetworkRequest
    -
    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -114,7 +114,7 @@
    Property Value
    - Nullable<TimeSpan> + TimeSpan? @@ -145,7 +145,7 @@
    Property Value
    - Boolean + bool @@ -176,7 +176,7 @@
    Property Value
    - String + string @@ -207,7 +207,7 @@
    Property Value
    - Nullable<DateTime> + DateTime? @@ -238,7 +238,7 @@
    Property Value
    - Int64 + long @@ -269,7 +269,7 @@
    Property Value
    - Int64 + long @@ -300,7 +300,7 @@
    Property Value
    - String + string @@ -331,7 +331,7 @@
    Property Value
    - String + string @@ -362,7 +362,7 @@
    Property Value
    - Nullable<DateTime> + DateTime? @@ -393,7 +393,7 @@
    Property Value
    - Int64 + long @@ -424,7 +424,7 @@
    Property Value
    - Int64 + long @@ -455,7 +455,7 @@
    Property Value
    - String + string diff --git a/docs/api_net/AxaFrance.WebEngine.Platform.html b/docs/api_net/AxaFrance.WebEngine.Platform.html index eed304d..d255015 100644 --- a/docs/api_net/AxaFrance.WebEngine.Platform.html +++ b/docs/api_net/AxaFrance.WebEngine.Platform.html @@ -75,7 +75,7 @@

    The platform of the test on Noeud Selection

    -
    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -94,11 +94,6 @@

    Fields Android

    Android devices: Phones and Tablets

    - - - - iOS -

    iOS devices: iPhones and iPads

    @@ -109,6 +104,11 @@

    Fields Windows

    Default value: Windows

    + + + + iOS +

    iOS devices: iPhones and iPads

    diff --git a/docs/api_net/AxaFrance.WebEngine.Report.ActionReport.html b/docs/api_net/AxaFrance.WebEngine.Report.ActionReport.html index 0cc83c5..b0a881d 100644 --- a/docs/api_net/AxaFrance.WebEngine.Report.ActionReport.html +++ b/docs/api_net/AxaFrance.WebEngine.Report.ActionReport.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    ActionReport
    -
    Namespace: AxaFrance.WebEngine.Report
    +
    Namespace: AxaFrance.WebEngine.Report
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -114,7 +114,7 @@
    Property Value
    - List<Variable> + List<Variable> @@ -145,7 +145,7 @@
    Property Value
    - TimeSpan + TimeSpan @@ -176,7 +176,7 @@
    Property Value
    - String + string @@ -190,7 +190,7 @@
    Property Value

    EndTime

    -

    The System.DateTime when the action is end. (including the time used to run checkpoint)

    +

    The DateTime when the action is end. (including the time used to run checkpoint)

    Declaration
    @@ -207,7 +207,7 @@
    Property Value
    - DateTime + DateTime @@ -238,7 +238,7 @@
    Property Value
    - String + string @@ -269,7 +269,7 @@
    Property Value
    - String + string @@ -300,7 +300,7 @@
    Property Value
    - String + string @@ -362,7 +362,7 @@
    Property Value
    - List<ScreenshotReport> + List<ScreenshotReport> @@ -376,7 +376,7 @@
    Property Value

    StartTime

    -

    The System.DateTime when the action is started.

    +

    The DateTime when the action is started.

    Declaration
    @@ -393,7 +393,7 @@
    Property Value
    - DateTime + DateTime @@ -424,7 +424,7 @@
    Property Value
    - List<ActionReport> + List<ActionReport> diff --git a/docs/api_net/AxaFrance.WebEngine.Report.AdditionalData.html b/docs/api_net/AxaFrance.WebEngine.Report.AdditionalData.html index db324a2..38bb33b 100644 --- a/docs/api_net/AxaFrance.WebEngine.Report.AdditionalData.html +++ b/docs/api_net/AxaFrance.WebEngine.Report.AdditionalData.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    AdditionalData
    -
    Namespace: AxaFrance.WebEngine.Report
    +
    Namespace: AxaFrance.WebEngine.Report
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -114,7 +114,7 @@
    Property Value
    - String + string @@ -145,7 +145,7 @@
    Property Value
    - Byte[] + byte[] diff --git a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.html b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.html index a70a2eb..ab26ce9 100644 --- a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.html +++ b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.html @@ -79,10 +79,6 @@

    tests

    testsuiteProperty

    -

    testsuites

    -
    -

    testsuitesTestsuite

    -

    testsuiteTestcase

    testsuiteTestcaseError

    @@ -91,6 +87,10 @@

    testsuiteTestcaseSkipped

    +

    testsuites

    +
    +

    testsuitesTestsuite

    +
    diff --git a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html index 535a9d4..03356f7 100644 --- a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html +++ b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html @@ -75,11 +75,11 @@

    Inheritance
    -
    Object
    +
    object
    testsuite
    testsuitesTestsuite
    -
    Namespace: AxaFrance.WebEngine.Report.JUnit
    +
    Namespace: AxaFrance.WebEngine.Report.JUnit
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -113,7 +113,7 @@
    Property Value
    - Int32 + int @@ -143,7 +143,7 @@
    Property Value
    - Int32 + int @@ -173,7 +173,7 @@
    Property Value
    - String + string @@ -203,7 +203,7 @@
    Property Value
    - String + string @@ -263,7 +263,7 @@
    Property Value
    - Int32 + int @@ -293,7 +293,7 @@
    Property Value
    - Boolean + bool @@ -323,7 +323,7 @@
    Property Value
    - String + string @@ -353,7 +353,7 @@
    Property Value
    - String + string @@ -413,7 +413,7 @@
    Property Value
    - Int32 + int @@ -443,7 +443,7 @@
    Property Value
    - Decimal + decimal @@ -473,7 +473,7 @@
    Property Value
    - DateTime + DateTime diff --git a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html index c389b4c..0d31057 100644 --- a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html +++ b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html @@ -75,10 +75,10 @@

    Inheritance
    -
    Object
    +
    object
    testsuiteProperty
    -
    Namespace: AxaFrance.WebEngine.Report.JUnit
    +
    Namespace: AxaFrance.WebEngine.Report.JUnit
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -112,7 +112,7 @@
    Property Value
    - String + string @@ -142,7 +142,7 @@
    Property Value
    - String + string diff --git a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html index b656fc5..ae715a2 100644 --- a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html +++ b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html @@ -75,10 +75,10 @@

    Inheritance
    -
    Object
    +
    object
    testsuiteTestcase
    -
    Namespace: AxaFrance.WebEngine.Report.JUnit
    +
    Namespace: AxaFrance.WebEngine.Report.JUnit
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -89,18 +89,18 @@

    Properties

    | - Edit this page + Edit this page - View Source + View Source - -

    classname

    + +

    Item

    Declaration
    -
    public string classname { get; set; }
    +
    public object Item { get; set; }
    Property Value
    @@ -112,25 +112,25 @@
    Property Value
    - +
    Stringobject
    | - Edit this page + Edit this page - View Source + View Source - -

    Item

    + +

    classname

    Declaration
    -
    public object Item { get; set; }
    +
    public string classname { get; set; }
    Property Value
    @@ -142,7 +142,7 @@
    Property Value
    - + @@ -172,7 +172,7 @@
    Property Value
    - + @@ -202,7 +202,7 @@
    Property Value
    - + diff --git a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html index fb48b01..2892698 100644 --- a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html +++ b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html @@ -75,10 +75,10 @@

    Inheritance
    -
    Object
    +
    object
    testsuiteTestcaseError
    -

    Namespace: AxaFrance.WebEngine.Report.JUnit
    +
    Namespace: AxaFrance.WebEngine.Report.JUnit
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -89,18 +89,18 @@

    Properties

    | - Edit this page + Edit this page - View Source + View Source - -

    message

    + +

    Value

    Declaration
    -
    public string message { get; set; }
    +
    public string Value { get; set; }
    Property Value
    Objectstring
    Stringstring
    Decimaldecimal
    @@ -112,25 +112,25 @@
    Property Value
    - +
    Stringstring
    | - Edit this page + Edit this page - View Source + View Source - -

    type

    + +

    message

    Declaration
    -
    public string type { get; set; }
    +
    public string message { get; set; }
    Property Value
    @@ -142,25 +142,25 @@
    Property Value
    - +
    Stringstring
    | - Edit this page + Edit this page - View Source + View Source - -

    Value

    + +

    type

    Declaration
    -
    public string Value { get; set; }
    +
    public string type { get; set; }
    Property Value
    @@ -172,7 +172,7 @@
    Property Value
    - + diff --git a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html index 20a3ebe..25eb8cc 100644 --- a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html +++ b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html @@ -75,10 +75,10 @@

    Inheritance
    -
    Object
    +
    object
    testsuiteTestcaseFailure
    -

    Namespace: AxaFrance.WebEngine.Report.JUnit
    +
    Namespace: AxaFrance.WebEngine.Report.JUnit
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -89,18 +89,18 @@

    Properties

    | - Edit this page + Edit this page - View Source + View Source - -

    message

    + +

    Value

    Declaration
    -
    public string message { get; set; }
    +
    public string Value { get; set; }
    Property Value
    Stringstring
    @@ -112,25 +112,25 @@
    Property Value
    - +
    Stringstring
    | - Edit this page + Edit this page - View Source + View Source - -

    type

    + +

    message

    Declaration
    -
    public string type { get; set; }
    +
    public string message { get; set; }
    Property Value
    @@ -142,25 +142,25 @@
    Property Value
    - +
    Stringstring
    | - Edit this page + Edit this page - View Source + View Source - -

    Value

    + +

    type

    Declaration
    -
    public string Value { get; set; }
    +
    public string type { get; set; }
    Property Value
    @@ -172,7 +172,7 @@
    Property Value
    - + diff --git a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html index f59baa3..2e15a14 100644 --- a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html +++ b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html @@ -75,10 +75,10 @@

    Inheritance
    -
    Object
    +
    object
    testsuiteTestcaseSkipped
    -

    Namespace: AxaFrance.WebEngine.Report.JUnit
    +
    Namespace: AxaFrance.WebEngine.Report.JUnit
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -89,18 +89,18 @@

    Properties

    | - Edit this page + Edit this page - View Source + View Source - -

    message

    + +

    Value

    Declaration
    -
    public string message { get; set; }
    +
    public string Value { get; set; }
    Property Value
    Stringstring
    @@ -112,25 +112,25 @@
    Property Value
    - +
    Stringstring
    | - Edit this page + Edit this page - View Source + View Source - -

    Value

    + +

    message

    Declaration
    -
    public string Value { get; set; }
    +
    public string message { get; set; }
    Property Value
    @@ -142,7 +142,7 @@
    Property Value
    - + diff --git a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuites.html b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuites.html index 76c222a..2971825 100644 --- a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuites.html +++ b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuites.html @@ -75,10 +75,10 @@

    Inheritance
    -
    Object
    +
    object
    testsuites
    -

    Namespace: AxaFrance.WebEngine.Report.JUnit
    +
    Namespace: AxaFrance.WebEngine.Report.JUnit
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    diff --git a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html index 0077b6c..5bf8673 100644 --- a/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html +++ b/docs/api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html @@ -75,7 +75,7 @@

    Inheritance
    -
    Object
    +
    object
    testsuite
    testsuitesTestsuite
    @@ -121,7 +121,7 @@
    Inherited Members
    testsuite.time -
    Namespace: AxaFrance.WebEngine.Report.JUnit
    +
    Namespace: AxaFrance.WebEngine.Report.JUnit
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -155,7 +155,7 @@
    Property Value
    - + @@ -185,7 +185,7 @@
    Property Value
    - + diff --git a/docs/api_net/AxaFrance.WebEngine.Report.ReportHelper.html b/docs/api_net/AxaFrance.WebEngine.Report.ReportHelper.html index 93a5480..07c29f1 100644 --- a/docs/api_net/AxaFrance.WebEngine.Report.ReportHelper.html +++ b/docs/api_net/AxaFrance.WebEngine.Report.ReportHelper.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    ReportHelper
    -

    Namespace: AxaFrance.WebEngine.Report
    +
    Namespace: AxaFrance.WebEngine.Report
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -95,7 +95,7 @@

    Methods View Source -

    GenerateHtmlReport(TestSuiteReport, String, String)

    +

    GenerateHtmlReport(TestSuiteReport, string, string)

    Generates HTML report from standard WebEngine report

    @@ -120,13 +120,13 @@
    Parameters
    - + - + @@ -143,7 +143,7 @@
    Returns
    - + @@ -156,7 +156,7 @@
    Returns
    View Source -

    GenerateJUnitReport(TestSuiteReport, String, String)

    +

    GenerateJUnitReport(TestSuiteReport, string, string)

    Generates JUnit test result format from standard WebEngine report

    @@ -181,13 +181,13 @@
    Parameters
    - + - + @@ -204,7 +204,7 @@
    Returns
    - + @@ -217,7 +217,7 @@
    Returns
    View Source -

    LoadReport(String, out String)

    +

    LoadReport(string, out string)

    Load WebEngine Report from File

    @@ -236,13 +236,13 @@
    Parameters
    - + - + diff --git a/docs/api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html b/docs/api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html index ba7b92c..1754740 100644 --- a/docs/api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html +++ b/docs/api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    ScreenshotReport
    -

    Namespace: AxaFrance.WebEngine.Report
    +
    Namespace: AxaFrance.WebEngine.Report
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -114,7 +114,7 @@
    Property Value
    - + @@ -145,7 +145,7 @@
    Property Value
    - + @@ -176,7 +176,7 @@
    Property Value
    - + diff --git a/docs/api_net/AxaFrance.WebEngine.Report.TestCaseReport.html b/docs/api_net/AxaFrance.WebEngine.Report.TestCaseReport.html index d14ce05..6c2e62c 100644 --- a/docs/api_net/AxaFrance.WebEngine.Report.TestCaseReport.html +++ b/docs/api_net/AxaFrance.WebEngine.Report.TestCaseReport.html @@ -76,16 +76,34 @@

    Inheritance
    -
    Object
    +
    object
    TestCaseReport
    -

    Namespace: AxaFrance.WebEngine.Report
    +
    Namespace: AxaFrance.WebEngine.Report
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    [Serializable]
     public class TestCaseReport
    +

    Constructors +

    + + | + Edit this page + + + View Source + + +

    TestCaseReport()

    +

    Initializes a new instance of the TestCaseReport class.

    +
    +
    +
    Declaration
    +
    +
    public TestCaseReport()
    +

    Properties

    @@ -93,7 +111,7 @@

    Properties Edit this page - View Source + View Source

    ActionReports

    @@ -114,7 +132,7 @@
    Property Value
    - + @@ -124,7 +142,7 @@
    Property Value
    Edit this page - View Source + View Source

    AttachedData

    @@ -145,7 +163,7 @@
    Property Value
    - + @@ -155,7 +173,7 @@
    Property Value
    Edit this page - View Source + View Source

    ContextValues

    @@ -176,7 +194,7 @@
    Property Value
    - + @@ -186,7 +204,7 @@
    Property Value
    Edit this page - View Source + View Source

    Duration

    @@ -207,7 +225,7 @@
    Property Value
    - + @@ -217,7 +235,7 @@
    Property Value
    Edit this page - View Source + View Source

    DurationText

    @@ -238,7 +256,7 @@
    Property Value
    - + @@ -248,11 +266,11 @@
    Property Value
    Edit this page - View Source + View Source

    EndTime

    -

    The System.DateTime when the test execution for the test case ends.

    +

    The DateTime when the test execution for the test case ends.

    Declaration
    @@ -269,7 +287,7 @@
    Property Value
    - + @@ -279,7 +297,7 @@
    Property Value
    Edit this page - View Source + View Source

    GlobalContextValues

    @@ -300,7 +318,7 @@
    Property Value
    - + @@ -310,7 +328,7 @@
    Property Value
    Edit this page - View Source + View Source

    Id

    @@ -331,7 +349,7 @@
    Property Value
    - + @@ -341,7 +359,7 @@
    Property Value
    Edit this page - View Source + View Source

    Log

    @@ -362,7 +380,7 @@
    Property Value
    - + @@ -372,7 +390,7 @@
    Property Value
    Edit this page - View Source + View Source

    Result

    @@ -403,11 +421,11 @@
    Property Value
    Edit this page - View Source + View Source

    StartTime

    -

    The System.DateTime when the test is started for execution.

    +

    The DateTime when the test is started for execution.

    Declaration
    @@ -424,7 +442,7 @@
    Property Value
    - + @@ -434,7 +452,7 @@
    Property Value
    Edit this page - View Source + View Source

    TestData

    @@ -455,7 +473,7 @@
    Property Value
    - + @@ -465,7 +483,7 @@
    Property Value
    Edit this page - View Source + View Source

    TestName

    @@ -486,7 +504,7 @@
    Property Value
    - + @@ -498,10 +516,10 @@

    Methods Edit this page - View Source + View Source -

    Attach(Object, String)

    +

    Attach(object, string)

    Attach an object to the test report

    @@ -520,13 +538,13 @@
    Parameters
    - + - + @@ -538,10 +556,10 @@
    Parameters
    Edit this page - View Source + View Source -

    AttachFile(String, String)

    +

    AttachFile(string, string)

    Attach an external file to the test report.

    @@ -560,13 +578,13 @@
    Parameters
    - + - + diff --git a/docs/api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html b/docs/api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html index 55fdd72..f33fb38 100644 --- a/docs/api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html +++ b/docs/api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    TestSuiteReport
    -

    Namespace: AxaFrance.WebEngine.Report
    +
    Namespace: AxaFrance.WebEngine.Report
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -132,7 +132,7 @@
    Property Value
    - + @@ -146,7 +146,7 @@
    Property Value

    EndTime

    -

    The System.DateTime when the test execution for the testsuite ends.

    +

    The DateTime when the test execution for the testsuite ends.

    Declaration
    @@ -163,7 +163,7 @@
    Property Value
    - + @@ -225,7 +225,7 @@
    Property Value
    - + @@ -259,7 +259,7 @@
    Property Value
    - + @@ -290,7 +290,7 @@
    Property Value
    - + @@ -324,7 +324,7 @@
    Property Value
    - + @@ -341,7 +341,7 @@
    Remarks

    StartTime

    -

    The System.DateTime when the test suite is started for execution.

    +

    The DateTime when the test suite is started for execution.

    Declaration
    @@ -358,7 +358,7 @@
    Property Value
    - + @@ -389,7 +389,7 @@
    Property Value
    - + @@ -420,7 +420,7 @@
    Property Value
    - + @@ -451,7 +451,7 @@
    Property Value
    - + @@ -463,10 +463,10 @@

    Methods Edit this page - View Source + View Source -

    GenereteCSV(String, String, Boolean)

    +

    GenereteCSV(string, string, bool)

    Generates a CSV file contains all the ContextValues and GlobalContextValues into an CSV file.

    @@ -485,19 +485,19 @@
    Parameters
    - + - + - + @@ -509,10 +509,10 @@
    Parameters
    Edit this page - View Source + View Source -

    SaveAs(String, String, Boolean)

    +

    SaveAs(string, string, bool)

    Write the test results into an XML file

    @@ -531,19 +531,19 @@
    Parameters
    - + - + - + @@ -560,7 +560,7 @@
    Returns
    - + diff --git a/docs/api_net/AxaFrance.WebEngine.ReportSettings.html b/docs/api_net/AxaFrance.WebEngine.ReportSettings.html index 8da3248..83de3c6 100644 --- a/docs/api_net/AxaFrance.WebEngine.ReportSettings.html +++ b/docs/api_net/AxaFrance.WebEngine.ReportSettings.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    ReportSettings
    -

    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -114,7 +114,7 @@
    Property Value
    - + @@ -145,7 +145,7 @@
    Property Value
    - + @@ -176,7 +176,7 @@
    Property Value
    - + @@ -207,7 +207,7 @@
    Property Value
    - + @@ -238,7 +238,7 @@
    Property Value
    - + @@ -269,7 +269,7 @@
    Property Value
    - + diff --git a/docs/api_net/AxaFrance.WebEngine.ResourceUsageReport.html b/docs/api_net/AxaFrance.WebEngine.ResourceUsageReport.html index faa99ca..5c6227f 100644 --- a/docs/api_net/AxaFrance.WebEngine.ResourceUsageReport.html +++ b/docs/api_net/AxaFrance.WebEngine.ResourceUsageReport.html @@ -76,15 +76,15 @@

    Inheritance
    -
    Object
    +
    object
    ResourceUsageReport
    ResourceUsageReportSelenium
    Implements
    -
    IDisposable
    +
    IDisposable
    -

    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -118,7 +118,7 @@
    Property Value
    - + @@ -149,7 +149,7 @@
    Property Value
    - + @@ -190,7 +190,7 @@
    Declaration

    Implements

    - System.IDisposable + IDisposable
    diff --git a/docs/api_net/AxaFrance.WebEngine.Result.html b/docs/api_net/AxaFrance.WebEngine.Result.html index d41d886..2f3c55b 100644 --- a/docs/api_net/AxaFrance.WebEngine.Result.html +++ b/docs/api_net/AxaFrance.WebEngine.Result.html @@ -75,7 +75,7 @@

    Represent the result of a TestStep or an Action

    -

    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    diff --git a/docs/api_net/AxaFrance.WebEngine.Settings.html b/docs/api_net/AxaFrance.WebEngine.Settings.html index 4d106eb..540a4a9 100644 --- a/docs/api_net/AxaFrance.WebEngine.Settings.html +++ b/docs/api_net/AxaFrance.WebEngine.Settings.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    Settings
    -
    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -114,7 +114,7 @@
    Property Value
    - + @@ -150,7 +150,7 @@
    Property Value
    - + @@ -181,7 +181,7 @@
    Property Value
    - + @@ -243,7 +243,7 @@
    Property Value
    - + @@ -274,7 +274,7 @@
    Property Value
    - + @@ -305,7 +305,7 @@
    Property Value
    - + @@ -336,7 +336,7 @@
    Property Value
    - + @@ -367,7 +367,7 @@
    Property Value
    - + @@ -399,7 +399,7 @@
    Property Value
    - + @@ -431,7 +431,7 @@
    Property Value
    - + @@ -493,7 +493,7 @@
    Property Value
    - + @@ -524,7 +524,7 @@
    Property Value
    - + @@ -556,7 +556,7 @@
    Property Value
    - + @@ -587,7 +587,7 @@
    Property Value
    - + @@ -618,7 +618,7 @@
    Property Value
    - + @@ -649,7 +649,7 @@
    Property Value
    - + @@ -742,7 +742,7 @@
    Property Value
    - + @@ -773,7 +773,7 @@
    Property Value
    - + @@ -804,7 +804,7 @@
    Property Value
    - + @@ -837,7 +837,7 @@
    Property Value
    - + @@ -868,7 +868,7 @@
    Property Value
    - + @@ -899,7 +899,7 @@
    Property Value
    - + diff --git a/docs/api_net/AxaFrance.WebEngine.SharedActionBase.html b/docs/api_net/AxaFrance.WebEngine.SharedActionBase.html index 7f2f6e1..372a929 100644 --- a/docs/api_net/AxaFrance.WebEngine.SharedActionBase.html +++ b/docs/api_net/AxaFrance.WebEngine.SharedActionBase.html @@ -77,12 +77,12 @@

    Inheritance
    -
    Object
    +
    object
    SharedActionBase
    SharedActionApp
    SharedActionWeb
    -

    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -95,7 +95,7 @@

    Constructors Edit this page - View Source + View Source

    SharedActionBase(Variable[])

    @@ -131,7 +131,7 @@

    Fields Edit this page - View Source + View Source

    testCase

    @@ -162,7 +162,7 @@

    Properties Edit this page - View Source + View Source

    ActionReport

    @@ -193,7 +193,7 @@
    Property Value
    Edit this page - View Source + View Source

    ActionResult

    @@ -229,7 +229,7 @@
    Remarks
    Edit this page - View Source + View Source

    ContextValues

    @@ -250,7 +250,7 @@
    Property Value
    - + @@ -260,7 +260,7 @@
    Property Value
    Edit this page - View Source + View Source

    Global

    @@ -282,7 +282,7 @@
    Property Value
    - + @@ -292,7 +292,7 @@
    Property Value
    Edit this page - View Source + View Source

    Information

    @@ -315,7 +315,7 @@
    Property Value
    - + @@ -325,7 +325,7 @@
    Property Value
    Edit this page - View Source + View Source

    Parameters

    @@ -356,7 +356,7 @@
    Property Value
    Edit this page - View Source + View Source

    RequiredParameters

    @@ -389,7 +389,7 @@
    Property Value
    Edit this page - View Source + View Source

    Screenshots

    @@ -410,7 +410,7 @@
    Property Value
    - + @@ -442,7 +442,7 @@
    Property Value
    - + @@ -457,7 +457,7 @@

    Methods View Source -

    DoAction(Object)

    +

    DoAction(object)

    Implement DoAction() method to interact with your application (Click the links, Fill forms, Click buttons, ...) Of course, you can do any actions needed.

    @@ -477,7 +477,7 @@
    Parameters
    - + @@ -489,10 +489,10 @@
    Parameters
    Edit this page - View Source + View Source -

    DoAction(Type, TestCase, Object, List<Variable>, ActionReport, Variable[])

    +

    DoAction(Type, TestCase, object, List<Variable>, ActionReport, params Variable[])

    Declaration
    @@ -510,7 +510,7 @@
    Parameters
    - + @@ -520,12 +520,12 @@
    Parameters
    - + - + @@ -561,10 +561,10 @@
    Returns
    Edit this page - View Source + View Source -

    DoAction(Type, Object, List<Variable>, ActionReport, Variable[])

    +

    DoAction(Type, object, List<Variable>, ActionReport, params Variable[])

    Static function to run this shared action. the action:

    1. Check if all the required parameters are given, or by default using it's default value.
    2. @@ -588,19 +588,19 @@
      Parameters
    - + - + - + @@ -640,12 +640,12 @@
    Returns
    Edit this page - View Source + View Source -

    DoAction(Type, Object, List<Variable>, Variable[])

    +

    DoAction(Type, object, List<Variable>, params Variable[])

    Funaction to run an sub action from the current one. -This action reuses the DoAction(Type, Object, List<Variable>, ActionReport, Variable[]) and generates +This action reuses the DoAction(Type, object, List<Variable>, ActionReport, params Variable[]) and generates a ActionReport attached to SubActionReports

    @@ -664,19 +664,19 @@
    Parameters
    - + - + - + @@ -710,10 +710,10 @@
    Returns
    Edit this page - View Source + View Source -

    DoActionWithCheckpoint(Type, Object, List<Variable>, ActionReport, Variable[])

    +

    DoActionWithCheckpoint(Type, object, List<Variable>, ActionReport, params Variable[])

    Static function to execute and check the Shared Action

    This action calls internally DoAction() and DoCheckpoint() together. it is recommended to call this function within an action.

    @@ -733,19 +733,19 @@
    Parameters
    - + - + - + @@ -774,7 +774,7 @@
    Returns
    - + @@ -788,10 +788,10 @@
    Edit this page - View Source + View Source -

    DoActionWithCheckpoint(Type, Object, List<Variable>, SharedActionBase, Variable[])

    +

    DoActionWithCheckpoint(Type, object, List<Variable>, SharedActionBase, params Variable[])

    Static function to execute and check the Shared Action

    This action calls internally DoAction() and DoCheckpoint() together. it is recommended to call this function within an action.

    @@ -811,19 +811,19 @@
    Parameters
    - + - + - + @@ -852,7 +852,7 @@
    Returns
    - + @@ -866,10 +866,10 @@
    Edit this page - View Source + View Source -

    DoCheckpoint(Object)

    +

    DoCheckpoint(object)

    This method should be called after calling DoAction() Method in order to check whether the action is correctly running.

    @@ -888,7 +888,7 @@
    Parameters
    - + @@ -905,7 +905,7 @@
    Returns
    - + @@ -921,10 +921,10 @@
    Edit this page - View Source + View Source -

    GetParameter(IEnumerable<Variable>, String)

    +

    GetParameter(IEnumerable<Variable>, string)

    Get the value of the parameter from giving list. The value can be empty, but will never be null (unless it's value is intendedly changed by yourself) If the parameter does not exists, an exception will be thrown, to avoid this make sure the parameter is listed in RequiredParameters.

    @@ -944,13 +944,13 @@
    Parameters
    - + - + @@ -967,7 +967,7 @@
    Returns
    - + @@ -978,10 +978,10 @@
    Returns
    Edit this page - View Source + View Source -

    GetParameter(String)

    +

    GetParameter(string)

    Get the value of the parameter from giving list. The value can be empty, but will never be null (unless it's value is intendedly changed by yourself) If the parameter does not exists, an exception will be thrown, to avoid this make sure the parameter is listed in RequiredParameters.

    @@ -1001,7 +1001,7 @@
    Parameters
    - + @@ -1018,7 +1018,7 @@
    Returns
    - + @@ -1029,10 +1029,10 @@
    Returns
    Edit this page - View Source + View Source -

    GetType(String)

    +

    GetType(string)

    Get the Type of an SharedActionBase by its name.

    @@ -1051,7 +1051,7 @@
    Parameters
    - + @@ -1068,7 +1068,7 @@
    Returns
    - + @@ -1079,10 +1079,10 @@
    Returns
    Edit this page - View Source + View Source -

    Screenshot(String)

    +

    Screenshot(string)

    Provide screen-shot in the report

    @@ -1101,12 +1101,28 @@
    Parameters
    - +
    Stringstring
    Int32int
    Stringstring
    Stringstring testname

    The name of the test suite

    Stringstring outputPath

    The directory where the report should be generated

    Stringstring
    Stringstring testname

    The name of the test suite

    Stringstring outputPath

    The directory where the report should be generated.

    Stringstring
    Stringstring filename

    The path of the WebEngine Report file

    Stringstring content

    The content in XML of WebEngine Report file

    Byte[]byte[]
    Stringstring
    Stringstring
    List<ActionReport>List<ActionReport>
    List<AdditionalData>List<AdditionalData>
    List<Variable>List<Variable>
    TimeSpanTimeSpan
    Stringstring
    DateTimeDateTime
    List<Variable>List<Variable>
    Stringstring
    Stringstring
    DateTimeDateTime
    List<Variable>List<Variable>
    Stringstring
    Objectobject o

    object to attach, the object will be serialized as json

    Stringstring fileType

    the type of the file, possible values: AccessibilityReport, ResourceUsage

    Stringstring fileName

    the fullpath of the file.

    Stringstring fileType

    the type of the file, possible values: AccessibilityReport, ResourceUsage

    TimeSpanTimeSpan
    DateTimeDateTime
    Int32int
    Stringstring
    Int32int
    Int32int
    DateTimeDateTime
    Stringstring
    Stringstring
    List<TestCaseReport>List<TestCaseReport>
    Stringstring fileLocation

    The file location

    Stringstring seperator

    CSV separator. generally comma or semicolon.

    Booleanbool sort

    If the parameter should be in alphabet order.

    Stringstring path

    The path where the report file will be stored.

    Stringstring filePrefix

    the prefixe of the report (without .xml extension), suffixed automatially with the current datetime.

    Booleanbool uniqueName

    Whether the report name should be unique. True: the report name will be suffixed with timestamp, False: the report name will be fixed

    Stringstring

    the report Full Path name generated.

    Booleanbool
    Stringstring
    Booleanbool
    Stringstring
    Booleanbool
    Stringstring
    List<JavaScriptError>List<JavaScriptError>
    Dictionary<String, NetworkRequest>Dictionary<string, NetworkRequest>
    Booleanbool
    Stringstring
    Stringstring
    IEnumerable<String>IEnumerable<string>
    Stringstring
    Dictionary<String, Object>Dictionary<string, object>
    Stringstring
    Stringstring
    Booleanbool
    Stringstring
    Stringstring
    Stringstring
    Booleanbool
    Stringstring
    Stringstring
    Stringstring
    Stringstring
    Booleanbool
    Int32int
    Booleanbool
    Booleanbool
    Stringstring
    List<Variable>List<Variable>
    List<Variable>List<Variable>
    StringBuilderStringBuilder
    List<ScreenshotReport>List<ScreenshotReport>
    DateTimeDateTime
    Objectobject Context

    Application Context used for the action, for LeanFT actions, it will be an object of type AppModelBase

    TypeType sharedActionType
    Objectobject Context
    List<Variable>List<Variable> ContextValues
    TypeType sharedActionType

    the object type of sharedAction

    Objectobject Context

    The browser object

    List<Variable>List<Variable> ContextValues

    The stored context content to be shared and be used with other actions.

    TypeType sharedActionType

    the object type of sharedAction

    Objectobject Context

    The browser object

    List<Variable>List<Variable> ContextValues

    The stored context content to be shared and be used with other actions.

    TypeType sharedActionType

    the Type of the SharedAction to run

    Objectobject Context

    The Browser object

    List<Variable>List<Variable> ContextValues

    The stored context content to be shared and be used with other actions

    Booleanbool

    Boolean value indicates if the Action runs well and the checkpoint passes.

    TypeType sharedActionType

    the Type of the SharedAction to run

    Objectobject Context

    The Browser object

    List<Variable>List<Variable> ContextValues

    The stored context content to be shared and be used with other actions

    Booleanbool

    Boolean value indicates if the Action runs well and the checkpoint passes.

    Objectobject Context

    Application Context used for the checkpoint, for LeanFT actions, it will be an object of type AppModelBase

    Booleanbool

    True if the checkpoint is passed, or False if the checkpoint fails. if the return value is false, the test will be marked as failed.

    IEnumerable<Variable>IEnumerable<Variable> source

    the list of parameter where the parameter is in.

    Stringstring name

    the name of the parameter to find

    Stringstring

    the value of the giving parameter

    Stringstring name

    the name of the parameter to find

    Stringstring

    the value of the giving parameter

    Stringstring action

    the name of the shared action

    TypeType

    Type object of the action.

    Stringstring name
    + + | + Edit this page + + + View Source + + +

    StopTestCase()

    +

    If you want to stop the execution of current test case from this shared action, call this method.

    +
    +
    +
    Declaration
    +
    +
    protected void StopTestCase()
    +
    diff --git a/docs/api_net/AxaFrance.WebEngine.TestCase.html b/docs/api_net/AxaFrance.WebEngine.TestCase.html index fb345a9..3d3791e 100644 --- a/docs/api_net/AxaFrance.WebEngine.TestCase.html +++ b/docs/api_net/AxaFrance.WebEngine.TestCase.html @@ -76,12 +76,12 @@

    Inheritance
    -
    Object
    +
    object
    TestCase
    TestCaseApp
    TestCaseWeb
    -
    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -116,7 +116,7 @@
    Property Value
    - Object + object @@ -147,7 +147,7 @@
    Property Value
    - List<Variable> + List<Variable> @@ -179,7 +179,7 @@
    Property Value
    - StringBuilder + StringBuilder @@ -211,7 +211,7 @@
    Property Value
    - String + string @@ -242,7 +242,7 @@
    Property Value
    - DateTime + DateTime @@ -273,38 +273,7 @@
    Property Value
    - String - - - - - - | - Edit this page - - - View Source - - -

    testCaseReport

    -

    This is the TestCase report which will be updated during test.

    -
    -
    -
    Declaration
    -
    -
    protected TestCaseReport testCaseReport { get; set; }
    -
    -
    Property Value
    - - - - - - - - - - + @@ -429,7 +398,38 @@
    Property Value
    - + + + + +
    TypeDescription
    TestCaseReportstring
    Stringstring
    + + | + Edit this page + + + View Source + + +

    testCaseReport

    +

    This is the TestCase report which will be updated during test.

    +
    +
    +
    Declaration
    +
    +
    protected TestCaseReport testCaseReport { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + @@ -441,7 +441,7 @@

    Methods Edit this page - View Source + View Source

    Cleanup()

    @@ -462,7 +462,7 @@
    Returns
    - + @@ -504,7 +504,7 @@
    Returns
    Edit this page - View Source + View Source

    Initialize()

    @@ -523,7 +523,7 @@
    Declaration
    View Source -

    Run(TestCaseReport, Boolean)

    +

    Run(TestCaseReport, bool)

    This method will be called to run the current Test. Run calls automatically Initialize and Cleanup.

    @@ -548,7 +548,7 @@
    Parameters
    - + - + @@ -161,7 +161,7 @@

    Methods View Source -

    GetValue(String)

    +

    GetValue(string)

    Get the value of a test data.

    @@ -180,7 +180,7 @@
    Parameters
    - + @@ -197,7 +197,7 @@
    Returns
    - + @@ -214,7 +214,7 @@
    RemarksView Source -

    SetValue(String, String)

    +

    SetValue(string, string)

    Update a value of a parameter

    @@ -233,13 +233,13 @@
    Parameters
    - + - + @@ -257,7 +257,7 @@
    View Source -

    TryGetValue(String)

    +

    TryGetValue(string)

    Try gets the value of a test data.

    @@ -276,7 +276,7 @@
    Parameters
    - + @@ -293,7 +293,7 @@
    Returns
    - + diff --git a/docs/api_net/AxaFrance.WebEngine.TestStep.html b/docs/api_net/AxaFrance.WebEngine.TestStep.html index 40f3215..d36266e 100644 --- a/docs/api_net/AxaFrance.WebEngine.TestStep.html +++ b/docs/api_net/AxaFrance.WebEngine.TestStep.html @@ -77,10 +77,10 @@

    Inheritance
    -
    Object
    +
    object
    TestStep
    -

    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -134,7 +134,7 @@
    Property Value
    - + @@ -165,7 +165,7 @@
    Property Value
    - + diff --git a/docs/api_net/AxaFrance.WebEngine.TestSuite.html b/docs/api_net/AxaFrance.WebEngine.TestSuite.html index 8257912..f33bd4f 100644 --- a/docs/api_net/AxaFrance.WebEngine.TestSuite.html +++ b/docs/api_net/AxaFrance.WebEngine.TestSuite.html @@ -78,11 +78,11 @@

    Inheritance
    -
    Object
    +
    object
    TestSuite
    TestSuiteApp
    -

    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -117,7 +117,7 @@
    Property Value
    - + diff --git a/docs/api_net/AxaFrance.WebEngine.TestSuiteData.html b/docs/api_net/AxaFrance.WebEngine.TestSuiteData.html index ba2483b..bb804b3 100644 --- a/docs/api_net/AxaFrance.WebEngine.TestSuiteData.html +++ b/docs/api_net/AxaFrance.WebEngine.TestSuiteData.html @@ -78,10 +78,10 @@

    Inheritance
    -
    Object
    +
    object
    TestSuiteData
    -

    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -165,7 +165,7 @@
    Property Value
    - + @@ -180,7 +180,7 @@

    Methods View Source -

    GetTestData(String)

    +

    GetTestData(string)

    Get the test data for a single test case from the loaded XML File

    @@ -199,7 +199,7 @@
    Parameters
    - + @@ -230,7 +230,7 @@
    Returns
    View Source -

    GetValue(String, String)

    +

    GetValue(string, string)

    Get the value of an variable in given test case

    @@ -249,13 +249,13 @@
    Parameters
    - + - + @@ -272,7 +272,7 @@
    Returns
    - + @@ -301,7 +301,7 @@
    Declaration
    View Source -

    LoadFrom(String)

    +

    LoadFrom(string)

    Load the test data from an XML file.

    @@ -320,7 +320,7 @@
    Parameters
    - + @@ -337,7 +337,7 @@
    Returns
    - + @@ -351,7 +351,7 @@
    Returns
    View Source -

    SetValue(String, String, String)

    +

    SetValue(string, string, string)

    Set the value of an variable in given test case

    @@ -370,19 +370,19 @@
    Parameters
    - + - + - + diff --git a/docs/api_net/AxaFrance.WebEngine.Utilities.html b/docs/api_net/AxaFrance.WebEngine.Utilities.html index ce93a2c..20ea25a 100644 --- a/docs/api_net/AxaFrance.WebEngine.Utilities.html +++ b/docs/api_net/AxaFrance.WebEngine.Utilities.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    Utilities
    -

    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -95,7 +95,7 @@

    Methods View Source -

    ExtractDateFromText(String)

    +

    ExtractDateFromText(string)

    Turn the string "JJ/MM/AAAA" into a date

    @@ -114,7 +114,7 @@
    Parameters
    - + @@ -131,7 +131,7 @@
    Returns
    - + @@ -145,7 +145,7 @@
    Returns
    View Source -

    GenerateEmail(String, String, Boolean, String)

    +

    GenerateEmail(string, string, bool, string)

    Return an email based on first and last name. No transformation is done on last name and first names. The email is considered unique as the date is injected in the construction.

    @@ -166,25 +166,25 @@
    Parameters
    - + - + - + - + @@ -201,7 +201,7 @@
    Returns
    - + @@ -215,7 +215,7 @@
    Returns
    View Source -

    GeneratePhoneNumber(String)

    +

    GeneratePhoneNumber(string)

    Return a phone number composed by a fixed base and the 4 last digits randomly generated.

    @@ -234,7 +234,7 @@
    Parameters
    - + @@ -251,7 +251,7 @@
    Returns
    - + @@ -265,7 +265,7 @@
    Returns
    View Source -

    GetRandomItemFromEnvironmentVariable(String, Char)

    +

    GetRandomItemFromEnvironmentVariable(string, char)

    Picks up a random value from an environment variable containing a list of values.

    @@ -284,13 +284,13 @@
    Parameters
    - + - + @@ -307,7 +307,7 @@
    Returns
    - + @@ -339,7 +339,7 @@
    Returns
    - + @@ -353,7 +353,7 @@
    Returns
    View Source -

    GetRandomNumber(Int32)

    +

    GetRandomNumber(int)

    Generate a random number between 0 and the value.

    @@ -372,7 +372,7 @@
    Parameters
    - + @@ -389,7 +389,7 @@
    Returns
    - + @@ -403,7 +403,7 @@
    Returns
    View Source -

    GetRandomStringFromList(Object[])

    +

    GetRandomStringFromList(object[])

    Randomly select an item from a list. If the field has single or double quotes, quotes are removed.

    @@ -423,7 +423,7 @@
    Parameters
    - + @@ -440,7 +440,7 @@
    Returns
    - + @@ -454,7 +454,7 @@
    Returns
    View Source -

    LoremIpsum(Int32, Int32, Int32, Int32, Int32)

    +

    LoremIpsum(int, int, int, int, int)

    Generates a Lorem Ipsum text.

    @@ -473,31 +473,31 @@
    Parameters
    - + - + - + - + - + @@ -514,7 +514,7 @@
    Returns
    - + @@ -528,7 +528,7 @@
    Returns
    View Source -

    SaveFile(String, String)

    +

    SaveFile(string, string)

    Saves the content into a file

    @@ -547,13 +547,13 @@
    Parameters
    - + - + @@ -568,19 +568,9 @@
    Parameters
    View Source -

    ShiftDateByDuration<T>(String, T)

    +

    ShiftDateByDuration<T>(string, T)

    Returns a new date calculated from a given date and a duration.

    -

    The duration is positive or negative with a unity.

    -

    The unity is (D or J), M or (Y or A) representing respectively : a duration expressed in days, month or year.

    -

    The sign indicates that the calculated date must be in the past (negative) or in the future (positive).

    -

    The start date is optional. If omitted, the current date is considered.

    -

    If passed as argument, the start date must be either a string with the following format "DD/MM/YYYY" or a DateTime or even a "differential" date like the duration itself.

    -

    In this last case, the startDate is recalculated from the current date.

    -

    Example:

    -

    MoveDateByDuration("7D"): returns Today+7 days.

    -

    MoveDateByDuration("-6M", DateTime(2017, 6, 25)): should return 25th of december 2016

    -

    MoveDateByDuration("-6M", "25/06/2017"): should return 25th of december 2016.

    -

    MoveDateByDuration("2D", "1D"): the day in 3 days (2 days from tomorrow).

    +

    The duration is positive or negative with a unity.

    The unity is (D or J), M or (Y or A) representing respectively : a duration expressed in days, month or year.

    The sign indicates that the calculated date must be in the past (negative) or in the future (positive).

    The start date is optional. If omitted, the current date is considered.

    If passed as argument, the start date must be either a string with the following format "DD/MM/YYYY" or a DateTime or even a "differential" date like the duration itself.

    In this last case, the startDate is recalculated from the current date.

    Example:

    MoveDateByDuration("7D"): returns Today+7 days.

    MoveDateByDuration("-6M", DateTime(2017, 6, 25)): should return 25th of december 2016

    MoveDateByDuration("-6M", "25/06/2017"): should return 25th of december 2016.

    MoveDateByDuration("2D", "1D"): the day in 3 days (2 days from tomorrow).

    Declaration
    @@ -598,7 +588,7 @@
    Parameters
    - + @@ -619,8 +609,8 @@
    Returns
    - - + diff --git a/docs/api_net/AxaFrance.WebEngine.Variable.html b/docs/api_net/AxaFrance.WebEngine.Variable.html index d1afc82..9249335 100644 --- a/docs/api_net/AxaFrance.WebEngine.Variable.html +++ b/docs/api_net/AxaFrance.WebEngine.Variable.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    Variable
    -

    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -112,7 +112,7 @@
    Declaration
    View Source -

    Variable(String)

    +

    Variable(string)

    Initialize the variable with Name, and Value = null

    @@ -131,7 +131,7 @@
    Parameters
    - + @@ -146,7 +146,7 @@
    Parameters
    View Source -

    Variable(String, String)

    +

    Variable(string, string)

    Initialize the varialbe with Name and Value

    @@ -165,13 +165,13 @@
    Parameters
    - + - + @@ -206,7 +206,7 @@
    Property Value
    - + @@ -237,7 +237,7 @@
    Property Value
    - + @@ -252,7 +252,7 @@

    Methods View Source -

    GetValue(IEnumerable<Variable>, String)

    +

    GetValue(IEnumerable<Variable>, string)

    Get the Value of an variable from a list by its name

    @@ -271,13 +271,13 @@
    Parameters
    - + - + @@ -294,7 +294,7 @@
    Returns
    - + @@ -310,12 +310,12 @@
    Exceptions
    - - + - + @@ -347,14 +347,14 @@
    Returns
    - +
    TypeDescription
    TestCaseReport
    Stringstring

    Detailed information about the clean up

    Booleanbool Pause

    True: When a test case ends or error encounters, the test execution will be paused until user presses Enter key

    False: do not pause after each test (Default Value)

    diff --git a/docs/api_net/AxaFrance.WebEngine.TestData.html b/docs/api_net/AxaFrance.WebEngine.TestData.html index 1aa4273..701e1df 100644 --- a/docs/api_net/AxaFrance.WebEngine.TestData.html +++ b/docs/api_net/AxaFrance.WebEngine.TestData.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    TestData
    -

    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -146,7 +146,7 @@
    Property Value
    Stringstring
    Stringstring name

    the name of the variable

    Stringstring

    Value of Parameter if the parameter.

    Stringstring name

    name of the parameter to update

    Stringstring value

    value of the parameter

    Stringstring name

    the name of the variable

    Stringstring

    Value of Parameter if the parameter.

    Stringstring
    StringBuilderStringBuilder
    KeyValuePair<String, TestCase>[]KeyValuePair<string, TestCase>[]
    List<TestData>List<TestData>
    Stringstring name

    name of the test case

    Stringstring testName

    Name of the test case

    Stringstring parameterName

    Name of the parameter

    Stringstring
    Stringstring filePath

    the full path of the file

    Stringstring

    The filename (without path)

    Stringstring testName

    Name of the test case

    Stringstring parameterName

    Name of the parameter

    Stringstring value

    Value of the parameter

    Stringstring text

    The string to convert

    DateTimeDateTime

    The date represented by the String. If no date is contained in the string or wrong format, the current date is returned

    Stringstring lastname

    The last name.

    Stringstring firstname

    The first name.

    Booleanbool isUnique

    Indicates if the generated email must be unique or not. Default: true

    Stringstring domain

    The domain of the generated mail. Default: gmail.com

    Stringstring

    An email.

    Stringstring numberBase

    The first part of the phone number. Default: 010000 (french format)

    Stringstring

    A phone number

    Stringstring variable

    The name of the environment variable

    Charchar separator

    The list separator used to define the environment variable. Default: ';'

    Stringstring

    String

    Stringstring

    String

    Int32int val

    The max value.

    Int32int

    Integer

    Object[]object[] items

    List of items

    Objectobject

    Picked-up item

    Int32int minWords

    The min number of words in the generated text.

    Int32int maxWords

    The max number of words in the generated text.

    Int32int minSentences

    The min number of sentences in the generated text.

    Int32int maxSentences

    The max number of sentences in the generated text.

    Int32int numParagraphs

    The number of paragraphs in the generated text.

    Stringstring

    A Lorem Ipsum string of the defined size.

    Stringstring filename

    The file name to be saved.

    Stringstring content

    The content to save.

    Stringstring duration
    DateTime

    The calcuated Date of type System.DateTime

    +
    DateTime

    The calcuated Date of type DateTime

    Stringstring Name

    the name of the variable

    Stringstring name

    Name of the variable

    Stringstring value

    Value of the variable

    Stringstring
    Stringstring
    IEnumerable<Variable>IEnumerable<Variable> source

    The list of variable to be checked.

    Stringstring name

    The name of the variable where its value should be retrieved.

    Stringstring

    The value of variable there its name is [name].

    System.ArgumentNullException

    source is null.

    +
    ArgumentNullException

    source is null.

    System.InvalidOperationExceptionInvalidOperationException

    The source sequence is empty.

    Stringstring

    String representation of variable

    Overrides
    -
    System.Object.ToString()
    +
    object.ToString()
    diff --git a/docs/api_net/AxaFrance.WebEngine.Web.BrowserFactory.html b/docs/api_net/AxaFrance.WebEngine.Web.BrowserFactory.html index cd8eb89..d7ae58f 100644 --- a/docs/api_net/AxaFrance.WebEngine.Web.BrowserFactory.html +++ b/docs/api_net/AxaFrance.WebEngine.Web.BrowserFactory.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    BrowserFactory
    -
    Namespace: AxaFrance.WebEngine.Web
    +
    Namespace: AxaFrance.WebEngine.Web
    Assembly: AxaFrance.WebEngine.Web.dll
    Syntax
    @@ -92,7 +92,7 @@

    Methods Edit this page - View Source + View Source

    GetDriver(Platform, BrowserType)

    @@ -148,9 +148,9 @@
    Instance, especially when testing on Mobile Devices.

    -This method will take account Desktop browsers and Mobile Devices. If platform is valorized to 'Android' -the WebDriver object will be type of OpenQA.Selenium.Appium.Android.AndroidDriver, allows doing specific controls on the device. If platform is -valorized to 'iOS', the WebDriver will be typeof OpenQA.Selenium.Appium.iOS.IOSDriver. Otherwise, An ordinary OpenQA.Selenium.WebDriver us returned. +This method will take account Desktop browsers and Mobile Devices. If platform is valorized to 'Android' +the WebDriver object will be type of OpenQA.Selenium.Appium.Android.AndroidDriver, allows doing specific controls on the device. If platform is +valorized to 'iOS', the WebDriver will be typeof OpenQA.Selenium.Appium.iOS.IOSDriver. Otherwise, An ordinary OpenQA.Selenium.WebDriver us returned.

    When using mobile devices: under Android the native automation framework is UiAutomator2, under IOS the native automation framework used is XCUITest @@ -166,7 +166,7 @@

    Exceptions
    - System.PlatformNotSupportedException + PlatformNotSupportedException @@ -176,10 +176,10 @@
    Exceptions
    Edit this page - View Source + View Source -

    GetDriver(Platform, BrowserType, IEnumerable<String>)

    +

    GetDriver(Platform, BrowserType, IEnumerable<string>)

    The unique function initialize the WebDriver on the target platform and browser and returns the WebDriver, AndroidDriver or IOSDriver according to contexte.

    @@ -210,7 +210,7 @@
    Parameters
    - IEnumerable<String> + IEnumerable<string> browserOptions

    A List of webDriver options you want to use for Web testings.

    @@ -238,9 +238,9 @@
    Instance, especially when testing on Mobile Devices.

    -This method will take account Desktop browsers and Mobile Devices. If platform is valorized to 'Android' -the WebDriver object will be type of OpenQA.Selenium.Appium.Android.AndroidDriver, allows doing specific controls on the device. If platform is -valorized to 'iOS', the WebDriver will be typeof OpenQA.Selenium.Appium.iOS.IOSDriver. Otherwise, An ordinary OpenQA.Selenium.WebDriver us returned. +This method will take account Desktop browsers and Mobile Devices. If platform is valorized to 'Android' +the WebDriver object will be type of OpenQA.Selenium.Appium.Android.AndroidDriver, allows doing specific controls on the device. If platform is +valorized to 'iOS', the WebDriver will be typeof OpenQA.Selenium.Appium.iOS.IOSDriver. Otherwise, An ordinary OpenQA.Selenium.WebDriver us returned.

    When using mobile devices: under Android the native automation framework is UiAutomator2, under IOS the native automation framework used is XCUITest @@ -256,7 +256,7 @@

    Exceptions
    - System.PlatformNotSupportedException + PlatformNotSupportedException @@ -266,7 +266,7 @@
    Exceptions
    Edit this page - View Source + View Source

    StartMonitoring(WebDriver)

    @@ -314,7 +314,7 @@
    Returns
    Edit this page - View Source + View Source

    StopMonitoring(ResourceUsageReport)

    @@ -347,7 +347,7 @@
    Parameters
    Edit this page - View Source + View Source

    Sync(WebDriver)

    @@ -388,7 +388,7 @@
    Parameters
    Edit this page
  • - View Source + View Source
  • diff --git a/docs/api_net/AxaFrance.WebEngine.Web.ElementDescription.html b/docs/api_net/AxaFrance.WebEngine.Web.ElementDescription.html index 20ef82f..e76d625 100644 --- a/docs/api_net/AxaFrance.WebEngine.Web.ElementDescription.html +++ b/docs/api_net/AxaFrance.WebEngine.Web.ElementDescription.html @@ -77,12 +77,12 @@

    Inheritance
    -
    Object
    +
    object
    ElementDescription
    AppElementDescription
    WebElementDescription
    -

    Namespace: AxaFrance.WebEngine.Web
    +
    Namespace: AxaFrance.WebEngine.Web
    Assembly: AxaFrance.WebEngine.Web.dll
    Syntax
    @@ -148,7 +148,7 @@
    Property Value
    - Boolean + bool

    True if the element exists and is displayed. False if the element exsits but not displayed. OpenQA.Selenium.NoSuchElementException if the element can't be find in the DOM.

    @@ -183,7 +183,7 @@
    Property Value
    - Boolean + bool

    True if the element is enabled, otherwise: False

    @@ -215,7 +215,7 @@
    Property Value
    - Boolean + bool

    True is the element is selected, otherwise, false

    @@ -247,7 +247,7 @@
    Property Value
    - String + string @@ -345,7 +345,7 @@
    Returns
    - Boolean + bool

    true if the element exists, otherwise: false

    @@ -359,7 +359,7 @@
    Returns
    View Source -

    Exists(Int32)

    +

    Exists(int)

    Check if the given element exists on the screen, with given sychronization timeout.

    @@ -378,7 +378,7 @@
    Parameters
    - Int32 + int timeoutSecond

    object synchronization timeout in second.

    @@ -395,7 +395,7 @@
    Returns
    - Boolean + bool

    True is the element exists in the current web page, Otherwise False

    @@ -494,7 +494,7 @@
    Returns
    View Source -

    FindElement(By, Int32)

    +

    FindElement(By, int)

    Find the first element within the context of the current element. with provided synchronization timeout

    @@ -519,7 +519,7 @@
    Parameters
    - Int32 + int timeoutSecond

    synchronization timeout in second.

    @@ -549,7 +549,7 @@
    Returns
    View Source -

    FindElement(Int32)

    +

    FindElement(int)

    Gets the Web Element using curent element description, with customized timeout.

    @@ -568,7 +568,7 @@
    Parameters
    - Int32 + int timeoutSecond

    object syncchronization timeout in second.

    @@ -617,7 +617,7 @@
    Returns
    - IReadOnlyCollection<IWebElement> + IReadOnlyCollection<IWebElement>

    A collection of OpenQA.Selenium.IWebElement matches the element selection criteria

    @@ -667,7 +667,7 @@
    Returns
    - IReadOnlyCollection<IWebElement> + IReadOnlyCollection<IWebElement> @@ -680,7 +680,7 @@
    Returns
    View Source -

    FindElements(Int32)

    +

    FindElements(int)

    This method find all possible elements given the current selection criteria. If there is no element match an OpenQA.Selenium.NoSuchElementException will be thrown

    @@ -699,7 +699,7 @@
    Parameters
    - Int32 + int timeoutSecond

    Timeout in seconds

    @@ -716,7 +716,7 @@
    Returns
    - IReadOnlyCollection<IWebElement> + IReadOnlyCollection<IWebElement>

    A collection of OpenQA.Selenium.IWebElement matches the element selection criteria

    @@ -730,7 +730,7 @@
    Returns
    View Source -

    GetAttribute(String)

    +

    GetAttribute(string)

    Get the value of the specified DOM attribute of this element.

    @@ -749,7 +749,7 @@
    Parameters
    - String + string attributeName

    the name of Html DOM attribute.

    @@ -766,7 +766,7 @@
    Returns
    - String + string

    The value of the indicated attribute.

    @@ -780,7 +780,7 @@
    Returns
    View Source -

    GetProperty(String)

    +

    GetProperty(string)

    Get the value of the specified DOM property of this element. for example GetProperty("value") will get the current value of a textbox

    @@ -799,7 +799,7 @@
    Parameters
    - String + string propertyName

    the name of Html Property.

    @@ -816,7 +816,7 @@
    Returns
    - String + string

    The value of the indicated attribute.

    @@ -848,7 +848,7 @@
    Returns
    - Byte[] + byte[]

    The screenshot image in RAW Binary data format.

    @@ -880,7 +880,7 @@
    Returns
    - String + string

    The Text of the current web element

    @@ -960,7 +960,7 @@
    Returns
    - IReadOnlyCollection<IWebElement> + IReadOnlyCollection<IWebElement>

    Identified test objects

    @@ -992,7 +992,7 @@
    Returns
    - Byte[] + byte[]

    The screenshot image in RAW Binary data format.

    @@ -1025,7 +1025,7 @@
    Parameters
    - Action + Action action

    The action to be performed. The name of the method

    @@ -1040,7 +1040,7 @@
    Parameters
    View Source -

    Perform(Action<Int32>, Int32)

    +

    Perform(Action<int>, int)

    Perform a secured action that may be influnced by web application reload behavoirs to avoid errors, such as OpenQA.Selenium.StaleElementReferenceException

    @@ -1059,13 +1059,13 @@
    Parameters
    - Action<Int32> + Action<int> action

    The action to be performed. The name of the method

    - Int32 + int param

    The parameter of the delegated method

    @@ -1080,7 +1080,7 @@
    Parameters
    View Source -

    Perform(Action<String>, String)

    +

    Perform(Action<string>, string)

    Perform a secured action that may be influnced by web application reload behavoirs to avoid errors, such as OpenQA.Selenium.StaleElementReferenceException

    @@ -1099,13 +1099,13 @@
    Parameters
    - Action<String> + Action<string> action

    The action to be performed. The name of the method

    - String + string param

    The parameter of the delegated method

    @@ -1120,7 +1120,7 @@
    Parameters
    View Source -

    Perform(Func<Boolean>)

    +

    Perform(Func<bool>)

    Perform a secured action that may be influnced by web application reload behavoirs to avoid errors, such as OpenQA.Selenium.StaleElementReferenceException

    @@ -1139,7 +1139,7 @@
    Parameters
    - Func<Boolean> + Func<bool> action

    The action to be performed. The name of the method

    @@ -1156,7 +1156,7 @@
    Returns
    - Boolean + bool

    value returned by underlying method

    @@ -1170,7 +1170,7 @@
    Returns
    View Source -

    Perform(Func<Byte[]>)

    +

    Perform(Func<byte[]>)

    Perform an action which returns an screenshot of the given element or context

    @@ -1189,7 +1189,7 @@
    Parameters
    - Func<Byte[]> + Func<byte[]> action

    Delegation which returns an screenshot

    @@ -1206,7 +1206,7 @@
    Returns
    - Byte[] + byte[]

    A screenshot of given element or context.

    @@ -1220,7 +1220,7 @@
    Returns
    View Source -

    Perform(Func<String, IWebElement>, String)

    +

    Perform(Func<string, IWebElement>, string)

    Perform a secured action that may be influnced by web application reload behavoirs to avoid errors, such as OpenQA.Selenium.StaleElementReferenceException

    @@ -1239,13 +1239,13 @@
    Parameters
    - Func<String, IWebElement> + Func<string, IWebElement> action

    The action to be performed. The name of the method

    - String + string param

    The parameter of the action.

    @@ -1275,7 +1275,7 @@
    Returns
    View Source -

    Perform(Func<String, String>, String)

    +

    Perform(Func<string, string>, string)

    Perform a secured action that may be influnced by web application reload behavoirs to avoid errors, such as OpenQA.Selenium.StaleElementReferenceException

    @@ -1294,13 +1294,13 @@
    Parameters
    - Func<String, String> + Func<string, string> action

    The action to be performed. The name of the method

    - String + string param

    The parameter of the delegated method

    @@ -1317,7 +1317,7 @@
    Returns
    - String + string

    value returned by underlying method

    @@ -1331,7 +1331,7 @@
    Returns
    View Source -

    Perform(Func<String>)

    +

    Perform(Func<string>)

    Perform a secured action that may be influnced by web application reload behavoirs to avoid errors, such as OpenQA.Selenium.StaleElementReferenceException

    @@ -1350,7 +1350,7 @@
    Parameters
    - Func<String> + Func<string> action

    The action to be performed. The name of the method

    @@ -1367,7 +1367,7 @@
    Returns
    - String + string

    value returned by underlying method

    @@ -1381,10 +1381,10 @@
    Returns
    View Source -

    SendKeys(String)

    +

    SendKeys(string)

    Send keys (text) to the current web element. (for textbox or text areas). Sendkeys does not clear the current value in the textbox or text areas. The text will be inserted according to the cursor location. -If you want to ensure the textbox contains exactly the value you want to set, use the function SetValue(String)

    +If you want to ensure the textbox contains exactly the value you want to set, use the function SetValue(string)

    Declaration
    @@ -1402,7 +1402,7 @@
    Parameters
    - String + string text

    the text to send

    @@ -1417,10 +1417,10 @@
    Parameters
    View Source -

    SetValue(String)

    +

    SetValue(string)

    Set the value of the current web element. For textbox or text areas. SetValue clears existing value in the textbox or text area before input the text in it. -If you want to append or insert the text without clearing current value, use the function SendKeys(String)

    +If you want to append or insert the text without clearing current value, use the function SendKeys(string)

    Declaration
    @@ -1438,7 +1438,7 @@
    Parameters
    - String + string text

    The text to set.

    diff --git a/docs/api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html b/docs/api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html index 8d2bc0b..075da5b 100644 --- a/docs/api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html +++ b/docs/api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html @@ -77,154 +77,142 @@

    Inheritance
    -
    Object
    -
    Attribute
    +
    object
    +
    Attribute
    FindsByAttribute
    Implements
    -
    _Attribute
    +
    _Attribute
    Inherited Members
    - Attribute.GetCustomAttributes(MemberInfo, Type) + Attribute.GetCustomAttributes(MemberInfo, Type)
    - Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) + Attribute.GetCustomAttributes(MemberInfo, Type, bool)
    - Attribute.GetCustomAttributes(MemberInfo) + Attribute.GetCustomAttributes(MemberInfo)
    - Attribute.GetCustomAttributes(MemberInfo, Boolean) + Attribute.GetCustomAttributes(MemberInfo, bool)
    - Attribute.IsDefined(MemberInfo, Type) + Attribute.IsDefined(MemberInfo, Type)
    - Attribute.IsDefined(MemberInfo, Type, Boolean) + Attribute.IsDefined(MemberInfo, Type, bool)
    - Attribute.GetCustomAttribute(MemberInfo, Type) + Attribute.GetCustomAttribute(MemberInfo, Type)
    - Attribute.GetCustomAttribute(MemberInfo, Type, Boolean) + Attribute.GetCustomAttribute(MemberInfo, Type, bool)
    - Attribute.GetCustomAttributes(ParameterInfo) + Attribute.GetCustomAttributes(ParameterInfo)
    - Attribute.GetCustomAttributes(ParameterInfo, Type) + Attribute.GetCustomAttributes(ParameterInfo, Type)
    - Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean) + Attribute.GetCustomAttributes(ParameterInfo, Type, bool)
    - Attribute.GetCustomAttributes(ParameterInfo, Boolean) + Attribute.GetCustomAttributes(ParameterInfo, bool)
    - Attribute.IsDefined(ParameterInfo, Type) + Attribute.IsDefined(ParameterInfo, Type)
    - Attribute.IsDefined(ParameterInfo, Type, Boolean) + Attribute.IsDefined(ParameterInfo, Type, bool)
    - Attribute.GetCustomAttribute(ParameterInfo, Type) + Attribute.GetCustomAttribute(ParameterInfo, Type)
    - Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean) + Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
    - Attribute.GetCustomAttributes(Module, Type) + Attribute.GetCustomAttributes(Module, Type)
    - Attribute.GetCustomAttributes(Module) + Attribute.GetCustomAttributes(Module)
    - Attribute.GetCustomAttributes(Module, Boolean) + Attribute.GetCustomAttributes(Module, bool)
    - Attribute.GetCustomAttributes(Module, Type, Boolean) + Attribute.GetCustomAttributes(Module, Type, bool)
    - Attribute.IsDefined(Module, Type) + Attribute.IsDefined(Module, Type)
    - Attribute.IsDefined(Module, Type, Boolean) + Attribute.IsDefined(Module, Type, bool)
    - Attribute.GetCustomAttribute(Module, Type) + Attribute.GetCustomAttribute(Module, Type)
    - Attribute.GetCustomAttribute(Module, Type, Boolean) + Attribute.GetCustomAttribute(Module, Type, bool)
    - Attribute.GetCustomAttributes(Assembly, Type) + Attribute.GetCustomAttributes(Assembly, Type)
    - Attribute.GetCustomAttributes(Assembly, Type, Boolean) + Attribute.GetCustomAttributes(Assembly, Type, bool)
    - Attribute.GetCustomAttributes(Assembly) + Attribute.GetCustomAttributes(Assembly)
    - Attribute.GetCustomAttributes(Assembly, Boolean) + Attribute.GetCustomAttributes(Assembly, bool)
    - Attribute.IsDefined(Assembly, Type) + Attribute.IsDefined(Assembly, Type)
    - Attribute.IsDefined(Assembly, Type, Boolean) + Attribute.IsDefined(Assembly, Type, bool)
    - Attribute.GetCustomAttribute(Assembly, Type) + Attribute.GetCustomAttribute(Assembly, Type)
    - Attribute.GetCustomAttribute(Assembly, Type, Boolean) + Attribute.GetCustomAttribute(Assembly, Type, bool)
    - Attribute.Equals(Object) + Attribute.Equals(object)
    - Attribute.GetHashCode() + Attribute.GetHashCode()
    - Attribute.Match(Object) + Attribute.Match(object)
    - Attribute.IsDefaultAttribute() + Attribute.IsDefaultAttribute()
    - Attribute._Attribute.GetTypeInfoCount(UInt32) -
    -
    - Attribute._Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) -
    -
    - Attribute._Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) -
    -
    - Attribute._Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) -
    -
    - Attribute.TypeId + Attribute.TypeId
    -
    Namespace: AxaFrance.WebEngine.Web
    +
    Namespace: AxaFrance.WebEngine.Web
    Assembly: AxaFrance.WebEngine.Web.dll
    Syntax
    -
    [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true)]
    +    
    [AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = true)]
     public sealed class FindsByAttribute : Attribute, _Attribute
    Remarks

    You can use this attribute by specifying the How and Using properties to indicate how to find the elements. This attribute can be used to decorate fields and properties -in your Page Object classes. The System.Type of the field or property must be subtypes of +in your Page Object classes. The Type of the field or property must be subtypes of ElementDescription. Any other type will throw an -System.ArgumentException when a PageModel is initialized. +ArgumentException when a PageModel is initialized.

    Compared to original FindsByAttributes implemented in Selenium Support 3.x package, we have removed `Priority`, `CustomFinderType` which is not used in the logic of element locating. @@ -256,13 +244,13 @@

    Declaration
    View Source -

    FindsByAttribute(How, String)

    +

    FindsByAttribute(How, string)

    Initializing an instance of FindsByAttribute with parameters.

    Declaration
    -
    public FindsByAttribute(How how, string using)
    +
    public FindsByAttribute(How how, string @using)
    Parameters
    @@ -280,7 +268,7 @@
    Parameters
    - + @@ -345,14 +333,14 @@
    Property Value
    - +
    Stringstring using
    Stringstring

    Implements

    - System.Runtime.InteropServices._Attribute + _Attribute
    diff --git a/docs/api_net/AxaFrance.WebEngine.Web.How.html b/docs/api_net/AxaFrance.WebEngine.Web.How.html index 5f4bb15..3d7fe20 100644 --- a/docs/api_net/AxaFrance.WebEngine.Web.How.html +++ b/docs/api_net/AxaFrance.WebEngine.Web.How.html @@ -75,7 +75,7 @@

    Provides the lookup methods for the FindsBy attribute (for using in PageObjects)

    -
    Namespace: AxaFrance.WebEngine.Web
    +
    Namespace: AxaFrance.WebEngine.Web
    Assembly: AxaFrance.WebEngine.Web.dll
    Syntax
    @@ -93,12 +93,12 @@

    Fields ClassName -

    Finds by OpenQA.Selenium.By.ClassName(System.String)

    +

    Finds by ClassName(string)

    CssSelector -

    Finds by OpenQA.Selenium.By.CssSelector(System.String)

    +

    Finds by CssSelector(string)

    @@ -108,32 +108,32 @@

    Fields Id -

    Finds by OpenQA.Selenium.By.Id(System.String)

    +

    Finds by Id(string)

    LinkText -

    Finds by OpenQA.Selenium.By.LinkText(System.String)

    +

    Finds by LinkText(string)

    Name -

    Finds by OpenQA.Selenium.By.Name(System.String)

    +

    Finds by Name(string)

    PartialLinkText -

    Finds by OpenQA.Selenium.By.PartialLinkText(System.String)

    +

    Finds by PartialLinkText(string)

    TagName -

    Finds by OpenQA.Selenium.By.TagName(System.String)

    +

    Finds by TagName(string)

    XPath -

    Finds by OpenQA.Selenium.By.XPath(System.String)

    +

    Finds by XPath(string)

    diff --git a/docs/api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html b/docs/api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html index a2e4a0a..64f9af3 100644 --- a/docs/api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html +++ b/docs/api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html @@ -76,10 +76,10 @@

    Inheritance
    -
    Object
    +
    object
    HtmlAttribute
    -
    Namespace: AxaFrance.WebEngine.Web
    +
    Namespace: AxaFrance.WebEngine.Web
    Assembly: AxaFrance.WebEngine.Web.dll
    Syntax
    @@ -111,7 +111,7 @@
    Declaration
    View Source -

    HtmlAttribute(String)

    +

    HtmlAttribute(string)

    Creates an instance of Html Attribute with name initialized.

    @@ -130,7 +130,7 @@
    Parameters
    - String + string name @@ -144,7 +144,7 @@
    Parameters
    View Source -

    HtmlAttribute(String, String)

    +

    HtmlAttribute(string, string)

    Creates an instance of Html Attribute with name and value initialized.

    @@ -163,12 +163,12 @@
    Parameters
    - String + string name - String + string value @@ -202,7 +202,7 @@
    Property Value
    - String + string @@ -233,7 +233,7 @@
    Property Value
    - String + string diff --git a/docs/api_net/AxaFrance.WebEngine.Web.PageModel.html b/docs/api_net/AxaFrance.WebEngine.Web.PageModel.html index 5938e4e..4add9a5 100644 --- a/docs/api_net/AxaFrance.WebEngine.Web.PageModel.html +++ b/docs/api_net/AxaFrance.WebEngine.Web.PageModel.html @@ -77,10 +77,10 @@

    Inheritance
    -
    Object
    +
    object
    PageModel
    -
    Namespace: AxaFrance.WebEngine.Web
    +
    Namespace: AxaFrance.WebEngine.Web
    Assembly: AxaFrance.WebEngine.Web.dll
    Syntax
    diff --git a/docs/api_net/AxaFrance.WebEngine.Web.ResourceUsageReportSelenium.html b/docs/api_net/AxaFrance.WebEngine.Web.ResourceUsageReportSelenium.html index f906f65..6fa8314 100644 --- a/docs/api_net/AxaFrance.WebEngine.Web.ResourceUsageReportSelenium.html +++ b/docs/api_net/AxaFrance.WebEngine.Web.ResourceUsageReportSelenium.html @@ -76,13 +76,13 @@

    Inheritance
    -
    Object
    +
    object
    ResourceUsageReport
    ResourceUsageReportSelenium
    Implements
    -
    IDisposable
    +
    IDisposable
    Inherited Members
    @@ -96,7 +96,7 @@
    Inherited Members
    ResourceUsageReport.Dispose()
    -
    Namespace: AxaFrance.WebEngine.Web
    +
    Namespace: AxaFrance.WebEngine.Web
    Assembly: AxaFrance.WebEngine.Web.dll
    Syntax
    @@ -173,7 +173,7 @@
    Overrides
    ResourceUsageReport.StopMonitoring()

    Implements

    - System.IDisposable + IDisposable
    diff --git a/docs/api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html b/docs/api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html index 011fad4..858a442 100644 --- a/docs/api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html +++ b/docs/api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html @@ -73,13 +73,12 @@

    Class SharedActionWeb

    SharedActionWeb implements privately the generic SharedActionBase interface and exposes new abstract methods The intention of add this level of abstraction is to make the WebEngine framework commun for other and no dependence.

    -

    Base class of all shared actions using Selenium. All shared actions must be derived from this class and implement DoAction, DoCheckpoint method.

    -

    In order to verify if all parameters are given when calling DoAction() and DoCheckpoint() methods, please specify RequiredParameters Property.

    +

    Base class of all shared actions using Selenium. All shared actions must be derived from this class and implement DoAction, DoCheckpoint method.

    In order to verify if all parameters are given when calling DoAction() and DoCheckpoint() methods, please specify RequiredParameters Property.

    Inheritance
    -
    Object
    +
    object
    SharedActionBase
    SharedActionWeb
    @@ -98,25 +97,28 @@
    Inherited Members
    SharedActionBase.testCase
    - SharedActionBase.DoAction(Type, TestCase, Object, List<Variable>, ActionReport, Variable[]) + SharedActionBase.DoAction(Type, TestCase, object, List<Variable>, ActionReport, params Variable[])
    - SharedActionBase.DoAction(Type, Object, List<Variable>, ActionReport, Variable[]) + SharedActionBase.DoAction(Type, object, List<Variable>, ActionReport, params Variable[])
    - SharedActionBase.DoAction(Type, Object, List<Variable>, Variable[]) + SharedActionBase.DoAction(Type, object, List<Variable>, params Variable[])
    - SharedActionBase.DoActionWithCheckpoint(Type, Object, List<Variable>, ActionReport, Variable[]) + SharedActionBase.DoActionWithCheckpoint(Type, object, List<Variable>, ActionReport, params Variable[])
    - SharedActionBase.DoActionWithCheckpoint(Type, Object, List<Variable>, SharedActionBase, Variable[]) + SharedActionBase.DoActionWithCheckpoint(Type, object, List<Variable>, SharedActionBase, params Variable[])
    - SharedActionBase.GetParameter(IEnumerable<Variable>, String) + SharedActionBase.GetParameter(IEnumerable<Variable>, string)
    - SharedActionBase.GetParameter(String) + SharedActionBase.StopTestCase() +
    +
    + SharedActionBase.GetParameter(string)
    SharedActionBase.Parameters @@ -128,7 +130,7 @@
    Inherited Members
    SharedActionBase.Information
    - SharedActionBase.GetType(String) + SharedActionBase.GetType(string)
    SharedActionBase.Global @@ -140,7 +142,7 @@
    Inherited Members
    SharedActionBase.Screenshots
    -
    Namespace: AxaFrance.WebEngine.Web
    +
    Namespace: AxaFrance.WebEngine.Web
    Assembly: AxaFrance.WebEngine.Web.dll
    Syntax
    @@ -257,7 +259,7 @@
    Property Value
    - Boolean + bool @@ -289,7 +291,7 @@
    Declaration
    View Source -

    DoAction(Object)

    +

    DoAction(object)

    Run the current test action.

    @@ -308,7 +310,7 @@
    Parameters
    - Object + object Context

    An WebDriver object

    @@ -316,7 +318,7 @@
    Parameters
    Overrides
    -
    SharedActionBase.DoAction(Object)
    +
    SharedActionBase.DoAction(object)
    | Edit this page @@ -343,7 +345,7 @@
    Returns
    - Boolean + bool

    true if there is not blocking errors, otherwise: false

    @@ -360,7 +362,7 @@
    RemarksView Source -

    DoCheckpoint(Object)

    +

    DoCheckpoint(object)

    Run the checkpoint after running DoAction() method to check if the value is

    @@ -379,7 +381,7 @@
    Parameters
    - Object + object Context

    The current testing context. For Web testing, it is the Browser object.

    @@ -396,14 +398,14 @@
    Returns
    - Boolean -

    A System.Boolean value indicates if the checkpoint is passed.

    + bool +

    A bool value indicates if the checkpoint is passed.

    Overrides
    -
    SharedActionBase.DoCheckpoint(Object)
    +
    SharedActionBase.DoCheckpoint(object)
    | Edit this page @@ -412,7 +414,7 @@
    Overrides
    View Source
    -

    RunAccessibilityTest(String)

    +

    RunAccessibilityTest(string)

    Runs an accessibility check on current location.

    @@ -431,7 +433,7 @@
    Parameters
    - String + string pageName

    Name of the current page on report

    @@ -496,7 +498,7 @@
    Parameters
    View Source
    -

    Screenshot(String)

    +

    Screenshot(string)

    Generates screenshot and add it in the test report.

    @@ -515,7 +517,7 @@
    Parameters
    - String + string name

    the name of the screenshot

    @@ -523,7 +525,7 @@
    Parameters
    Overrides
    -
    SharedActionBase.Screenshot(String)
    +
    SharedActionBase.Screenshot(string)
    diff --git a/docs/api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html b/docs/api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html index 9e64562..7435781 100644 --- a/docs/api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html +++ b/docs/api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html @@ -76,7 +76,7 @@

    Inheritance
    -
    Object
    +
    object
    TestCase
    TestCaseWeb
    @@ -119,10 +119,10 @@

    Inherited Members
    TestCase.testCaseReport
    - TestCase.Run(TestCaseReport, Boolean) + TestCase.Run(TestCaseReport, bool)
    -
    Namespace: AxaFrance.WebEngine.Web
    +
    Namespace: AxaFrance.WebEngine.Web
    Assembly: AxaFrance.WebEngine.Web.dll
    Syntax
    @@ -156,7 +156,7 @@
    Property Value
    - String + string @@ -187,7 +187,7 @@
    Property Value
    - Boolean + bool @@ -218,7 +218,7 @@
    Property Value
    - Boolean + bool @@ -251,7 +251,7 @@
    Returns
    - String + string

    Additional information which can be showed in the report. (not used)

    diff --git a/docs/api_net/AxaFrance.WebEngine.Web.WebElementDescription.html b/docs/api_net/AxaFrance.WebEngine.Web.WebElementDescription.html index d73dac6..3dd3d5f 100644 --- a/docs/api_net/AxaFrance.WebEngine.Web.WebElementDescription.html +++ b/docs/api_net/AxaFrance.WebEngine.Web.WebElementDescription.html @@ -76,7 +76,7 @@

    Inheritance
    -
    Object
    +
    object
    ElementDescription
    WebElementDescription
    @@ -92,19 +92,19 @@
    Inherited Members
    ElementDescription.FindElement()
    - ElementDescription.FindElement(Int32) + ElementDescription.FindElement(int)
    ElementDescription.FindElement(By)
    - ElementDescription.FindElement(By, Int32) + ElementDescription.FindElement(By, int)
    ElementDescription.Exists()
    - ElementDescription.Exists(Int32) + ElementDescription.Exists(int)
    ElementDescription.Click() @@ -113,34 +113,34 @@
    Inherited Members
    ElementDescription.Perform(Action)
    - ElementDescription.Perform(Func<String, IWebElement>, String) + ElementDescription.Perform(Func<string, IWebElement>, string)
    - ElementDescription.Perform(Action<String>, String) + ElementDescription.Perform(Action<string>, string)
    - ElementDescription.Perform(Action<Int32>, Int32) + ElementDescription.Perform(Action<int>, int)
    - ElementDescription.Perform(Func<Boolean>) + ElementDescription.Perform(Func<bool>)
    - ElementDescription.Perform(Func<Byte[]>) + ElementDescription.Perform(Func<byte[]>)
    ElementDescription.GetScreenshot()
    - ElementDescription.Perform(Func<String>) + ElementDescription.Perform(Func<string>)
    - ElementDescription.Perform(Func<String, String>, String) + ElementDescription.Perform(Func<string, string>, string)
    - ElementDescription.SendKeys(String) + ElementDescription.SendKeys(string)
    - ElementDescription.SetValue(String) + ElementDescription.SetValue(string)
    ElementDescription.GetText() @@ -161,10 +161,10 @@
    Inherited Members
    ElementDescription.Clear()
    - ElementDescription.GetAttribute(String) + ElementDescription.GetAttribute(string)
    - ElementDescription.GetProperty(String) + ElementDescription.GetProperty(string)
    ElementDescription.FindElements(By) @@ -173,10 +173,10 @@
    Inherited Members
    ElementDescription.FindElements()
    - ElementDescription.FindElements(Int32) + ElementDescription.FindElements(int)
    -
    Namespace: AxaFrance.WebEngine.Web
    +
    Namespace: AxaFrance.WebEngine.Web
    Assembly: AxaFrance.WebEngine.Web.dll
    Syntax
    @@ -189,7 +189,7 @@

    Constructors Edit this page - View Source + View Source

    WebElementDescription()

    @@ -205,7 +205,7 @@
    Declaration
    Edit this page - View Source + View Source

    WebElementDescription(WebDriver)

    @@ -241,7 +241,7 @@

    Properties Edit this page - View Source + View Source

    Attributes

    @@ -262,7 +262,7 @@
    Property Value
    - IEnumerable<HtmlAttribute> + IEnumerable<HtmlAttribute> @@ -272,7 +272,7 @@
    Property Value
    Edit this page - View Source + View Source

    ClassName

    @@ -293,7 +293,7 @@
    Property Value
    - String + string @@ -303,7 +303,7 @@
    Property Value
    Edit this page - View Source + View Source

    CssSelector

    @@ -324,7 +324,7 @@
    Property Value
    - String + string @@ -334,7 +334,7 @@
    Property Value
    Edit this page - View Source + View Source

    Id

    @@ -355,7 +355,7 @@
    Property Value
    - String + string @@ -365,7 +365,7 @@
    Property Value
    Edit this page - View Source + View Source

    InnerText

    @@ -386,7 +386,7 @@
    Property Value
    - String + string @@ -396,7 +396,7 @@
    Property Value
    Edit this page - View Source + View Source

    IsVisibleInViewPort

    @@ -418,7 +418,7 @@
    Property Value
    - Boolean + bool @@ -428,7 +428,7 @@
    Property Value
    Edit this page - View Source + View Source

    LinkText

    @@ -449,7 +449,7 @@
    Property Value
    - String + string @@ -459,7 +459,7 @@
    Property Value
    Edit this page - View Source + View Source

    Name

    @@ -480,17 +480,52 @@
    Property Value
    - String + string + + | + Edit this page + + + View Source + + +

    ShadowRoot

    +

    Describes the ShadowRoot if the element is placed in a shadow DOM. +The description of the current element wil be based in the scope of the ShadowRoot.

    +
    +
    +
    Declaration
    +
    +
    public WebElementDescription ShadowRoot { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    WebElementDescription
    +
    Remarks
    +

    Warning: When searching an element in the ShadowRoot: You can only use CssSelctor to describe the element.

    +
    | Edit this page - View Source + View Source

    TagName

    @@ -511,7 +546,7 @@
    Property Value
    - String + string @@ -521,7 +556,7 @@
    Property Value
    Edit this page - View Source + View Source

    XPath

    @@ -542,7 +577,7 @@
    Property Value
    - String + string @@ -554,7 +589,7 @@

    Methods Edit this page - View Source + View Source

    ApplyAttribute(FindsByAttribute)

    @@ -589,7 +624,7 @@
    Overrides
    Edit this page - View Source + View Source

    AsSelect()

    @@ -621,10 +656,10 @@
    Returns
    Edit this page - View Source + View Source -

    CheckByValue(String)

    +

    CheckByValue(string)

    Checks an RadioButton from a given RadioGroup (used for radio button group, <input type="radio"> elements)

    @@ -643,7 +678,7 @@
    Parameters
    - String + string value

    the value to be checked in current Radiobutton group.

    @@ -670,11 +705,11 @@
    Returns
    Edit this page - View Source + View Source

    DragAndDropTo(ElementDescription)

    -

    Drag the current element and drop it to element. It may not work on Mobile Devices.

    +

    Drag the current element and drop it to element. It may not work on Mobile Devices.

    Declaration
    @@ -704,11 +739,11 @@
    Parameters
    Edit this page - View Source + View Source

    DragAndDropTo(IWebElement)

    -

    Drag the current element and drop it to element.

    +

    Drag the current element and drop it to element.

    Declaration
    @@ -738,7 +773,7 @@
    Parameters
    Edit this page - View Source + View Source

    GetInnerHtml()

    @@ -759,7 +794,7 @@
    Returns
    - String + string

    A string representation of InnerHtml the current WebElement

    @@ -770,7 +805,7 @@
    Returns
    Edit this page - View Source + View Source

    GetOuterHtml()

    @@ -791,7 +826,7 @@
    Returns
    - String + string

    A string representation of InnerHtml the current WebElement

    @@ -802,7 +837,7 @@
    Returns
    Edit this page - View Source + View Source

    InternalClick()

    @@ -820,7 +855,7 @@
    Overrides
    Edit this page - View Source + View Source

    InternalFindElement()

    @@ -854,7 +889,7 @@
    Overrides
    Edit this page - View Source + View Source

    InternalFindElements()

    @@ -875,7 +910,7 @@
    Returns
    - IReadOnlyCollection<IWebElement> + IReadOnlyCollection<IWebElement>

    Identified test objects

    @@ -888,7 +923,7 @@
    Overrides
    Edit this page - View Source + View Source

    InternalGetScreenshot()

    @@ -909,7 +944,7 @@
    Returns
    - Byte[] + byte[]

    The screenshot image in RAW Binary data format.

    @@ -922,7 +957,7 @@
    Overrides
    Edit this page - View Source + View Source

    MouseHover()

    @@ -938,7 +973,7 @@
    Declaration
    Edit this page - View Source + View Source

    RightClick()

    @@ -954,7 +989,7 @@
    Declaration
    Edit this page - View Source + View Source

    ScrollIntoView()

    @@ -970,10 +1005,10 @@
    Declaration
    Edit this page - View Source + View Source -

    SelectByIndex(Int32)

    +

    SelectByIndex(int)

    Select an option from html tag <select> by its displayed text.

    @@ -992,7 +1027,7 @@
    Parameters
    - Int32 + int index

    The 0-based index to be selected.

    @@ -1004,10 +1039,10 @@
    Parameters
    Edit this page - View Source + View Source -

    SelectByText(String)

    +

    SelectByText(string)

    Select an option from html tag <select> by its displayed text.

    @@ -1026,7 +1061,7 @@
    Parameters
    - String + string text

    the text value to be selected.

    @@ -1038,10 +1073,10 @@
    Parameters
    Edit this page - View Source + View Source -

    SelectByValue(String)

    +

    SelectByValue(string)

    Select an option from html tag <select> by its value.

    @@ -1060,7 +1095,7 @@
    Parameters
    - String + string value

    the text value to be selected.

    @@ -1072,10 +1107,10 @@
    Parameters
    Edit this page - View Source + View Source -

    SetSecure(String)

    +

    SetSecure(string)

    Set the value of a password textbox

    @@ -1094,7 +1129,7 @@
    Parameters
    - String + string encrypted

    A base64 formatted encrypted data. using default encrptionkey provided in appsetting.json

    @@ -1106,7 +1141,7 @@
    Parameters
    Edit this page - View Source + View Source

    ToString()

    @@ -1127,14 +1162,14 @@
    Returns
    - String + string

    A string representation of this WebElementDescription

    Overrides
    -
    System.Object.ToString()
    +
    object.ToString()
    diff --git a/docs/api_net/AxaFrance.WebEngine.Web.html b/docs/api_net/AxaFrance.WebEngine.Web.html index 87aae1c..7c7a34f 100644 --- a/docs/api_net/AxaFrance.WebEngine.Web.html +++ b/docs/api_net/AxaFrance.WebEngine.Web.html @@ -109,8 +109,7 @@

    SharedActionWeb

    SharedActionWeb implements privately the generic SharedActionBase interface and exposes new abstract methods The intention of add this level of abstraction is to make the WebEngine framework commun for other and no dependence.

    -

    Base class of all shared actions using Selenium. All shared actions must be derived from this class and implement DoAction, DoCheckpoint method.

    -

    In order to verify if all parameters are given when calling DoAction() and DoCheckpoint() methods, please specify RequiredParameters Property.

    +

    Base class of all shared actions using Selenium. All shared actions must be derived from this class and implement DoAction, DoCheckpoint method.

    In order to verify if all parameters are given when calling DoAction() and DoCheckpoint() methods, please specify RequiredParameters Property.

    TestCaseWeb

    The test case for Web Applications.

    diff --git a/docs/api_net/AxaFrance.WebEngine.WebEngineGeneralException.html b/docs/api_net/AxaFrance.WebEngine.WebEngineGeneralException.html index 6c8c085..f7b3519 100644 --- a/docs/api_net/AxaFrance.WebEngine.WebEngineGeneralException.html +++ b/docs/api_net/AxaFrance.WebEngine.WebEngineGeneralException.html @@ -76,58 +76,58 @@

    Inheritance
    -
    Object
    -
    Exception
    +
    object
    +
    Exception
    WebEngineGeneralException
    Implements
    -
    ISerializable
    -
    _Exception
    +
    ISerializable
    +
    _Exception
    Inherited Members
    - Exception.GetBaseException() + Exception.GetBaseException()
    - Exception.ToString() + Exception.ToString()
    - Exception.GetObjectData(SerializationInfo, StreamingContext) + Exception.GetObjectData(SerializationInfo, StreamingContext)
    - Exception.GetType() + Exception.GetType()
    - Exception.Message + Exception.Message
    - Exception.Data + Exception.Data
    - Exception.InnerException + Exception.InnerException
    - Exception.TargetSite + Exception.TargetSite
    - Exception.StackTrace + Exception.StackTrace
    - Exception.HelpLink + Exception.HelpLink
    - Exception.Source + Exception.Source
    - Exception.HResult + Exception.HResult
    - Exception.SerializeObjectState + Exception.SerializeObjectState
    -
    Namespace: AxaFrance.WebEngine
    +
    Namespace: AxaFrance.WebEngine
    Assembly: AxaFrance.WebEngine.dll
    Syntax
    @@ -160,7 +160,7 @@
    Declaration
    View Source -

    WebEngineGeneralException(String)

    +

    WebEngineGeneralException(string)

    Initializing a new instance of the WebEngineGeneralException with customized error message.

    @@ -179,7 +179,7 @@
    Parameters
    - String + string message @@ -193,7 +193,7 @@
    Parameters
    View Source -

    WebEngineGeneralException(String, Exception)

    +

    WebEngineGeneralException(string, Exception)

    Initializing a new instance of the WebEngineGeneralException with customized error message and inner exception.

    @@ -212,12 +212,12 @@
    Parameters
    - String + string message - Exception + Exception innerException @@ -225,14 +225,14 @@
    Parameters

    Implements

    - System.Runtime.Serialization.ISerializable + ISerializable
    - System.Runtime.InteropServices._Exception + _Exception

    See Also

    -
    Exception
    +
    Exception
    diff --git a/docs/api_net/toc.html b/docs/api_net/toc.html index c28eb05..b007753 100644 --- a/docs/api_net/toc.html +++ b/docs/api_net/toc.html @@ -56,6 +56,9 @@
  • PageReportOptions
  • +
  • + RgaaTagsProvider +
  • ScoringMode
  • @@ -236,12 +239,6 @@
  • testsuiteProperty
  • -
  • - testsuites -
  • -
  • - testsuitesTestsuite -
  • testsuiteTestcase
  • @@ -254,6 +251,12 @@
  • testsuiteTestcaseSkipped
  • +
  • + testsuites +
  • +
  • + testsuitesTestsuite +
  • diff --git a/docs/api_net/toc.json b/docs/api_net/toc.json index b1bd0c3..0d05009 100644 --- a/docs/api_net/toc.json +++ b/docs/api_net/toc.json @@ -1,2 +1,2 @@ -{"items":[{"name":"AxaFrance.AxeExtended.HtmlReport","href":"AxaFrance.AxeExtended.HtmlReport.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.html","topicUid":"AxaFrance.AxeExtended.HtmlReport","items":[{"name":"AxeOverallResult","href":"AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.AxeOverallResult"},{"name":"AxePageResult","href":"AxaFrance.AxeExtended.HtmlReport.AxePageResult.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.AxePageResult.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.AxePageResult"},{"name":"AxeResultEnhancedItem","href":"AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem"},{"name":"AxeResultEnhancedNode","href":"AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode"},{"name":"BaseResult","href":"AxaFrance.AxeExtended.HtmlReport.BaseResult.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.BaseResult.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.BaseResult"},{"name":"Language","href":"AxaFrance.AxeExtended.HtmlReport.Language.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.Language.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.Language"},{"name":"OutputFormat","href":"AxaFrance.AxeExtended.HtmlReport.OutputFormat.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.OutputFormat.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.OutputFormat"},{"name":"OverallReportBuilder","href":"AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder"},{"name":"OverallResultItem","href":"AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.OverallResultItem"},{"name":"PageReportBuilder","href":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder"},{"name":"PageReportBuilder.AnalyzeDelegate","href":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate"},{"name":"PageReportBuilder.GetScreenshotDelegate","href":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate"},{"name":"PageReportOptions","href":"AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.PageReportOptions"},{"name":"ScoringMode","href":"AxaFrance.AxeExtended.HtmlReport.ScoringMode.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.ScoringMode.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.ScoringMode"},{"name":"TagsProvider","href":"AxaFrance.AxeExtended.HtmlReport.TagsProvider.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.TagsProvider.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.TagsProvider"}]},{"name":"AxaFrance.AxeExtended.HtmlReport.Config","href":"AxaFrance.AxeExtended.HtmlReport.Config.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.Config.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.Config","items":[{"name":"Branding","href":"AxaFrance.AxeExtended.HtmlReport.Config.Branding.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.Config.Branding.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.Config.Branding"},{"name":"Check","href":"AxaFrance.AxeExtended.HtmlReport.Config.Check.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.Config.Check.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.Config.Check"},{"name":"ConfigurationOptions","href":"AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions"},{"name":"Option","href":"AxaFrance.AxeExtended.HtmlReport.Config.Option.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.Config.Option.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.Config.Option"},{"name":"Rule","href":"AxaFrance.AxeExtended.HtmlReport.Config.Rule.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.Config.Rule.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.Config.Rule"}]},{"name":"AxaFrance.AxeExtended.Selenium","href":"AxaFrance.AxeExtended.Selenium.html","topicHref":"AxaFrance.AxeExtended.Selenium.html","topicUid":"AxaFrance.AxeExtended.Selenium","items":[{"name":"AxeExtendedBuilder","href":"AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html","topicHref":"AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html","topicUid":"AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder"},{"name":"SeleniumHelper","href":"AxaFrance.AxeExtended.Selenium.SeleniumHelper.html","topicHref":"AxaFrance.AxeExtended.Selenium.SeleniumHelper.html","topicUid":"AxaFrance.AxeExtended.Selenium.SeleniumHelper"}]},{"name":"AxaFrance.WebEngine","href":"AxaFrance.WebEngine.html","topicHref":"AxaFrance.WebEngine.html","topicUid":"AxaFrance.WebEngine","items":[{"name":"ActionNotFoundException","href":"AxaFrance.WebEngine.ActionNotFoundException.html","topicHref":"AxaFrance.WebEngine.ActionNotFoundException.html","topicUid":"AxaFrance.WebEngine.ActionNotFoundException"},{"name":"BrowserType","href":"AxaFrance.WebEngine.BrowserType.html","topicHref":"AxaFrance.WebEngine.BrowserType.html","topicUid":"AxaFrance.WebEngine.BrowserType"},{"name":"DebugLogger","href":"AxaFrance.WebEngine.DebugLogger.html","topicHref":"AxaFrance.WebEngine.DebugLogger.html","topicUid":"AxaFrance.WebEngine.DebugLogger"},{"name":"Encrypter","href":"AxaFrance.WebEngine.Encrypter.html","topicHref":"AxaFrance.WebEngine.Encrypter.html","topicUid":"AxaFrance.WebEngine.Encrypter"},{"name":"EnvironmentVariables","href":"AxaFrance.WebEngine.EnvironmentVariables.html","topicHref":"AxaFrance.WebEngine.EnvironmentVariables.html","topicUid":"AxaFrance.WebEngine.EnvironmentVariables"},{"name":"GlobalConstants","href":"AxaFrance.WebEngine.GlobalConstants.html","topicHref":"AxaFrance.WebEngine.GlobalConstants.html","topicUid":"AxaFrance.WebEngine.GlobalConstants"},{"name":"JavaScriptError","href":"AxaFrance.WebEngine.JavaScriptError.html","topicHref":"AxaFrance.WebEngine.JavaScriptError.html","topicUid":"AxaFrance.WebEngine.JavaScriptError"},{"name":"MethodExtensions","href":"AxaFrance.WebEngine.MethodExtensions.html","topicHref":"AxaFrance.WebEngine.MethodExtensions.html","topicUid":"AxaFrance.WebEngine.MethodExtensions"},{"name":"NetworkRequest","href":"AxaFrance.WebEngine.NetworkRequest.html","topicHref":"AxaFrance.WebEngine.NetworkRequest.html","topicUid":"AxaFrance.WebEngine.NetworkRequest"},{"name":"Platform","href":"AxaFrance.WebEngine.Platform.html","topicHref":"AxaFrance.WebEngine.Platform.html","topicUid":"AxaFrance.WebEngine.Platform"},{"name":"ReportSettings","href":"AxaFrance.WebEngine.ReportSettings.html","topicHref":"AxaFrance.WebEngine.ReportSettings.html","topicUid":"AxaFrance.WebEngine.ReportSettings"},{"name":"ResourceUsageReport","href":"AxaFrance.WebEngine.ResourceUsageReport.html","topicHref":"AxaFrance.WebEngine.ResourceUsageReport.html","topicUid":"AxaFrance.WebEngine.ResourceUsageReport"},{"name":"Result","href":"AxaFrance.WebEngine.Result.html","topicHref":"AxaFrance.WebEngine.Result.html","topicUid":"AxaFrance.WebEngine.Result"},{"name":"Settings","href":"AxaFrance.WebEngine.Settings.html","topicHref":"AxaFrance.WebEngine.Settings.html","topicUid":"AxaFrance.WebEngine.Settings"},{"name":"SharedActionBase","href":"AxaFrance.WebEngine.SharedActionBase.html","topicHref":"AxaFrance.WebEngine.SharedActionBase.html","topicUid":"AxaFrance.WebEngine.SharedActionBase"},{"name":"TestCase","href":"AxaFrance.WebEngine.TestCase.html","topicHref":"AxaFrance.WebEngine.TestCase.html","topicUid":"AxaFrance.WebEngine.TestCase"},{"name":"TestData","href":"AxaFrance.WebEngine.TestData.html","topicHref":"AxaFrance.WebEngine.TestData.html","topicUid":"AxaFrance.WebEngine.TestData"},{"name":"TestStep","href":"AxaFrance.WebEngine.TestStep.html","topicHref":"AxaFrance.WebEngine.TestStep.html","topicUid":"AxaFrance.WebEngine.TestStep"},{"name":"TestSuite","href":"AxaFrance.WebEngine.TestSuite.html","topicHref":"AxaFrance.WebEngine.TestSuite.html","topicUid":"AxaFrance.WebEngine.TestSuite"},{"name":"TestSuiteData","href":"AxaFrance.WebEngine.TestSuiteData.html","topicHref":"AxaFrance.WebEngine.TestSuiteData.html","topicUid":"AxaFrance.WebEngine.TestSuiteData"},{"name":"Utilities","href":"AxaFrance.WebEngine.Utilities.html","topicHref":"AxaFrance.WebEngine.Utilities.html","topicUid":"AxaFrance.WebEngine.Utilities"},{"name":"Variable","href":"AxaFrance.WebEngine.Variable.html","topicHref":"AxaFrance.WebEngine.Variable.html","topicUid":"AxaFrance.WebEngine.Variable"},{"name":"WebEngineGeneralException","href":"AxaFrance.WebEngine.WebEngineGeneralException.html","topicHref":"AxaFrance.WebEngine.WebEngineGeneralException.html","topicUid":"AxaFrance.WebEngine.WebEngineGeneralException"}]},{"name":"AxaFrance.WebEngine.MobileApp","href":"AxaFrance.WebEngine.MobileApp.html","topicHref":"AxaFrance.WebEngine.MobileApp.html","topicUid":"AxaFrance.WebEngine.MobileApp","items":[{"name":"AppElementDescription","href":"AxaFrance.WebEngine.MobileApp.AppElementDescription.html","topicHref":"AxaFrance.WebEngine.MobileApp.AppElementDescription.html","topicUid":"AxaFrance.WebEngine.MobileApp.AppElementDescription"},{"name":"AppFactory","href":"AxaFrance.WebEngine.MobileApp.AppFactory.html","topicHref":"AxaFrance.WebEngine.MobileApp.AppFactory.html","topicUid":"AxaFrance.WebEngine.MobileApp.AppFactory"},{"name":"ScrollDirection","href":"AxaFrance.WebEngine.MobileApp.ScrollDirection.html","topicHref":"AxaFrance.WebEngine.MobileApp.ScrollDirection.html","topicUid":"AxaFrance.WebEngine.MobileApp.ScrollDirection"},{"name":"SharedActionApp","href":"AxaFrance.WebEngine.MobileApp.SharedActionApp.html","topicHref":"AxaFrance.WebEngine.MobileApp.SharedActionApp.html","topicUid":"AxaFrance.WebEngine.MobileApp.SharedActionApp"},{"name":"TestCaseApp","href":"AxaFrance.WebEngine.MobileApp.TestCaseApp.html","topicHref":"AxaFrance.WebEngine.MobileApp.TestCaseApp.html","topicUid":"AxaFrance.WebEngine.MobileApp.TestCaseApp"},{"name":"TestSuiteApp","href":"AxaFrance.WebEngine.MobileApp.TestSuiteApp.html","topicHref":"AxaFrance.WebEngine.MobileApp.TestSuiteApp.html","topicUid":"AxaFrance.WebEngine.MobileApp.TestSuiteApp"}]},{"name":"AxaFrance.WebEngine.Report","href":"AxaFrance.WebEngine.Report.html","topicHref":"AxaFrance.WebEngine.Report.html","topicUid":"AxaFrance.WebEngine.Report","items":[{"name":"ActionReport","href":"AxaFrance.WebEngine.Report.ActionReport.html","topicHref":"AxaFrance.WebEngine.Report.ActionReport.html","topicUid":"AxaFrance.WebEngine.Report.ActionReport"},{"name":"AdditionalData","href":"AxaFrance.WebEngine.Report.AdditionalData.html","topicHref":"AxaFrance.WebEngine.Report.AdditionalData.html","topicUid":"AxaFrance.WebEngine.Report.AdditionalData"},{"name":"ReportHelper","href":"AxaFrance.WebEngine.Report.ReportHelper.html","topicHref":"AxaFrance.WebEngine.Report.ReportHelper.html","topicUid":"AxaFrance.WebEngine.Report.ReportHelper"},{"name":"ScreenshotReport","href":"AxaFrance.WebEngine.Report.ScreenshotReport.html","topicHref":"AxaFrance.WebEngine.Report.ScreenshotReport.html","topicUid":"AxaFrance.WebEngine.Report.ScreenshotReport"},{"name":"TestCaseReport","href":"AxaFrance.WebEngine.Report.TestCaseReport.html","topicHref":"AxaFrance.WebEngine.Report.TestCaseReport.html","topicUid":"AxaFrance.WebEngine.Report.TestCaseReport"},{"name":"TestSuiteReport","href":"AxaFrance.WebEngine.Report.TestSuiteReport.html","topicHref":"AxaFrance.WebEngine.Report.TestSuiteReport.html","topicUid":"AxaFrance.WebEngine.Report.TestSuiteReport"}]},{"name":"AxaFrance.WebEngine.Report.JUnit","href":"AxaFrance.WebEngine.Report.JUnit.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.html","topicUid":"AxaFrance.WebEngine.Report.JUnit","items":[{"name":"testsuite","href":"AxaFrance.WebEngine.Report.JUnit.testsuite.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuite.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuite"},{"name":"testsuiteProperty","href":"AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuiteProperty"},{"name":"testsuites","href":"AxaFrance.WebEngine.Report.JUnit.testsuites.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuites.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuites"},{"name":"testsuitesTestsuite","href":"AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite"},{"name":"testsuiteTestcase","href":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase"},{"name":"testsuiteTestcaseError","href":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError"},{"name":"testsuiteTestcaseFailure","href":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure"},{"name":"testsuiteTestcaseSkipped","href":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped"}]},{"name":"AxaFrance.WebEngine.Web","href":"AxaFrance.WebEngine.Web.html","topicHref":"AxaFrance.WebEngine.Web.html","topicUid":"AxaFrance.WebEngine.Web","items":[{"name":"BrowserFactory","href":"AxaFrance.WebEngine.Web.BrowserFactory.html","topicHref":"AxaFrance.WebEngine.Web.BrowserFactory.html","topicUid":"AxaFrance.WebEngine.Web.BrowserFactory"},{"name":"ElementDescription","href":"AxaFrance.WebEngine.Web.ElementDescription.html","topicHref":"AxaFrance.WebEngine.Web.ElementDescription.html","topicUid":"AxaFrance.WebEngine.Web.ElementDescription"},{"name":"FindsByAttribute","href":"AxaFrance.WebEngine.Web.FindsByAttribute.html","topicHref":"AxaFrance.WebEngine.Web.FindsByAttribute.html","topicUid":"AxaFrance.WebEngine.Web.FindsByAttribute"},{"name":"How","href":"AxaFrance.WebEngine.Web.How.html","topicHref":"AxaFrance.WebEngine.Web.How.html","topicUid":"AxaFrance.WebEngine.Web.How"},{"name":"HtmlAttribute","href":"AxaFrance.WebEngine.Web.HtmlAttribute.html","topicHref":"AxaFrance.WebEngine.Web.HtmlAttribute.html","topicUid":"AxaFrance.WebEngine.Web.HtmlAttribute"},{"name":"PageModel","href":"AxaFrance.WebEngine.Web.PageModel.html","topicHref":"AxaFrance.WebEngine.Web.PageModel.html","topicUid":"AxaFrance.WebEngine.Web.PageModel"},{"name":"ResourceUsageReportSelenium","href":"AxaFrance.WebEngine.Web.ResourceUsageReportSelenium.html","topicHref":"AxaFrance.WebEngine.Web.ResourceUsageReportSelenium.html","topicUid":"AxaFrance.WebEngine.Web.ResourceUsageReportSelenium"},{"name":"SharedActionWeb","href":"AxaFrance.WebEngine.Web.SharedActionWeb.html","topicHref":"AxaFrance.WebEngine.Web.SharedActionWeb.html","topicUid":"AxaFrance.WebEngine.Web.SharedActionWeb"},{"name":"TestCaseWeb","href":"AxaFrance.WebEngine.Web.TestCaseWeb.html","topicHref":"AxaFrance.WebEngine.Web.TestCaseWeb.html","topicUid":"AxaFrance.WebEngine.Web.TestCaseWeb"},{"name":"WebElementDescription","href":"AxaFrance.WebEngine.Web.WebElementDescription.html","topicHref":"AxaFrance.WebEngine.Web.WebElementDescription.html","topicUid":"AxaFrance.WebEngine.Web.WebElementDescription"}]}]} +{"items":[{"name":"AxaFrance.AxeExtended.HtmlReport","href":"AxaFrance.AxeExtended.HtmlReport.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.html","topicUid":"AxaFrance.AxeExtended.HtmlReport","type":"Namespace","items":[{"name":"AxeOverallResult","href":"AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.AxeOverallResult","type":"Class"},{"name":"AxePageResult","href":"AxaFrance.AxeExtended.HtmlReport.AxePageResult.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.AxePageResult.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.AxePageResult","type":"Class"},{"name":"AxeResultEnhancedItem","href":"AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem","type":"Class"},{"name":"AxeResultEnhancedNode","href":"AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode","type":"Class"},{"name":"BaseResult","href":"AxaFrance.AxeExtended.HtmlReport.BaseResult.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.BaseResult.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.BaseResult","type":"Class"},{"name":"Language","href":"AxaFrance.AxeExtended.HtmlReport.Language.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.Language.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.Language","type":"Enum"},{"name":"OutputFormat","href":"AxaFrance.AxeExtended.HtmlReport.OutputFormat.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.OutputFormat.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.OutputFormat","type":"Enum"},{"name":"OverallReportBuilder","href":"AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder","type":"Class"},{"name":"OverallResultItem","href":"AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.OverallResultItem","type":"Class"},{"name":"PageReportBuilder","href":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder","type":"Class"},{"name":"PageReportBuilder.AnalyzeDelegate","href":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate","type":"Delegate"},{"name":"PageReportBuilder.GetScreenshotDelegate","href":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate","type":"Delegate"},{"name":"PageReportOptions","href":"AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.PageReportOptions","type":"Class"},{"name":"RgaaTagsProvider","href":"AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider","type":"Class"},{"name":"ScoringMode","href":"AxaFrance.AxeExtended.HtmlReport.ScoringMode.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.ScoringMode.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.ScoringMode","type":"Enum"},{"name":"TagsProvider","href":"AxaFrance.AxeExtended.HtmlReport.TagsProvider.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.TagsProvider.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.TagsProvider","type":"Class"}]},{"name":"AxaFrance.AxeExtended.HtmlReport.Config","href":"AxaFrance.AxeExtended.HtmlReport.Config.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.Config.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.Config","type":"Namespace","items":[{"name":"Branding","href":"AxaFrance.AxeExtended.HtmlReport.Config.Branding.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.Config.Branding.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.Config.Branding","type":"Class"},{"name":"Check","href":"AxaFrance.AxeExtended.HtmlReport.Config.Check.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.Config.Check.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.Config.Check","type":"Class"},{"name":"ConfigurationOptions","href":"AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions","type":"Class"},{"name":"Option","href":"AxaFrance.AxeExtended.HtmlReport.Config.Option.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.Config.Option.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.Config.Option","type":"Class"},{"name":"Rule","href":"AxaFrance.AxeExtended.HtmlReport.Config.Rule.html","topicHref":"AxaFrance.AxeExtended.HtmlReport.Config.Rule.html","topicUid":"AxaFrance.AxeExtended.HtmlReport.Config.Rule","type":"Class"}]},{"name":"AxaFrance.AxeExtended.Selenium","href":"AxaFrance.AxeExtended.Selenium.html","topicHref":"AxaFrance.AxeExtended.Selenium.html","topicUid":"AxaFrance.AxeExtended.Selenium","type":"Namespace","items":[{"name":"AxeExtendedBuilder","href":"AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html","topicHref":"AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html","topicUid":"AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder","type":"Class"},{"name":"SeleniumHelper","href":"AxaFrance.AxeExtended.Selenium.SeleniumHelper.html","topicHref":"AxaFrance.AxeExtended.Selenium.SeleniumHelper.html","topicUid":"AxaFrance.AxeExtended.Selenium.SeleniumHelper","type":"Class"}]},{"name":"AxaFrance.WebEngine","href":"AxaFrance.WebEngine.html","topicHref":"AxaFrance.WebEngine.html","topicUid":"AxaFrance.WebEngine","type":"Namespace","items":[{"name":"ActionNotFoundException","href":"AxaFrance.WebEngine.ActionNotFoundException.html","topicHref":"AxaFrance.WebEngine.ActionNotFoundException.html","topicUid":"AxaFrance.WebEngine.ActionNotFoundException","type":"Class"},{"name":"BrowserType","href":"AxaFrance.WebEngine.BrowserType.html","topicHref":"AxaFrance.WebEngine.BrowserType.html","topicUid":"AxaFrance.WebEngine.BrowserType","type":"Enum"},{"name":"DebugLogger","href":"AxaFrance.WebEngine.DebugLogger.html","topicHref":"AxaFrance.WebEngine.DebugLogger.html","topicUid":"AxaFrance.WebEngine.DebugLogger","type":"Class"},{"name":"Encrypter","href":"AxaFrance.WebEngine.Encrypter.html","topicHref":"AxaFrance.WebEngine.Encrypter.html","topicUid":"AxaFrance.WebEngine.Encrypter","type":"Class"},{"name":"EnvironmentVariables","href":"AxaFrance.WebEngine.EnvironmentVariables.html","topicHref":"AxaFrance.WebEngine.EnvironmentVariables.html","topicUid":"AxaFrance.WebEngine.EnvironmentVariables","type":"Class"},{"name":"GlobalConstants","href":"AxaFrance.WebEngine.GlobalConstants.html","topicHref":"AxaFrance.WebEngine.GlobalConstants.html","topicUid":"AxaFrance.WebEngine.GlobalConstants","type":"Class"},{"name":"JavaScriptError","href":"AxaFrance.WebEngine.JavaScriptError.html","topicHref":"AxaFrance.WebEngine.JavaScriptError.html","topicUid":"AxaFrance.WebEngine.JavaScriptError","type":"Class"},{"name":"MethodExtensions","href":"AxaFrance.WebEngine.MethodExtensions.html","topicHref":"AxaFrance.WebEngine.MethodExtensions.html","topicUid":"AxaFrance.WebEngine.MethodExtensions","type":"Class"},{"name":"NetworkRequest","href":"AxaFrance.WebEngine.NetworkRequest.html","topicHref":"AxaFrance.WebEngine.NetworkRequest.html","topicUid":"AxaFrance.WebEngine.NetworkRequest","type":"Class"},{"name":"Platform","href":"AxaFrance.WebEngine.Platform.html","topicHref":"AxaFrance.WebEngine.Platform.html","topicUid":"AxaFrance.WebEngine.Platform","type":"Enum"},{"name":"ReportSettings","href":"AxaFrance.WebEngine.ReportSettings.html","topicHref":"AxaFrance.WebEngine.ReportSettings.html","topicUid":"AxaFrance.WebEngine.ReportSettings","type":"Class"},{"name":"ResourceUsageReport","href":"AxaFrance.WebEngine.ResourceUsageReport.html","topicHref":"AxaFrance.WebEngine.ResourceUsageReport.html","topicUid":"AxaFrance.WebEngine.ResourceUsageReport","type":"Class"},{"name":"Result","href":"AxaFrance.WebEngine.Result.html","topicHref":"AxaFrance.WebEngine.Result.html","topicUid":"AxaFrance.WebEngine.Result","type":"Enum"},{"name":"Settings","href":"AxaFrance.WebEngine.Settings.html","topicHref":"AxaFrance.WebEngine.Settings.html","topicUid":"AxaFrance.WebEngine.Settings","type":"Class"},{"name":"SharedActionBase","href":"AxaFrance.WebEngine.SharedActionBase.html","topicHref":"AxaFrance.WebEngine.SharedActionBase.html","topicUid":"AxaFrance.WebEngine.SharedActionBase","type":"Class"},{"name":"TestCase","href":"AxaFrance.WebEngine.TestCase.html","topicHref":"AxaFrance.WebEngine.TestCase.html","topicUid":"AxaFrance.WebEngine.TestCase","type":"Class"},{"name":"TestData","href":"AxaFrance.WebEngine.TestData.html","topicHref":"AxaFrance.WebEngine.TestData.html","topicUid":"AxaFrance.WebEngine.TestData","type":"Class"},{"name":"TestStep","href":"AxaFrance.WebEngine.TestStep.html","topicHref":"AxaFrance.WebEngine.TestStep.html","topicUid":"AxaFrance.WebEngine.TestStep","type":"Class"},{"name":"TestSuite","href":"AxaFrance.WebEngine.TestSuite.html","topicHref":"AxaFrance.WebEngine.TestSuite.html","topicUid":"AxaFrance.WebEngine.TestSuite","type":"Class"},{"name":"TestSuiteData","href":"AxaFrance.WebEngine.TestSuiteData.html","topicHref":"AxaFrance.WebEngine.TestSuiteData.html","topicUid":"AxaFrance.WebEngine.TestSuiteData","type":"Class"},{"name":"Utilities","href":"AxaFrance.WebEngine.Utilities.html","topicHref":"AxaFrance.WebEngine.Utilities.html","topicUid":"AxaFrance.WebEngine.Utilities","type":"Class"},{"name":"Variable","href":"AxaFrance.WebEngine.Variable.html","topicHref":"AxaFrance.WebEngine.Variable.html","topicUid":"AxaFrance.WebEngine.Variable","type":"Class"},{"name":"WebEngineGeneralException","href":"AxaFrance.WebEngine.WebEngineGeneralException.html","topicHref":"AxaFrance.WebEngine.WebEngineGeneralException.html","topicUid":"AxaFrance.WebEngine.WebEngineGeneralException","type":"Class"}]},{"name":"AxaFrance.WebEngine.MobileApp","href":"AxaFrance.WebEngine.MobileApp.html","topicHref":"AxaFrance.WebEngine.MobileApp.html","topicUid":"AxaFrance.WebEngine.MobileApp","type":"Namespace","items":[{"name":"AppElementDescription","href":"AxaFrance.WebEngine.MobileApp.AppElementDescription.html","topicHref":"AxaFrance.WebEngine.MobileApp.AppElementDescription.html","topicUid":"AxaFrance.WebEngine.MobileApp.AppElementDescription","type":"Class"},{"name":"AppFactory","href":"AxaFrance.WebEngine.MobileApp.AppFactory.html","topicHref":"AxaFrance.WebEngine.MobileApp.AppFactory.html","topicUid":"AxaFrance.WebEngine.MobileApp.AppFactory","type":"Class"},{"name":"ScrollDirection","href":"AxaFrance.WebEngine.MobileApp.ScrollDirection.html","topicHref":"AxaFrance.WebEngine.MobileApp.ScrollDirection.html","topicUid":"AxaFrance.WebEngine.MobileApp.ScrollDirection","type":"Enum"},{"name":"SharedActionApp","href":"AxaFrance.WebEngine.MobileApp.SharedActionApp.html","topicHref":"AxaFrance.WebEngine.MobileApp.SharedActionApp.html","topicUid":"AxaFrance.WebEngine.MobileApp.SharedActionApp","type":"Class"},{"name":"TestCaseApp","href":"AxaFrance.WebEngine.MobileApp.TestCaseApp.html","topicHref":"AxaFrance.WebEngine.MobileApp.TestCaseApp.html","topicUid":"AxaFrance.WebEngine.MobileApp.TestCaseApp","type":"Class"},{"name":"TestSuiteApp","href":"AxaFrance.WebEngine.MobileApp.TestSuiteApp.html","topicHref":"AxaFrance.WebEngine.MobileApp.TestSuiteApp.html","topicUid":"AxaFrance.WebEngine.MobileApp.TestSuiteApp","type":"Class"}]},{"name":"AxaFrance.WebEngine.Report","href":"AxaFrance.WebEngine.Report.html","topicHref":"AxaFrance.WebEngine.Report.html","topicUid":"AxaFrance.WebEngine.Report","type":"Namespace","items":[{"name":"ActionReport","href":"AxaFrance.WebEngine.Report.ActionReport.html","topicHref":"AxaFrance.WebEngine.Report.ActionReport.html","topicUid":"AxaFrance.WebEngine.Report.ActionReport","type":"Class"},{"name":"AdditionalData","href":"AxaFrance.WebEngine.Report.AdditionalData.html","topicHref":"AxaFrance.WebEngine.Report.AdditionalData.html","topicUid":"AxaFrance.WebEngine.Report.AdditionalData","type":"Class"},{"name":"ReportHelper","href":"AxaFrance.WebEngine.Report.ReportHelper.html","topicHref":"AxaFrance.WebEngine.Report.ReportHelper.html","topicUid":"AxaFrance.WebEngine.Report.ReportHelper","type":"Class"},{"name":"ScreenshotReport","href":"AxaFrance.WebEngine.Report.ScreenshotReport.html","topicHref":"AxaFrance.WebEngine.Report.ScreenshotReport.html","topicUid":"AxaFrance.WebEngine.Report.ScreenshotReport","type":"Class"},{"name":"TestCaseReport","href":"AxaFrance.WebEngine.Report.TestCaseReport.html","topicHref":"AxaFrance.WebEngine.Report.TestCaseReport.html","topicUid":"AxaFrance.WebEngine.Report.TestCaseReport","type":"Class"},{"name":"TestSuiteReport","href":"AxaFrance.WebEngine.Report.TestSuiteReport.html","topicHref":"AxaFrance.WebEngine.Report.TestSuiteReport.html","topicUid":"AxaFrance.WebEngine.Report.TestSuiteReport","type":"Class"}]},{"name":"AxaFrance.WebEngine.Report.JUnit","href":"AxaFrance.WebEngine.Report.JUnit.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.html","topicUid":"AxaFrance.WebEngine.Report.JUnit","type":"Namespace","items":[{"name":"testsuite","href":"AxaFrance.WebEngine.Report.JUnit.testsuite.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuite.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuite","type":"Class"},{"name":"testsuiteProperty","href":"AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuiteProperty","type":"Class"},{"name":"testsuiteTestcase","href":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase","type":"Class"},{"name":"testsuiteTestcaseError","href":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError","type":"Class"},{"name":"testsuiteTestcaseFailure","href":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure","type":"Class"},{"name":"testsuiteTestcaseSkipped","href":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped","type":"Class"},{"name":"testsuites","href":"AxaFrance.WebEngine.Report.JUnit.testsuites.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuites.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuites","type":"Class"},{"name":"testsuitesTestsuite","href":"AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html","topicHref":"AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html","topicUid":"AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite","type":"Class"}]},{"name":"AxaFrance.WebEngine.Web","href":"AxaFrance.WebEngine.Web.html","topicHref":"AxaFrance.WebEngine.Web.html","topicUid":"AxaFrance.WebEngine.Web","type":"Namespace","items":[{"name":"BrowserFactory","href":"AxaFrance.WebEngine.Web.BrowserFactory.html","topicHref":"AxaFrance.WebEngine.Web.BrowserFactory.html","topicUid":"AxaFrance.WebEngine.Web.BrowserFactory","type":"Class"},{"name":"ElementDescription","href":"AxaFrance.WebEngine.Web.ElementDescription.html","topicHref":"AxaFrance.WebEngine.Web.ElementDescription.html","topicUid":"AxaFrance.WebEngine.Web.ElementDescription","type":"Class"},{"name":"FindsByAttribute","href":"AxaFrance.WebEngine.Web.FindsByAttribute.html","topicHref":"AxaFrance.WebEngine.Web.FindsByAttribute.html","topicUid":"AxaFrance.WebEngine.Web.FindsByAttribute","type":"Class"},{"name":"How","href":"AxaFrance.WebEngine.Web.How.html","topicHref":"AxaFrance.WebEngine.Web.How.html","topicUid":"AxaFrance.WebEngine.Web.How","type":"Enum"},{"name":"HtmlAttribute","href":"AxaFrance.WebEngine.Web.HtmlAttribute.html","topicHref":"AxaFrance.WebEngine.Web.HtmlAttribute.html","topicUid":"AxaFrance.WebEngine.Web.HtmlAttribute","type":"Class"},{"name":"PageModel","href":"AxaFrance.WebEngine.Web.PageModel.html","topicHref":"AxaFrance.WebEngine.Web.PageModel.html","topicUid":"AxaFrance.WebEngine.Web.PageModel","type":"Class"},{"name":"ResourceUsageReportSelenium","href":"AxaFrance.WebEngine.Web.ResourceUsageReportSelenium.html","topicHref":"AxaFrance.WebEngine.Web.ResourceUsageReportSelenium.html","topicUid":"AxaFrance.WebEngine.Web.ResourceUsageReportSelenium","type":"Class"},{"name":"SharedActionWeb","href":"AxaFrance.WebEngine.Web.SharedActionWeb.html","topicHref":"AxaFrance.WebEngine.Web.SharedActionWeb.html","topicUid":"AxaFrance.WebEngine.Web.SharedActionWeb","type":"Class"},{"name":"TestCaseWeb","href":"AxaFrance.WebEngine.Web.TestCaseWeb.html","topicHref":"AxaFrance.WebEngine.Web.TestCaseWeb.html","topicUid":"AxaFrance.WebEngine.Web.TestCaseWeb","type":"Class"},{"name":"WebElementDescription","href":"AxaFrance.WebEngine.Web.WebElementDescription.html","topicHref":"AxaFrance.WebEngine.Web.WebElementDescription.html","topicUid":"AxaFrance.WebEngine.Web.WebElementDescription","type":"Class"}]}],"memberLayout":"SamePage"} diff --git a/docs/articles/accessibility.html b/docs/articles/accessibility.html index ad91409..fb147fc 100644 --- a/docs/articles/accessibility.html +++ b/docs/articles/accessibility.html @@ -168,7 +168,7 @@

    Activate accessibility testing

    Accessibility testing should be activated at Test Case level, so the scan engines are initialized and accessibility test result on each scan will be integrated in test report. To activate accessibility testing on Test Case level, Set the property IsAccessibilityTestEnabled of test case to true. If you want to activate it dynamically via test data, you can provide a test case named Accessibility and set it to True

    Scanning a page

    -

    In a shared action, at the convenient moment call the method RunAccessibilityTest(String) +

    In a shared action, at the convenient moment call the method RunAccessibilityTest(string) This function runs an accessibility scan at current location, then integrates test result to test report. The scan can be performed multiple times on different location within a user journey. With this method, you don’t need to interact directly with classes such as OverallReportBuilder or PageReportBuilder

    Gherkin based test case

    If you are using Gherkin based test case. You’ll need to follow the same steps: diff --git a/docs/articles/webengine-app.html b/docs/articles/webengine-app.html index 1552475..b3ca098 100644 --- a/docs/articles/webengine-app.html +++ b/docs/articles/webengine-app.html @@ -140,7 +140,7 @@

    Use PageModel to store test objects

    If you are working on hybrid applications, you can even mix WebElementDescription and AppElementDescription into the same PageModel.

    Hybrid applications

    Hybrid application is an application that contains WebViews. During the test, you may need to switch to web views, do something then switch back. -To switch context, Use SwitchContext(AppiumDriver, String).

    +To switch context, Use <xref:AxaFrance.WebEngine.MobileApp.AppFactory.SwitchContext(OpenQA.Selenium.Appium.AppiumDriver,System.String)>.

    Example Project

    Sample projects are available using different language and test approaches, please follow this link: Sample Projects

    diff --git a/docs/manifest.json b/docs/manifest.json index 7f44fb6..d81db01 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,5 +1,5 @@ { - "source_base_path": "C:/Users/A269OL/Source/Repos/webengine-dotnet/src/AxaFrance.WebEngine.Doc", + "source_base_path": "C:/Users/A269OL/source/repos/webengine-dotnet/src/AxaFrance.WebEngine.Doc", "xrefmap": "xrefmap.yml", "files": [ { @@ -3445,6 +3445,16 @@ }, "version": "" }, + { + "type": "ManagedReference", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.yml", + "output": { + ".html": { + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.html" + } + }, + "version": "" + }, { "type": "ManagedReference", "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.yml", diff --git a/docs/tutorials/secure-password.html b/docs/tutorials/secure-password.html index 3910cf1..66a6d19 100644 --- a/docs/tutorials/secure-password.html +++ b/docs/tutorials/secure-password.html @@ -92,11 +92,11 @@

    Via WebRunner

    Encrypted data is: rTGtyWKevbTjT3RkSAJvYA==

    Via Encrypter.Encrypt(string)

    -

    If you do not use WebRunner (for example, you are using Gherkin or Linear Scripting Approach) you can use Encrypt(String) method to calculate encrypted data in the code. In this case, you'll need to put ecryption key in appsetting.json

    +

    If you do not use WebRunner (for example, you are using Gherkin or Linear Scripting Approach) you can use Encrypt(string) method to calculate encrypted data in the code. In this case, you'll need to put ecryption key in appsetting.json

    Once the data is encrypted, it can be used in the code or in the test data.

    Use encrypted password

    In order not to expose the encrypted data to the user, WebEngine does not make decryption function accessible from outside. To put encrypted data in a password box, you'll need to use the method: -SetSecure(String).

    +SetSecure(string).

    • SetSecure only works on password type input. It takes the encrypted data, decrypts it and fill it on the fly.
    • If the field is not a password box, SetSecure refuses to work and will throw an exception
    • diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index 95c3860..2bcac30 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -75,15 +75,21 @@ references: name: AxePageResult(AxeResult, PageReportBuilder) href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult__ctor_Deque_AxeCore_Commons_AxeResult_AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_ commentId: M:AxaFrance.AxeExtended.HtmlReport.AxePageResult.#ctor(Deque.AxeCore.Commons.AxeResult,AxaFrance.AxeExtended.HtmlReport.PageReportBuilder) + name.vb: New(AxeResult, PageReportBuilder) fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.AxePageResult(Deque.AxeCore.Commons.AxeResult, AxaFrance.AxeExtended.HtmlReport.PageReportBuilder) + fullName.vb: AxaFrance.AxeExtended.HtmlReport.AxePageResult.New(Deque.AxeCore.Commons.AxeResult, AxaFrance.AxeExtended.HtmlReport.PageReportBuilder) nameWithType: AxePageResult.AxePageResult(AxeResult, PageReportBuilder) + nameWithType.vb: AxePageResult.New(AxeResult, PageReportBuilder) - uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.#ctor* name: AxePageResult href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult__ctor_ commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxePageResult.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.AxePageResult + fullName.vb: AxaFrance.AxeExtended.HtmlReport.AxePageResult.New nameWithType: AxePageResult.AxePageResult + nameWithType.vb: AxePageResult.New - uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.AxeResult name: AxeResult href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_AxeResult @@ -250,18 +256,21 @@ references: name: AxeResultEnhancedItem(AxeResultItem, AxeResultEnhancedNode[]) href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html#AxaFrance_AxeExtended_HtmlReport_AxeResultEnhancedItem__ctor_Deque_AxeCore_Commons_AxeResultItem_AxaFrance_AxeExtended_HtmlReport_AxeResultEnhancedNode___ commentId: M:AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.#ctor(Deque.AxeCore.Commons.AxeResultItem,AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode[]) - name.vb: AxeResultEnhancedItem(AxeResultItem, AxeResultEnhancedNode()) + name.vb: New(AxeResultItem, AxeResultEnhancedNode()) fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.AxeResultEnhancedItem(Deque.AxeCore.Commons.AxeResultItem, AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode[]) - fullName.vb: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.AxeResultEnhancedItem(Deque.AxeCore.Commons.AxeResultItem, AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode()) + fullName.vb: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.New(Deque.AxeCore.Commons.AxeResultItem, AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode()) nameWithType: AxeResultEnhancedItem.AxeResultEnhancedItem(AxeResultItem, AxeResultEnhancedNode[]) - nameWithType.vb: AxeResultEnhancedItem.AxeResultEnhancedItem(AxeResultItem, AxeResultEnhancedNode()) + nameWithType.vb: AxeResultEnhancedItem.New(AxeResultItem, AxeResultEnhancedNode()) - uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.#ctor* name: AxeResultEnhancedItem href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html#AxaFrance_AxeExtended_HtmlReport_AxeResultEnhancedItem__ctor_ commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.AxeResultEnhancedItem + fullName.vb: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.New nameWithType: AxeResultEnhancedItem.AxeResultEnhancedItem + nameWithType.vb: AxeResultEnhancedItem.New - uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.Item name: Item href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html#AxaFrance_AxeExtended_HtmlReport_AxeResultEnhancedItem_Item @@ -298,15 +307,21 @@ references: name: AxeResultEnhancedNode(AxeResultNode) href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html#AxaFrance_AxeExtended_HtmlReport_AxeResultEnhancedNode__ctor_Deque_AxeCore_Commons_AxeResultNode_ commentId: M:AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.#ctor(Deque.AxeCore.Commons.AxeResultNode) + name.vb: New(AxeResultNode) fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.AxeResultEnhancedNode(Deque.AxeCore.Commons.AxeResultNode) + fullName.vb: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.New(Deque.AxeCore.Commons.AxeResultNode) nameWithType: AxeResultEnhancedNode.AxeResultEnhancedNode(AxeResultNode) + nameWithType.vb: AxeResultEnhancedNode.New(AxeResultNode) - uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.#ctor* name: AxeResultEnhancedNode href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html#AxaFrance_AxeExtended_HtmlReport_AxeResultEnhancedNode__ctor_ commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.AxeResultEnhancedNode + fullName.vb: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.New nameWithType: AxeResultEnhancedNode.AxeResultEnhancedNode + nameWithType.vb: AxeResultEnhancedNode.New - uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.Node name: Node href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html#AxaFrance_AxeExtended_HtmlReport_AxeResultEnhancedNode_Node @@ -790,21 +805,30 @@ references: name: OverallReportBuilder() href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder__ctor commentId: M:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.#ctor + name.vb: New() fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.OverallReportBuilder() + fullName.vb: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.New() nameWithType: OverallReportBuilder.OverallReportBuilder() + nameWithType.vb: OverallReportBuilder.New() - uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.#ctor(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) name: OverallReportBuilder(PageReportOptions) href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder__ctor_AxaFrance_AxeExtended_HtmlReport_PageReportOptions_ commentId: M:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.#ctor(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) + name.vb: New(PageReportOptions) fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.OverallReportBuilder(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) + fullName.vb: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.New(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) nameWithType: OverallReportBuilder.OverallReportBuilder(PageReportOptions) + nameWithType.vb: OverallReportBuilder.New(PageReportOptions) - uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.#ctor* name: OverallReportBuilder href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder__ctor_ commentId: Overload:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.OverallReportBuilder + fullName.vb: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.New nameWithType: OverallReportBuilder.OverallReportBuilder + nameWithType.vb: OverallReportBuilder.New - uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Build name: Build() href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder_Build @@ -819,11 +843,14 @@ references: fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Build nameWithType: OverallReportBuilder.Build - uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Export(System.String) - name: Export(String) + name: Export(string) href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder_Export_System_String_ commentId: M:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Export(System.String) - fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Export(System.String) - nameWithType: OverallReportBuilder.Export(String) + name.vb: Export(String) + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Export(string) + fullName.vb: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Export(String) + nameWithType: OverallReportBuilder.Export(string) + nameWithType.vb: OverallReportBuilder.Export(String) - uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Export* name: Export href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder_Export_ @@ -964,21 +991,30 @@ references: name: PageReportBuilder() href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder__ctor commentId: M:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.#ctor + name.vb: New() fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.PageReportBuilder() + fullName.vb: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.New() nameWithType: PageReportBuilder.PageReportBuilder() + nameWithType.vb: PageReportBuilder.New() - uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.#ctor(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) name: PageReportBuilder(PageReportOptions) href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder__ctor_AxaFrance_AxeExtended_HtmlReport_PageReportOptions_ commentId: M:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.#ctor(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) + name.vb: New(PageReportOptions) fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.PageReportBuilder(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) + fullName.vb: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.New(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) nameWithType: PageReportBuilder.PageReportBuilder(PageReportOptions) + nameWithType.vb: PageReportBuilder.New(PageReportOptions) - uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.#ctor* name: PageReportBuilder href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder__ctor_ commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.PageReportBuilder + fullName.vb: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.New nameWithType: PageReportBuilder.PageReportBuilder + nameWithType.vb: PageReportBuilder.New - uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Analyze name: Analyze href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_Analyze @@ -1044,11 +1080,14 @@ references: fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Config nameWithType: PageReportBuilder.Config - uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Export(System.String) - name: Export(String) + name: Export(string) href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_Export_System_String_ commentId: M:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Export(System.String) - fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Export(System.String) - nameWithType: PageReportBuilder.Export(String) + name.vb: Export(String) + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Export(string) + fullName.vb: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Export(String) + nameWithType: PageReportBuilder.Export(string) + nameWithType.vb: PageReportBuilder.Export(String) - uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Export* name: Export href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_Export_ @@ -1108,11 +1147,14 @@ references: fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithConfig(Newtonsoft.Json.Linq.JObject) nameWithType: PageReportBuilder.WithConfig(JObject) - uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithConfig(System.String) - name: WithConfig(String) + name: WithConfig(string) href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_WithConfig_System_String_ commentId: M:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithConfig(System.String) - fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithConfig(System.String) - nameWithType: PageReportBuilder.WithConfig(String) + name.vb: WithConfig(String) + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithConfig(string) + fullName.vb: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithConfig(String) + nameWithType: PageReportBuilder.WithConfig(string) + nameWithType.vb: PageReportBuilder.WithConfig(String) - uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithConfig* name: WithConfig href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_WithConfig_ @@ -1327,6 +1369,25 @@ references: commentId: F:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.WcagAATags fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.WcagAATags nameWithType: PageReportOptions.WcagAATags +- uid: AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider + name: RgaaTagsProvider + href: api_net/AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider + fullName: AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider + nameWithType: RgaaTagsProvider +- uid: AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.GetTagsByRule(Deque.AxeCore.Commons.AxeResultItem) + name: GetTagsByRule(AxeResultItem) + href: api_net/AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.html#AxaFrance_AxeExtended_HtmlReport_RgaaTagsProvider_GetTagsByRule_Deque_AxeCore_Commons_AxeResultItem_ + commentId: M:AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.GetTagsByRule(Deque.AxeCore.Commons.AxeResultItem) + fullName: AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.GetTagsByRule(Deque.AxeCore.Commons.AxeResultItem) + nameWithType: RgaaTagsProvider.GetTagsByRule(AxeResultItem) +- uid: AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.GetTagsByRule* + name: GetTagsByRule + href: api_net/AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.html#AxaFrance_AxeExtended_HtmlReport_RgaaTagsProvider_GetTagsByRule_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.GetTagsByRule + isSpec: "True" + fullName: AxaFrance.AxeExtended.HtmlReport.RgaaTagsProvider.GetTagsByRule + nameWithType: RgaaTagsProvider.GetTagsByRule - uid: AxaFrance.AxeExtended.HtmlReport.ScoringMode name: ScoringMode href: api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.html @@ -1399,33 +1460,48 @@ references: name: AxeExtendedBuilder(WebDriver) href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder__ctor_OpenQA_Selenium_WebDriver_ commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver) + name.vb: New(WebDriver) fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.AxeExtendedBuilder(OpenQA.Selenium.WebDriver) + fullName.vb: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.New(OpenQA.Selenium.WebDriver) nameWithType: AxeExtendedBuilder.AxeExtendedBuilder(WebDriver) + nameWithType.vb: AxeExtendedBuilder.New(WebDriver) - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver,Deque.AxeCore.Selenium.AxeBuilderOptions) name: AxeExtendedBuilder(WebDriver, AxeBuilderOptions) href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder__ctor_OpenQA_Selenium_WebDriver_Deque_AxeCore_Selenium_AxeBuilderOptions_ commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver,Deque.AxeCore.Selenium.AxeBuilderOptions) + name.vb: New(WebDriver, AxeBuilderOptions) fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.AxeExtendedBuilder(OpenQA.Selenium.WebDriver, Deque.AxeCore.Selenium.AxeBuilderOptions) + fullName.vb: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.New(OpenQA.Selenium.WebDriver, Deque.AxeCore.Selenium.AxeBuilderOptions) nameWithType: AxeExtendedBuilder.AxeExtendedBuilder(WebDriver, AxeBuilderOptions) + nameWithType.vb: AxeExtendedBuilder.New(WebDriver, AxeBuilderOptions) - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver,Newtonsoft.Json.Linq.JObject) name: AxeExtendedBuilder(WebDriver, JObject) href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder__ctor_OpenQA_Selenium_WebDriver_Newtonsoft_Json_Linq_JObject_ commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver,Newtonsoft.Json.Linq.JObject) + name.vb: New(WebDriver, JObject) fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.AxeExtendedBuilder(OpenQA.Selenium.WebDriver, Newtonsoft.Json.Linq.JObject) + fullName.vb: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.New(OpenQA.Selenium.WebDriver, Newtonsoft.Json.Linq.JObject) nameWithType: AxeExtendedBuilder.AxeExtendedBuilder(WebDriver, JObject) + nameWithType.vb: AxeExtendedBuilder.New(WebDriver, JObject) - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver,Newtonsoft.Json.Linq.JObject,Deque.AxeCore.Selenium.AxeBuilderOptions) name: AxeExtendedBuilder(WebDriver, JObject, AxeBuilderOptions) href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder__ctor_OpenQA_Selenium_WebDriver_Newtonsoft_Json_Linq_JObject_Deque_AxeCore_Selenium_AxeBuilderOptions_ commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver,Newtonsoft.Json.Linq.JObject,Deque.AxeCore.Selenium.AxeBuilderOptions) + name.vb: New(WebDriver, JObject, AxeBuilderOptions) fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.AxeExtendedBuilder(OpenQA.Selenium.WebDriver, Newtonsoft.Json.Linq.JObject, Deque.AxeCore.Selenium.AxeBuilderOptions) + fullName.vb: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.New(OpenQA.Selenium.WebDriver, Newtonsoft.Json.Linq.JObject, Deque.AxeCore.Selenium.AxeBuilderOptions) nameWithType: AxeExtendedBuilder.AxeExtendedBuilder(WebDriver, JObject, AxeBuilderOptions) + nameWithType.vb: AxeExtendedBuilder.New(WebDriver, JObject, AxeBuilderOptions) - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.#ctor* name: AxeExtendedBuilder href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder__ctor_ commentId: Overload:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.AxeExtendedBuilder + fullName.vb: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.New nameWithType: AxeExtendedBuilder.AxeExtendedBuilder + nameWithType.vb: AxeExtendedBuilder.New - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Analyze name: Analyze() href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_Analyze @@ -1446,14 +1522,14 @@ references: fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Analyze nameWithType: AxeExtendedBuilder.Analyze - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.DisableRules(System.String[]) - name: DisableRules(String[]) + name: DisableRules(params string[]) href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_DisableRules_System_String___ commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.DisableRules(System.String[]) - name.vb: DisableRules(String()) - fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.DisableRules(System.String[]) - fullName.vb: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.DisableRules(System.String()) - nameWithType: AxeExtendedBuilder.DisableRules(String[]) - nameWithType.vb: AxeExtendedBuilder.DisableRules(String()) + name.vb: DisableRules(ParamArray String()) + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.DisableRules(params string[]) + fullName.vb: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.DisableRules(ParamArray String()) + nameWithType: AxeExtendedBuilder.DisableRules(params string[]) + nameWithType.vb: AxeExtendedBuilder.DisableRules(ParamArray String()) - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.DisableRules* name: DisableRules href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_DisableRules_ @@ -1468,11 +1544,14 @@ references: fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Exclude(Deque.AxeCore.Commons.AxeSelector) nameWithType: AxeExtendedBuilder.Exclude(AxeSelector) - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Exclude(System.String) - name: Exclude(String) + name: Exclude(string) href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_Exclude_System_String_ commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Exclude(System.String) - fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Exclude(System.String) - nameWithType: AxeExtendedBuilder.Exclude(String) + name.vb: Exclude(String) + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Exclude(string) + fullName.vb: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Exclude(String) + nameWithType: AxeExtendedBuilder.Exclude(string) + nameWithType.vb: AxeExtendedBuilder.Exclude(String) - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Exclude* name: Exclude href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_Exclude_ @@ -1487,11 +1566,14 @@ references: fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Include(Deque.AxeCore.Commons.AxeSelector) nameWithType: AxeExtendedBuilder.Include(AxeSelector) - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Include(System.String) - name: Include(String) + name: Include(string) href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_Include_System_String_ commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Include(System.String) - fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Include(System.String) - nameWithType: AxeExtendedBuilder.Include(String) + name.vb: Include(String) + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Include(string) + fullName.vb: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Include(String) + nameWithType: AxeExtendedBuilder.Include(string) + nameWithType.vb: AxeExtendedBuilder.Include(String) - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Include* name: Include href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_Include_ @@ -1500,11 +1582,14 @@ references: fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Include nameWithType: AxeExtendedBuilder.Include - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.UseLegacyMode(System.Boolean) - name: UseLegacyMode(Boolean) + name: UseLegacyMode(bool) href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_UseLegacyMode_System_Boolean_ commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.UseLegacyMode(System.Boolean) - fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.UseLegacyMode(System.Boolean) - nameWithType: AxeExtendedBuilder.UseLegacyMode(Boolean) + name.vb: UseLegacyMode(Boolean) + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.UseLegacyMode(bool) + fullName.vb: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.UseLegacyMode(Boolean) + nameWithType: AxeExtendedBuilder.UseLegacyMode(bool) + nameWithType.vb: AxeExtendedBuilder.UseLegacyMode(Boolean) - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.UseLegacyMode* name: UseLegacyMode href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_UseLegacyMode_ @@ -1526,11 +1611,14 @@ references: fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOptions nameWithType: AxeExtendedBuilder.WithOptions - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOutputFile(System.String) - name: WithOutputFile(String) + name: WithOutputFile(string) href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_WithOutputFile_System_String_ commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOutputFile(System.String) - fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOutputFile(System.String) - nameWithType: AxeExtendedBuilder.WithOutputFile(String) + name.vb: WithOutputFile(String) + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOutputFile(string) + fullName.vb: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOutputFile(String) + nameWithType: AxeExtendedBuilder.WithOutputFile(string) + nameWithType.vb: AxeExtendedBuilder.WithOutputFile(String) - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOutputFile* name: WithOutputFile href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_WithOutputFile_ @@ -1539,14 +1627,14 @@ references: fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOutputFile nameWithType: AxeExtendedBuilder.WithOutputFile - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithRules(System.String[]) - name: WithRules(String[]) + name: WithRules(params string[]) href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_WithRules_System_String___ commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithRules(System.String[]) - name.vb: WithRules(String()) - fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithRules(System.String[]) - fullName.vb: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithRules(System.String()) - nameWithType: AxeExtendedBuilder.WithRules(String[]) - nameWithType.vb: AxeExtendedBuilder.WithRules(String()) + name.vb: WithRules(ParamArray String()) + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithRules(params string[]) + fullName.vb: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithRules(ParamArray String()) + nameWithType: AxeExtendedBuilder.WithRules(params string[]) + nameWithType.vb: AxeExtendedBuilder.WithRules(ParamArray String()) - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithRules* name: WithRules href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_WithRules_ @@ -1555,14 +1643,14 @@ references: fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithRules nameWithType: AxeExtendedBuilder.WithRules - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithTags(System.String[]) - name: WithTags(String[]) + name: WithTags(params string[]) href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_WithTags_System_String___ commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithTags(System.String[]) - name.vb: WithTags(String()) - fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithTags(System.String[]) - fullName.vb: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithTags(System.String()) - nameWithType: AxeExtendedBuilder.WithTags(String[]) - nameWithType.vb: AxeExtendedBuilder.WithTags(String()) + name.vb: WithTags(ParamArray String()) + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithTags(params string[]) + fullName.vb: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithTags(ParamArray String()) + nameWithType: AxeExtendedBuilder.WithTags(params string[]) + nameWithType.vb: AxeExtendedBuilder.WithTags(ParamArray String()) - uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithTags* name: WithTags href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_WithTags_ @@ -1577,11 +1665,14 @@ references: fullName: AxaFrance.AxeExtended.Selenium.SeleniumHelper nameWithType: SeleniumHelper - uid: AxaFrance.AxeExtended.Selenium.SeleniumHelper.WithSelenium(AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder,OpenQA.Selenium.WebDriver,System.String) - name: WithSelenium(OverallReportBuilder, WebDriver, String) + name: WithSelenium(OverallReportBuilder, WebDriver, string) href: api_net/AxaFrance.AxeExtended.Selenium.SeleniumHelper.html#AxaFrance_AxeExtended_Selenium_SeleniumHelper_WithSelenium_AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder_OpenQA_Selenium_WebDriver_System_String_ commentId: M:AxaFrance.AxeExtended.Selenium.SeleniumHelper.WithSelenium(AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder,OpenQA.Selenium.WebDriver,System.String) - fullName: AxaFrance.AxeExtended.Selenium.SeleniumHelper.WithSelenium(AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder, OpenQA.Selenium.WebDriver, System.String) - nameWithType: SeleniumHelper.WithSelenium(OverallReportBuilder, WebDriver, String) + name.vb: WithSelenium(OverallReportBuilder, WebDriver, String) + fullName: AxaFrance.AxeExtended.Selenium.SeleniumHelper.WithSelenium(AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder, OpenQA.Selenium.WebDriver, string) + fullName.vb: AxaFrance.AxeExtended.Selenium.SeleniumHelper.WithSelenium(AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder, OpenQA.Selenium.WebDriver, String) + nameWithType: SeleniumHelper.WithSelenium(OverallReportBuilder, WebDriver, string) + nameWithType.vb: SeleniumHelper.WithSelenium(OverallReportBuilder, WebDriver, String) - uid: AxaFrance.AxeExtended.Selenium.SeleniumHelper.WithSelenium(AxaFrance.AxeExtended.HtmlReport.PageReportBuilder,OpenQA.Selenium.WebDriver) name: WithSelenium(PageReportBuilder, WebDriver) href: api_net/AxaFrance.AxeExtended.Selenium.SeleniumHelper.html#AxaFrance_AxeExtended_Selenium_SeleniumHelper_WithSelenium_AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_OpenQA_Selenium_WebDriver_ @@ -1611,21 +1702,30 @@ references: name: ActionNotFoundException() href: api_net/AxaFrance.WebEngine.ActionNotFoundException.html#AxaFrance_WebEngine_ActionNotFoundException__ctor commentId: M:AxaFrance.WebEngine.ActionNotFoundException.#ctor + name.vb: New() fullName: AxaFrance.WebEngine.ActionNotFoundException.ActionNotFoundException() + fullName.vb: AxaFrance.WebEngine.ActionNotFoundException.New() nameWithType: ActionNotFoundException.ActionNotFoundException() + nameWithType.vb: ActionNotFoundException.New() - uid: AxaFrance.WebEngine.ActionNotFoundException.#ctor(System.String) - name: ActionNotFoundException(String) + name: ActionNotFoundException(string) href: api_net/AxaFrance.WebEngine.ActionNotFoundException.html#AxaFrance_WebEngine_ActionNotFoundException__ctor_System_String_ commentId: M:AxaFrance.WebEngine.ActionNotFoundException.#ctor(System.String) - fullName: AxaFrance.WebEngine.ActionNotFoundException.ActionNotFoundException(System.String) - nameWithType: ActionNotFoundException.ActionNotFoundException(String) + name.vb: New(String) + fullName: AxaFrance.WebEngine.ActionNotFoundException.ActionNotFoundException(string) + fullName.vb: AxaFrance.WebEngine.ActionNotFoundException.New(String) + nameWithType: ActionNotFoundException.ActionNotFoundException(string) + nameWithType.vb: ActionNotFoundException.New(String) - uid: AxaFrance.WebEngine.ActionNotFoundException.#ctor* name: ActionNotFoundException href: api_net/AxaFrance.WebEngine.ActionNotFoundException.html#AxaFrance_WebEngine_ActionNotFoundException__ctor_ commentId: Overload:AxaFrance.WebEngine.ActionNotFoundException.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.WebEngine.ActionNotFoundException.ActionNotFoundException + fullName.vb: AxaFrance.WebEngine.ActionNotFoundException.New nameWithType: ActionNotFoundException.ActionNotFoundException + nameWithType.vb: ActionNotFoundException.New - uid: AxaFrance.WebEngine.BrowserType name: BrowserType href: api_net/AxaFrance.WebEngine.BrowserType.html @@ -1662,12 +1762,6 @@ references: commentId: F:AxaFrance.WebEngine.BrowserType.IOSNative fullName: AxaFrance.WebEngine.BrowserType.IOSNative nameWithType: BrowserType.IOSNative -- uid: AxaFrance.WebEngine.BrowserType.InternetExplorer - name: InternetExplorer - href: api_net/AxaFrance.WebEngine.BrowserType.html#AxaFrance_WebEngine_BrowserType_InternetExplorer - commentId: F:AxaFrance.WebEngine.BrowserType.InternetExplorer - fullName: AxaFrance.WebEngine.BrowserType.InternetExplorer - nameWithType: BrowserType.InternetExplorer - uid: AxaFrance.WebEngine.BrowserType.Safari name: Safari href: api_net/AxaFrance.WebEngine.BrowserType.html#AxaFrance_WebEngine_BrowserType_Safari @@ -1681,11 +1775,14 @@ references: fullName: AxaFrance.WebEngine.DebugLogger nameWithType: DebugLogger - uid: AxaFrance.WebEngine.DebugLogger.WriteError(System.String) - name: WriteError(String) + name: WriteError(string) href: api_net/AxaFrance.WebEngine.DebugLogger.html#AxaFrance_WebEngine_DebugLogger_WriteError_System_String_ commentId: M:AxaFrance.WebEngine.DebugLogger.WriteError(System.String) - fullName: AxaFrance.WebEngine.DebugLogger.WriteError(System.String) - nameWithType: DebugLogger.WriteError(String) + name.vb: WriteError(String) + fullName: AxaFrance.WebEngine.DebugLogger.WriteError(string) + fullName.vb: AxaFrance.WebEngine.DebugLogger.WriteError(String) + nameWithType: DebugLogger.WriteError(string) + nameWithType.vb: DebugLogger.WriteError(String) - uid: AxaFrance.WebEngine.DebugLogger.WriteError* name: WriteError href: api_net/AxaFrance.WebEngine.DebugLogger.html#AxaFrance_WebEngine_DebugLogger_WriteError_ @@ -1694,11 +1791,14 @@ references: fullName: AxaFrance.WebEngine.DebugLogger.WriteError nameWithType: DebugLogger.WriteError - uid: AxaFrance.WebEngine.DebugLogger.WriteLine(System.String) - name: WriteLine(String) + name: WriteLine(string) href: api_net/AxaFrance.WebEngine.DebugLogger.html#AxaFrance_WebEngine_DebugLogger_WriteLine_System_String_ commentId: M:AxaFrance.WebEngine.DebugLogger.WriteLine(System.String) - fullName: AxaFrance.WebEngine.DebugLogger.WriteLine(System.String) - nameWithType: DebugLogger.WriteLine(String) + name.vb: WriteLine(String) + fullName: AxaFrance.WebEngine.DebugLogger.WriteLine(string) + fullName.vb: AxaFrance.WebEngine.DebugLogger.WriteLine(String) + nameWithType: DebugLogger.WriteLine(string) + nameWithType.vb: DebugLogger.WriteLine(String) - uid: AxaFrance.WebEngine.DebugLogger.WriteLine(System.Text.StringBuilder) name: WriteLine(StringBuilder) href: api_net/AxaFrance.WebEngine.DebugLogger.html#AxaFrance_WebEngine_DebugLogger_WriteLine_System_Text_StringBuilder_ @@ -1713,11 +1813,14 @@ references: fullName: AxaFrance.WebEngine.DebugLogger.WriteLine nameWithType: DebugLogger.WriteLine - uid: AxaFrance.WebEngine.DebugLogger.WriteWarning(System.String) - name: WriteWarning(String) + name: WriteWarning(string) href: api_net/AxaFrance.WebEngine.DebugLogger.html#AxaFrance_WebEngine_DebugLogger_WriteWarning_System_String_ commentId: M:AxaFrance.WebEngine.DebugLogger.WriteWarning(System.String) - fullName: AxaFrance.WebEngine.DebugLogger.WriteWarning(System.String) - nameWithType: DebugLogger.WriteWarning(String) + name.vb: WriteWarning(String) + fullName: AxaFrance.WebEngine.DebugLogger.WriteWarning(string) + fullName.vb: AxaFrance.WebEngine.DebugLogger.WriteWarning(String) + nameWithType: DebugLogger.WriteWarning(string) + nameWithType.vb: DebugLogger.WriteWarning(String) - uid: AxaFrance.WebEngine.DebugLogger.WriteWarning* name: WriteWarning href: api_net/AxaFrance.WebEngine.DebugLogger.html#AxaFrance_WebEngine_DebugLogger_WriteWarning_ @@ -1732,11 +1835,14 @@ references: fullName: AxaFrance.WebEngine.Encrypter nameWithType: Encrypter - uid: AxaFrance.WebEngine.Encrypter.Encrypt(System.String) - name: Encrypt(String) + name: Encrypt(string) href: api_net/AxaFrance.WebEngine.Encrypter.html#AxaFrance_WebEngine_Encrypter_Encrypt_System_String_ commentId: M:AxaFrance.WebEngine.Encrypter.Encrypt(System.String) - fullName: AxaFrance.WebEngine.Encrypter.Encrypt(System.String) - nameWithType: Encrypter.Encrypt(String) + name.vb: Encrypt(String) + fullName: AxaFrance.WebEngine.Encrypter.Encrypt(string) + fullName.vb: AxaFrance.WebEngine.Encrypter.Encrypt(String) + nameWithType: Encrypter.Encrypt(string) + nameWithType.vb: Encrypter.Encrypt(String) - uid: AxaFrance.WebEngine.Encrypter.Encrypt* name: Encrypt href: api_net/AxaFrance.WebEngine.Encrypter.html#AxaFrance_WebEngine_Encrypter_Encrypt_ @@ -1754,15 +1860,21 @@ references: name: EnvironmentVariables() href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables__ctor commentId: M:AxaFrance.WebEngine.EnvironmentVariables.#ctor + name.vb: New() fullName: AxaFrance.WebEngine.EnvironmentVariables.EnvironmentVariables() + fullName.vb: AxaFrance.WebEngine.EnvironmentVariables.New() nameWithType: EnvironmentVariables.EnvironmentVariables() + nameWithType.vb: EnvironmentVariables.New() - uid: AxaFrance.WebEngine.EnvironmentVariables.#ctor* name: EnvironmentVariables href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables__ctor_ commentId: Overload:AxaFrance.WebEngine.EnvironmentVariables.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.WebEngine.EnvironmentVariables.EnvironmentVariables + fullName.vb: AxaFrance.WebEngine.EnvironmentVariables.New nameWithType: EnvironmentVariables.EnvironmentVariables + nameWithType.vb: EnvironmentVariables.New - uid: AxaFrance.WebEngine.EnvironmentVariables.Current name: Current href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_Current @@ -1777,11 +1889,14 @@ references: fullName: AxaFrance.WebEngine.EnvironmentVariables.Current nameWithType: EnvironmentVariables.Current - uid: AxaFrance.WebEngine.EnvironmentVariables.GetValue(System.String) - name: GetValue(String) + name: GetValue(string) href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_GetValue_System_String_ commentId: M:AxaFrance.WebEngine.EnvironmentVariables.GetValue(System.String) - fullName: AxaFrance.WebEngine.EnvironmentVariables.GetValue(System.String) - nameWithType: EnvironmentVariables.GetValue(String) + name.vb: GetValue(String) + fullName: AxaFrance.WebEngine.EnvironmentVariables.GetValue(string) + fullName.vb: AxaFrance.WebEngine.EnvironmentVariables.GetValue(String) + nameWithType: EnvironmentVariables.GetValue(string) + nameWithType.vb: EnvironmentVariables.GetValue(String) - uid: AxaFrance.WebEngine.EnvironmentVariables.GetValue* name: GetValue href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_GetValue_ @@ -1796,11 +1911,14 @@ references: fullName: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom(System.IO.Stream) nameWithType: EnvironmentVariables.LoadFrom(Stream) - uid: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom(System.String) - name: LoadFrom(String) + name: LoadFrom(string) href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_LoadFrom_System_String_ commentId: M:AxaFrance.WebEngine.EnvironmentVariables.LoadFrom(System.String) - fullName: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom(System.String) - nameWithType: EnvironmentVariables.LoadFrom(String) + name.vb: LoadFrom(String) + fullName: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom(string) + fullName.vb: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom(String) + nameWithType: EnvironmentVariables.LoadFrom(string) + nameWithType.vb: EnvironmentVariables.LoadFrom(String) - uid: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom* name: LoadFrom href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_LoadFrom_ @@ -1874,13 +1992,13 @@ references: nameWithType: MethodExtensions.AddItem(List, Variable) nameWithType.vb: MethodExtensions.AddItem(List(Of Variable), Variable) - uid: AxaFrance.WebEngine.MethodExtensions.AddItem(System.Collections.Generic.List{AxaFrance.WebEngine.Variable},System.String,System.String) - name: AddItem(List, String, String) + name: AddItem(List, string, string) href: api_net/AxaFrance.WebEngine.MethodExtensions.html#AxaFrance_WebEngine_MethodExtensions_AddItem_System_Collections_Generic_List_AxaFrance_WebEngine_Variable__System_String_System_String_ commentId: M:AxaFrance.WebEngine.MethodExtensions.AddItem(System.Collections.Generic.List{AxaFrance.WebEngine.Variable},System.String,System.String) name.vb: AddItem(List(Of Variable), String, String) - fullName: AxaFrance.WebEngine.MethodExtensions.AddItem(System.Collections.Generic.List, System.String, System.String) - fullName.vb: AxaFrance.WebEngine.MethodExtensions.AddItem(System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), System.String, System.String) - nameWithType: MethodExtensions.AddItem(List, String, String) + fullName: AxaFrance.WebEngine.MethodExtensions.AddItem(System.Collections.Generic.List, string, string) + fullName.vb: AxaFrance.WebEngine.MethodExtensions.AddItem(System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), String, String) + nameWithType: MethodExtensions.AddItem(List, string, string) nameWithType.vb: MethodExtensions.AddItem(List(Of Variable), String, String) - uid: AxaFrance.WebEngine.MethodExtensions.AddItem* name: AddItem @@ -1890,13 +2008,13 @@ references: fullName: AxaFrance.WebEngine.MethodExtensions.AddItem nameWithType: MethodExtensions.AddItem - uid: AxaFrance.WebEngine.MethodExtensions.Item(System.Collections.Generic.List{AxaFrance.WebEngine.Variable},System.String) - name: Item(List, String) + name: Item(List, string) href: api_net/AxaFrance.WebEngine.MethodExtensions.html#AxaFrance_WebEngine_MethodExtensions_Item_System_Collections_Generic_List_AxaFrance_WebEngine_Variable__System_String_ commentId: M:AxaFrance.WebEngine.MethodExtensions.Item(System.Collections.Generic.List{AxaFrance.WebEngine.Variable},System.String) name.vb: Item(List(Of Variable), String) - fullName: AxaFrance.WebEngine.MethodExtensions.Item(System.Collections.Generic.List, System.String) - fullName.vb: AxaFrance.WebEngine.MethodExtensions.Item(System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), System.String) - nameWithType: MethodExtensions.Item(List, String) + fullName: AxaFrance.WebEngine.MethodExtensions.Item(System.Collections.Generic.List, string) + fullName.vb: AxaFrance.WebEngine.MethodExtensions.Item(System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), String) + nameWithType: MethodExtensions.Item(List, string) nameWithType.vb: MethodExtensions.Item(List(Of Variable), String) - uid: AxaFrance.WebEngine.MethodExtensions.Item* name: Item @@ -1906,13 +2024,13 @@ references: fullName: AxaFrance.WebEngine.MethodExtensions.Item nameWithType: MethodExtensions.Item - uid: AxaFrance.WebEngine.MethodExtensions.RemoveItem(System.Collections.Generic.List{AxaFrance.WebEngine.Variable},System.String) - name: RemoveItem(List, String) + name: RemoveItem(List, string) href: api_net/AxaFrance.WebEngine.MethodExtensions.html#AxaFrance_WebEngine_MethodExtensions_RemoveItem_System_Collections_Generic_List_AxaFrance_WebEngine_Variable__System_String_ commentId: M:AxaFrance.WebEngine.MethodExtensions.RemoveItem(System.Collections.Generic.List{AxaFrance.WebEngine.Variable},System.String) name.vb: RemoveItem(List(Of Variable), String) - fullName: AxaFrance.WebEngine.MethodExtensions.RemoveItem(System.Collections.Generic.List, System.String) - fullName.vb: AxaFrance.WebEngine.MethodExtensions.RemoveItem(System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), System.String) - nameWithType: MethodExtensions.RemoveItem(List, String) + fullName: AxaFrance.WebEngine.MethodExtensions.RemoveItem(System.Collections.Generic.List, string) + fullName.vb: AxaFrance.WebEngine.MethodExtensions.RemoveItem(System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), String) + nameWithType: MethodExtensions.RemoveItem(List, string) nameWithType.vb: MethodExtensions.RemoveItem(List(Of Variable), String) - uid: AxaFrance.WebEngine.MethodExtensions.RemoveItem* name: RemoveItem @@ -1937,21 +2055,30 @@ references: name: AppElementDescription() href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription__ctor commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.#ctor + name.vb: New() fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.AppElementDescription() + fullName.vb: AxaFrance.WebEngine.MobileApp.AppElementDescription.New() nameWithType: AppElementDescription.AppElementDescription() + nameWithType.vb: AppElementDescription.New() - uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.#ctor(OpenQA.Selenium.WebDriver) name: AppElementDescription(WebDriver) href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription__ctor_OpenQA_Selenium_WebDriver_ commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.#ctor(OpenQA.Selenium.WebDriver) + name.vb: New(WebDriver) fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.AppElementDescription(OpenQA.Selenium.WebDriver) + fullName.vb: AxaFrance.WebEngine.MobileApp.AppElementDescription.New(OpenQA.Selenium.WebDriver) nameWithType: AppElementDescription.AppElementDescription(WebDriver) + nameWithType.vb: AppElementDescription.New(WebDriver) - uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.#ctor* name: AppElementDescription href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription__ctor_ commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.AppElementDescription + fullName.vb: AxaFrance.WebEngine.MobileApp.AppElementDescription.New nameWithType: AppElementDescription.AppElementDescription + nameWithType.vb: AppElementDescription.New - uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.AccessbilityId name: AccessbilityId href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_AccessbilityId @@ -2096,17 +2223,23 @@ references: fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollDown nameWithType: AppElementDescription.ScrollDown - uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView(AxaFrance.WebEngine.MobileApp.ScrollDirection,System.Int32) - name: ScrollIntoView(ScrollDirection, Int32) + name: ScrollIntoView(ScrollDirection, int) href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ScrollIntoView_AxaFrance_WebEngine_MobileApp_ScrollDirection_System_Int32_ commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView(AxaFrance.WebEngine.MobileApp.ScrollDirection,System.Int32) - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView(AxaFrance.WebEngine.MobileApp.ScrollDirection, System.Int32) - nameWithType: AppElementDescription.ScrollIntoView(ScrollDirection, Int32) + name.vb: ScrollIntoView(ScrollDirection, Integer) + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView(AxaFrance.WebEngine.MobileApp.ScrollDirection, int) + fullName.vb: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView(AxaFrance.WebEngine.MobileApp.ScrollDirection, Integer) + nameWithType: AppElementDescription.ScrollIntoView(ScrollDirection, int) + nameWithType.vb: AppElementDescription.ScrollIntoView(ScrollDirection, Integer) - uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView(System.Int32) - name: ScrollIntoView(Int32) + name: ScrollIntoView(int) href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ScrollIntoView_System_Int32_ commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView(System.Int32) - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView(System.Int32) - nameWithType: AppElementDescription.ScrollIntoView(Int32) + name.vb: ScrollIntoView(Integer) + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView(int) + fullName.vb: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView(Integer) + nameWithType: AppElementDescription.ScrollIntoView(int) + nameWithType.vb: AppElementDescription.ScrollIntoView(Integer) - uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView* name: ScrollIntoView href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ScrollIntoView_ @@ -2211,12 +2344,15 @@ references: isSpec: "True" fullName: AxaFrance.WebEngine.MobileApp.AppFactory.GetDriver nameWithType: AppFactory.GetDriver -- uid: AxaFrance.WebEngine.MobileApp.AppFactory.SwitchContext(OpenQA.Selenium.Appium.AppiumDriver,System.String) - name: SwitchContext(AppiumDriver, String) - href: api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html#AxaFrance_WebEngine_MobileApp_AppFactory_SwitchContext_OpenQA_Selenium_Appium_AppiumDriver_System_String_ - commentId: M:AxaFrance.WebEngine.MobileApp.AppFactory.SwitchContext(OpenQA.Selenium.Appium.AppiumDriver,System.String) - fullName: AxaFrance.WebEngine.MobileApp.AppFactory.SwitchContext(OpenQA.Selenium.Appium.AppiumDriver, System.String) - nameWithType: AppFactory.SwitchContext(AppiumDriver, String) +- uid: AxaFrance.WebEngine.MobileApp.AppFactory.SwitchContext(OpenQA.Selenium.Appium.AppiumDriver,System.String,System.Int32) + name: SwitchContext(AppiumDriver, string, int) + href: api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html#AxaFrance_WebEngine_MobileApp_AppFactory_SwitchContext_OpenQA_Selenium_Appium_AppiumDriver_System_String_System_Int32_ + commentId: M:AxaFrance.WebEngine.MobileApp.AppFactory.SwitchContext(OpenQA.Selenium.Appium.AppiumDriver,System.String,System.Int32) + name.vb: SwitchContext(AppiumDriver, String, Integer) + fullName: AxaFrance.WebEngine.MobileApp.AppFactory.SwitchContext(OpenQA.Selenium.Appium.AppiumDriver, string, int) + fullName.vb: AxaFrance.WebEngine.MobileApp.AppFactory.SwitchContext(OpenQA.Selenium.Appium.AppiumDriver, String, Integer) + nameWithType: AppFactory.SwitchContext(AppiumDriver, string, int) + nameWithType.vb: AppFactory.SwitchContext(AppiumDriver, String, Integer) - uid: AxaFrance.WebEngine.MobileApp.AppFactory.SwitchContext* name: SwitchContext href: api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html#AxaFrance_WebEngine_MobileApp_AppFactory_SwitchContext_ @@ -2252,24 +2388,30 @@ references: name: SharedActionApp() href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp__ctor commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.#ctor + name.vb: New() fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SharedActionApp() + fullName.vb: AxaFrance.WebEngine.MobileApp.SharedActionApp.New() nameWithType: SharedActionApp.SharedActionApp() + nameWithType.vb: SharedActionApp.New() - uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.#ctor(AxaFrance.WebEngine.Variable[]) name: SharedActionApp(Variable[]) href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp__ctor_AxaFrance_WebEngine_Variable___ commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.#ctor(AxaFrance.WebEngine.Variable[]) - name.vb: SharedActionApp(Variable()) + name.vb: New(Variable()) fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SharedActionApp(AxaFrance.WebEngine.Variable[]) - fullName.vb: AxaFrance.WebEngine.MobileApp.SharedActionApp.SharedActionApp(AxaFrance.WebEngine.Variable()) + fullName.vb: AxaFrance.WebEngine.MobileApp.SharedActionApp.New(AxaFrance.WebEngine.Variable()) nameWithType: SharedActionApp.SharedActionApp(Variable[]) - nameWithType.vb: SharedActionApp.SharedActionApp(Variable()) + nameWithType.vb: SharedActionApp.New(Variable()) - uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.#ctor* name: SharedActionApp href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp__ctor_ commentId: Overload:AxaFrance.WebEngine.MobileApp.SharedActionApp.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SharedActionApp + fullName.vb: AxaFrance.WebEngine.MobileApp.SharedActionApp.New nameWithType: SharedActionApp.SharedActionApp + nameWithType.vb: SharedActionApp.New - uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction(OpenQA.Selenium.Appium.AppiumDriver) name: DoAction(AppiumDriver) href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_DoAction_OpenQA_Selenium_Appium_AppiumDriver_ @@ -2277,11 +2419,14 @@ references: fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction(OpenQA.Selenium.Appium.AppiumDriver) nameWithType: SharedActionApp.DoAction(AppiumDriver) - uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction(System.Object) - name: DoAction(Object) + name: DoAction(object) href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_DoAction_System_Object_ commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction(System.Object) - fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction(System.Object) - nameWithType: SharedActionApp.DoAction(Object) + name.vb: DoAction(Object) + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction(object) + fullName.vb: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction(Object) + nameWithType: SharedActionApp.DoAction(object) + nameWithType.vb: SharedActionApp.DoAction(Object) - uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction* name: DoAction href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_DoAction_ @@ -2296,11 +2441,14 @@ references: fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint(OpenQA.Selenium.Appium.AppiumDriver) nameWithType: SharedActionApp.DoCheckpoint(AppiumDriver) - uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint(System.Object) - name: DoCheckpoint(Object) + name: DoCheckpoint(object) href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_DoCheckpoint_System_Object_ commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint(System.Object) - fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint(System.Object) - nameWithType: SharedActionApp.DoCheckpoint(Object) + name.vb: DoCheckpoint(Object) + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint(object) + fullName.vb: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint(Object) + nameWithType: SharedActionApp.DoCheckpoint(object) + nameWithType.vb: SharedActionApp.DoCheckpoint(Object) - uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint* name: DoCheckpoint href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_DoCheckpoint_ @@ -2321,11 +2469,14 @@ references: fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot() nameWithType: SharedActionApp.Screenshot() - uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot(System.String) - name: Screenshot(String) + name: Screenshot(string) href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_Screenshot_System_String_ commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot(System.String) - fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot(System.String) - nameWithType: SharedActionApp.Screenshot(String) + name.vb: Screenshot(String) + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot(string) + fullName.vb: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot(String) + nameWithType: SharedActionApp.Screenshot(string) + nameWithType.vb: SharedActionApp.Screenshot(String) - uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot* name: Screenshot href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_Screenshot_ @@ -2334,11 +2485,23 @@ references: fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot nameWithType: SharedActionApp.Screenshot - uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext(System.String) - name: SwitchContext(String) + name: SwitchContext(string) href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_SwitchContext_System_String_ commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext(System.String) - fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext(System.String) - nameWithType: SharedActionApp.SwitchContext(String) + name.vb: SwitchContext(String) + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext(string) + fullName.vb: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext(String) + nameWithType: SharedActionApp.SwitchContext(string) + nameWithType.vb: SharedActionApp.SwitchContext(String) +- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext(System.String,System.Int32) + name: SwitchContext(string, int) + href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_SwitchContext_System_String_System_Int32_ + commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext(System.String,System.Int32) + name.vb: SwitchContext(String, Integer) + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext(string, int) + fullName.vb: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext(String, Integer) + nameWithType: SharedActionApp.SwitchContext(string, int) + nameWithType.vb: SharedActionApp.SwitchContext(String, Integer) - uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext* name: SwitchContext href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_SwitchContext_ @@ -2346,6 +2509,19 @@ references: isSpec: "True" fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext nameWithType: SharedActionApp.SwitchContext +- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchToNativeApp + name: SwitchToNativeApp() + href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_SwitchToNativeApp + commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchToNativeApp + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchToNativeApp() + nameWithType: SharedActionApp.SwitchToNativeApp() +- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchToNativeApp* + name: SwitchToNativeApp + href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_SwitchToNativeApp_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchToNativeApp + isSpec: "True" + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchToNativeApp + nameWithType: SharedActionApp.SwitchToNativeApp - uid: AxaFrance.WebEngine.MobileApp.TestCaseApp name: TestCaseApp href: api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html @@ -3227,11 +3403,14 @@ references: fullName: AxaFrance.WebEngine.Report.ReportHelper nameWithType: ReportHelper - uid: AxaFrance.WebEngine.Report.ReportHelper.GenerateHtmlReport(AxaFrance.WebEngine.Report.TestSuiteReport,System.String,System.String) - name: GenerateHtmlReport(TestSuiteReport, String, String) + name: GenerateHtmlReport(TestSuiteReport, string, string) href: api_net/AxaFrance.WebEngine.Report.ReportHelper.html#AxaFrance_WebEngine_Report_ReportHelper_GenerateHtmlReport_AxaFrance_WebEngine_Report_TestSuiteReport_System_String_System_String_ commentId: M:AxaFrance.WebEngine.Report.ReportHelper.GenerateHtmlReport(AxaFrance.WebEngine.Report.TestSuiteReport,System.String,System.String) - fullName: AxaFrance.WebEngine.Report.ReportHelper.GenerateHtmlReport(AxaFrance.WebEngine.Report.TestSuiteReport, System.String, System.String) - nameWithType: ReportHelper.GenerateHtmlReport(TestSuiteReport, String, String) + name.vb: GenerateHtmlReport(TestSuiteReport, String, String) + fullName: AxaFrance.WebEngine.Report.ReportHelper.GenerateHtmlReport(AxaFrance.WebEngine.Report.TestSuiteReport, string, string) + fullName.vb: AxaFrance.WebEngine.Report.ReportHelper.GenerateHtmlReport(AxaFrance.WebEngine.Report.TestSuiteReport, String, String) + nameWithType: ReportHelper.GenerateHtmlReport(TestSuiteReport, string, string) + nameWithType.vb: ReportHelper.GenerateHtmlReport(TestSuiteReport, String, String) - uid: AxaFrance.WebEngine.Report.ReportHelper.GenerateHtmlReport* name: GenerateHtmlReport href: api_net/AxaFrance.WebEngine.Report.ReportHelper.html#AxaFrance_WebEngine_Report_ReportHelper_GenerateHtmlReport_ @@ -3240,11 +3419,14 @@ references: fullName: AxaFrance.WebEngine.Report.ReportHelper.GenerateHtmlReport nameWithType: ReportHelper.GenerateHtmlReport - uid: AxaFrance.WebEngine.Report.ReportHelper.GenerateJUnitReport(AxaFrance.WebEngine.Report.TestSuiteReport,System.String,System.String) - name: GenerateJUnitReport(TestSuiteReport, String, String) + name: GenerateJUnitReport(TestSuiteReport, string, string) href: api_net/AxaFrance.WebEngine.Report.ReportHelper.html#AxaFrance_WebEngine_Report_ReportHelper_GenerateJUnitReport_AxaFrance_WebEngine_Report_TestSuiteReport_System_String_System_String_ commentId: M:AxaFrance.WebEngine.Report.ReportHelper.GenerateJUnitReport(AxaFrance.WebEngine.Report.TestSuiteReport,System.String,System.String) - fullName: AxaFrance.WebEngine.Report.ReportHelper.GenerateJUnitReport(AxaFrance.WebEngine.Report.TestSuiteReport, System.String, System.String) - nameWithType: ReportHelper.GenerateJUnitReport(TestSuiteReport, String, String) + name.vb: GenerateJUnitReport(TestSuiteReport, String, String) + fullName: AxaFrance.WebEngine.Report.ReportHelper.GenerateJUnitReport(AxaFrance.WebEngine.Report.TestSuiteReport, string, string) + fullName.vb: AxaFrance.WebEngine.Report.ReportHelper.GenerateJUnitReport(AxaFrance.WebEngine.Report.TestSuiteReport, String, String) + nameWithType: ReportHelper.GenerateJUnitReport(TestSuiteReport, string, string) + nameWithType.vb: ReportHelper.GenerateJUnitReport(TestSuiteReport, String, String) - uid: AxaFrance.WebEngine.Report.ReportHelper.GenerateJUnitReport* name: GenerateJUnitReport href: api_net/AxaFrance.WebEngine.Report.ReportHelper.html#AxaFrance_WebEngine_Report_ReportHelper_GenerateJUnitReport_ @@ -3253,14 +3435,14 @@ references: fullName: AxaFrance.WebEngine.Report.ReportHelper.GenerateJUnitReport nameWithType: ReportHelper.GenerateJUnitReport - uid: AxaFrance.WebEngine.Report.ReportHelper.LoadReport(System.String,System.String@) - name: LoadReport(String, out String) + name: LoadReport(string, out string) href: api_net/AxaFrance.WebEngine.Report.ReportHelper.html#AxaFrance_WebEngine_Report_ReportHelper_LoadReport_System_String_System_String__ commentId: M:AxaFrance.WebEngine.Report.ReportHelper.LoadReport(System.String,System.String@) - name.vb: LoadReport(String, ByRef String) - fullName: AxaFrance.WebEngine.Report.ReportHelper.LoadReport(System.String, out System.String) - fullName.vb: AxaFrance.WebEngine.Report.ReportHelper.LoadReport(System.String, ByRef System.String) - nameWithType: ReportHelper.LoadReport(String, out String) - nameWithType.vb: ReportHelper.LoadReport(String, ByRef String) + name.vb: LoadReport(String, String) + fullName: AxaFrance.WebEngine.Report.ReportHelper.LoadReport(string, out string) + fullName.vb: AxaFrance.WebEngine.Report.ReportHelper.LoadReport(String, String) + nameWithType: ReportHelper.LoadReport(string, out string) + nameWithType.vb: ReportHelper.LoadReport(String, String) - uid: AxaFrance.WebEngine.Report.ReportHelper.LoadReport* name: LoadReport href: api_net/AxaFrance.WebEngine.Report.ReportHelper.html#AxaFrance_WebEngine_Report_ReportHelper_LoadReport_ @@ -3319,6 +3501,25 @@ references: commentId: T:AxaFrance.WebEngine.Report.TestCaseReport fullName: AxaFrance.WebEngine.Report.TestCaseReport nameWithType: TestCaseReport +- uid: AxaFrance.WebEngine.Report.TestCaseReport.#ctor + name: TestCaseReport() + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport__ctor + commentId: M:AxaFrance.WebEngine.Report.TestCaseReport.#ctor + name.vb: New() + fullName: AxaFrance.WebEngine.Report.TestCaseReport.TestCaseReport() + fullName.vb: AxaFrance.WebEngine.Report.TestCaseReport.New() + nameWithType: TestCaseReport.TestCaseReport() + nameWithType.vb: TestCaseReport.New() +- uid: AxaFrance.WebEngine.Report.TestCaseReport.#ctor* + name: TestCaseReport + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport__ctor_ + commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.#ctor + isSpec: "True" + name.vb: New + fullName: AxaFrance.WebEngine.Report.TestCaseReport.TestCaseReport + fullName.vb: AxaFrance.WebEngine.Report.TestCaseReport.New + nameWithType: TestCaseReport.TestCaseReport + nameWithType.vb: TestCaseReport.New - uid: AxaFrance.WebEngine.Report.TestCaseReport.ActionReports name: ActionReports href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_ActionReports @@ -3333,11 +3534,14 @@ references: fullName: AxaFrance.WebEngine.Report.TestCaseReport.ActionReports nameWithType: TestCaseReport.ActionReports - uid: AxaFrance.WebEngine.Report.TestCaseReport.Attach(System.Object,System.String) - name: Attach(Object, String) + name: Attach(object, string) href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Attach_System_Object_System_String_ commentId: M:AxaFrance.WebEngine.Report.TestCaseReport.Attach(System.Object,System.String) - fullName: AxaFrance.WebEngine.Report.TestCaseReport.Attach(System.Object, System.String) - nameWithType: TestCaseReport.Attach(Object, String) + name.vb: Attach(Object, String) + fullName: AxaFrance.WebEngine.Report.TestCaseReport.Attach(object, string) + fullName.vb: AxaFrance.WebEngine.Report.TestCaseReport.Attach(Object, String) + nameWithType: TestCaseReport.Attach(object, string) + nameWithType.vb: TestCaseReport.Attach(Object, String) - uid: AxaFrance.WebEngine.Report.TestCaseReport.Attach* name: Attach href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Attach_ @@ -3346,11 +3550,14 @@ references: fullName: AxaFrance.WebEngine.Report.TestCaseReport.Attach nameWithType: TestCaseReport.Attach - uid: AxaFrance.WebEngine.Report.TestCaseReport.AttachFile(System.String,System.String) - name: AttachFile(String, String) + name: AttachFile(string, string) href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_AttachFile_System_String_System_String_ commentId: M:AxaFrance.WebEngine.Report.TestCaseReport.AttachFile(System.String,System.String) - fullName: AxaFrance.WebEngine.Report.TestCaseReport.AttachFile(System.String, System.String) - nameWithType: TestCaseReport.AttachFile(String, String) + name.vb: AttachFile(String, String) + fullName: AxaFrance.WebEngine.Report.TestCaseReport.AttachFile(string, string) + fullName.vb: AxaFrance.WebEngine.Report.TestCaseReport.AttachFile(String, String) + nameWithType: TestCaseReport.AttachFile(string, string) + nameWithType.vb: TestCaseReport.AttachFile(String, String) - uid: AxaFrance.WebEngine.Report.TestCaseReport.AttachFile* name: AttachFile href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_AttachFile_ @@ -3524,15 +3731,21 @@ references: name: TestSuiteReport() href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport__ctor commentId: M:AxaFrance.WebEngine.Report.TestSuiteReport.#ctor + name.vb: New() fullName: AxaFrance.WebEngine.Report.TestSuiteReport.TestSuiteReport() + fullName.vb: AxaFrance.WebEngine.Report.TestSuiteReport.New() nameWithType: TestSuiteReport.TestSuiteReport() + nameWithType.vb: TestSuiteReport.New() - uid: AxaFrance.WebEngine.Report.TestSuiteReport.#ctor* name: TestSuiteReport href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport__ctor_ commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.WebEngine.Report.TestSuiteReport.TestSuiteReport + fullName.vb: AxaFrance.WebEngine.Report.TestSuiteReport.New nameWithType: TestSuiteReport.TestSuiteReport + nameWithType.vb: TestSuiteReport.New - uid: AxaFrance.WebEngine.Report.TestSuiteReport.Duration name: Duration href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Duration @@ -3586,11 +3799,14 @@ references: fullName: AxaFrance.WebEngine.Report.TestSuiteReport.Failed nameWithType: TestSuiteReport.Failed - uid: AxaFrance.WebEngine.Report.TestSuiteReport.GenereteCSV(System.String,System.String,System.Boolean) - name: GenereteCSV(String, String, Boolean) + name: GenereteCSV(string, string, bool) href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_GenereteCSV_System_String_System_String_System_Boolean_ commentId: M:AxaFrance.WebEngine.Report.TestSuiteReport.GenereteCSV(System.String,System.String,System.Boolean) - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.GenereteCSV(System.String, System.String, System.Boolean) - nameWithType: TestSuiteReport.GenereteCSV(String, String, Boolean) + name.vb: GenereteCSV(String, String, Boolean) + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.GenereteCSV(string, string, bool) + fullName.vb: AxaFrance.WebEngine.Report.TestSuiteReport.GenereteCSV(String, String, Boolean) + nameWithType: TestSuiteReport.GenereteCSV(string, string, bool) + nameWithType.vb: TestSuiteReport.GenereteCSV(String, String, Boolean) - uid: AxaFrance.WebEngine.Report.TestSuiteReport.GenereteCSV* name: GenereteCSV href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_GenereteCSV_ @@ -3638,11 +3854,14 @@ references: fullName: AxaFrance.WebEngine.Report.TestSuiteReport.Passed nameWithType: TestSuiteReport.Passed - uid: AxaFrance.WebEngine.Report.TestSuiteReport.SaveAs(System.String,System.String,System.Boolean) - name: SaveAs(String, String, Boolean) + name: SaveAs(string, string, bool) href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_SaveAs_System_String_System_String_System_Boolean_ commentId: M:AxaFrance.WebEngine.Report.TestSuiteReport.SaveAs(System.String,System.String,System.Boolean) - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.SaveAs(System.String, System.String, System.Boolean) - nameWithType: TestSuiteReport.SaveAs(String, String, Boolean) + name.vb: SaveAs(String, String, Boolean) + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.SaveAs(string, string, bool) + fullName.vb: AxaFrance.WebEngine.Report.TestSuiteReport.SaveAs(String, String, Boolean) + nameWithType: TestSuiteReport.SaveAs(string, string, bool) + nameWithType.vb: TestSuiteReport.SaveAs(String, String, Boolean) - uid: AxaFrance.WebEngine.Report.TestSuiteReport.SaveAs* name: SaveAs href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_SaveAs_ @@ -4234,18 +4453,21 @@ references: name: SharedActionBase(Variable[]) href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase__ctor_AxaFrance_WebEngine_Variable___ commentId: M:AxaFrance.WebEngine.SharedActionBase.#ctor(AxaFrance.WebEngine.Variable[]) - name.vb: SharedActionBase(Variable()) + name.vb: New(Variable()) fullName: AxaFrance.WebEngine.SharedActionBase.SharedActionBase(AxaFrance.WebEngine.Variable[]) - fullName.vb: AxaFrance.WebEngine.SharedActionBase.SharedActionBase(AxaFrance.WebEngine.Variable()) + fullName.vb: AxaFrance.WebEngine.SharedActionBase.New(AxaFrance.WebEngine.Variable()) nameWithType: SharedActionBase.SharedActionBase(Variable[]) - nameWithType.vb: SharedActionBase.SharedActionBase(Variable()) + nameWithType.vb: SharedActionBase.New(Variable()) - uid: AxaFrance.WebEngine.SharedActionBase.#ctor* name: SharedActionBase href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase__ctor_ commentId: Overload:AxaFrance.WebEngine.SharedActionBase.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.WebEngine.SharedActionBase.SharedActionBase + fullName.vb: AxaFrance.WebEngine.SharedActionBase.New nameWithType: SharedActionBase.SharedActionBase + nameWithType.vb: SharedActionBase.New - uid: AxaFrance.WebEngine.SharedActionBase.ActionReport name: ActionReport href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_ActionReport @@ -4286,38 +4508,41 @@ references: fullName: AxaFrance.WebEngine.SharedActionBase.ContextValues nameWithType: SharedActionBase.ContextValues - uid: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Object) - name: DoAction(Object) + name: DoAction(object) href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoAction_System_Object_ commentId: M:AxaFrance.WebEngine.SharedActionBase.DoAction(System.Object) - fullName: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Object) - nameWithType: SharedActionBase.DoAction(Object) + name.vb: DoAction(Object) + fullName: AxaFrance.WebEngine.SharedActionBase.DoAction(object) + fullName.vb: AxaFrance.WebEngine.SharedActionBase.DoAction(Object) + nameWithType: SharedActionBase.DoAction(object) + nameWithType.vb: SharedActionBase.DoAction(Object) - uid: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type,AxaFrance.WebEngine.TestCase,System.Object,System.Collections.Generic.List{AxaFrance.WebEngine.Variable},AxaFrance.WebEngine.Report.ActionReport,AxaFrance.WebEngine.Variable[]) - name: DoAction(Type, TestCase, Object, List, ActionReport, Variable[]) + name: DoAction(Type, TestCase, object, List, ActionReport, params Variable[]) href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoAction_System_Type_AxaFrance_WebEngine_TestCase_System_Object_System_Collections_Generic_List_AxaFrance_WebEngine_Variable__AxaFrance_WebEngine_Report_ActionReport_AxaFrance_WebEngine_Variable___ commentId: M:AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type,AxaFrance.WebEngine.TestCase,System.Object,System.Collections.Generic.List{AxaFrance.WebEngine.Variable},AxaFrance.WebEngine.Report.ActionReport,AxaFrance.WebEngine.Variable[]) - name.vb: DoAction(Type, TestCase, Object, List(Of Variable), ActionReport, Variable()) - fullName: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type, AxaFrance.WebEngine.TestCase, System.Object, System.Collections.Generic.List, AxaFrance.WebEngine.Report.ActionReport, AxaFrance.WebEngine.Variable[]) - fullName.vb: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type, AxaFrance.WebEngine.TestCase, System.Object, System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), AxaFrance.WebEngine.Report.ActionReport, AxaFrance.WebEngine.Variable()) - nameWithType: SharedActionBase.DoAction(Type, TestCase, Object, List, ActionReport, Variable[]) - nameWithType.vb: SharedActionBase.DoAction(Type, TestCase, Object, List(Of Variable), ActionReport, Variable()) + name.vb: DoAction(Type, TestCase, Object, List(Of Variable), ActionReport, ParamArray Variable()) + fullName: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type, AxaFrance.WebEngine.TestCase, object, System.Collections.Generic.List, AxaFrance.WebEngine.Report.ActionReport, params AxaFrance.WebEngine.Variable[]) + fullName.vb: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type, AxaFrance.WebEngine.TestCase, Object, System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), AxaFrance.WebEngine.Report.ActionReport, ParamArray AxaFrance.WebEngine.Variable()) + nameWithType: SharedActionBase.DoAction(Type, TestCase, object, List, ActionReport, params Variable[]) + nameWithType.vb: SharedActionBase.DoAction(Type, TestCase, Object, List(Of Variable), ActionReport, ParamArray Variable()) - uid: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type,System.Object,System.Collections.Generic.List{AxaFrance.WebEngine.Variable},AxaFrance.WebEngine.Report.ActionReport,AxaFrance.WebEngine.Variable[]) - name: DoAction(Type, Object, List, ActionReport, Variable[]) + name: DoAction(Type, object, List, ActionReport, params Variable[]) href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoAction_System_Type_System_Object_System_Collections_Generic_List_AxaFrance_WebEngine_Variable__AxaFrance_WebEngine_Report_ActionReport_AxaFrance_WebEngine_Variable___ commentId: M:AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type,System.Object,System.Collections.Generic.List{AxaFrance.WebEngine.Variable},AxaFrance.WebEngine.Report.ActionReport,AxaFrance.WebEngine.Variable[]) - name.vb: DoAction(Type, Object, List(Of Variable), ActionReport, Variable()) - fullName: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type, System.Object, System.Collections.Generic.List, AxaFrance.WebEngine.Report.ActionReport, AxaFrance.WebEngine.Variable[]) - fullName.vb: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type, System.Object, System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), AxaFrance.WebEngine.Report.ActionReport, AxaFrance.WebEngine.Variable()) - nameWithType: SharedActionBase.DoAction(Type, Object, List, ActionReport, Variable[]) - nameWithType.vb: SharedActionBase.DoAction(Type, Object, List(Of Variable), ActionReport, Variable()) + name.vb: DoAction(Type, Object, List(Of Variable), ActionReport, ParamArray Variable()) + fullName: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type, object, System.Collections.Generic.List, AxaFrance.WebEngine.Report.ActionReport, params AxaFrance.WebEngine.Variable[]) + fullName.vb: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type, Object, System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), AxaFrance.WebEngine.Report.ActionReport, ParamArray AxaFrance.WebEngine.Variable()) + nameWithType: SharedActionBase.DoAction(Type, object, List, ActionReport, params Variable[]) + nameWithType.vb: SharedActionBase.DoAction(Type, Object, List(Of Variable), ActionReport, ParamArray Variable()) - uid: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type,System.Object,System.Collections.Generic.List{AxaFrance.WebEngine.Variable},AxaFrance.WebEngine.Variable[]) - name: DoAction(Type, Object, List, Variable[]) + name: DoAction(Type, object, List, params Variable[]) href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoAction_System_Type_System_Object_System_Collections_Generic_List_AxaFrance_WebEngine_Variable__AxaFrance_WebEngine_Variable___ commentId: M:AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type,System.Object,System.Collections.Generic.List{AxaFrance.WebEngine.Variable},AxaFrance.WebEngine.Variable[]) - name.vb: DoAction(Type, Object, List(Of Variable), Variable()) - fullName: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type, System.Object, System.Collections.Generic.List, AxaFrance.WebEngine.Variable[]) - fullName.vb: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type, System.Object, System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), AxaFrance.WebEngine.Variable()) - nameWithType: SharedActionBase.DoAction(Type, Object, List, Variable[]) - nameWithType.vb: SharedActionBase.DoAction(Type, Object, List(Of Variable), Variable()) + name.vb: DoAction(Type, Object, List(Of Variable), ParamArray Variable()) + fullName: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type, object, System.Collections.Generic.List, params AxaFrance.WebEngine.Variable[]) + fullName.vb: AxaFrance.WebEngine.SharedActionBase.DoAction(System.Type, Object, System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), ParamArray AxaFrance.WebEngine.Variable()) + nameWithType: SharedActionBase.DoAction(Type, object, List, params Variable[]) + nameWithType.vb: SharedActionBase.DoAction(Type, Object, List(Of Variable), ParamArray Variable()) - uid: AxaFrance.WebEngine.SharedActionBase.DoAction* name: DoAction href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoAction_ @@ -4326,23 +4551,23 @@ references: fullName: AxaFrance.WebEngine.SharedActionBase.DoAction nameWithType: SharedActionBase.DoAction - uid: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint(System.Type,System.Object,System.Collections.Generic.List{AxaFrance.WebEngine.Variable},AxaFrance.WebEngine.Report.ActionReport,AxaFrance.WebEngine.Variable[]) - name: DoActionWithCheckpoint(Type, Object, List, ActionReport, Variable[]) + name: DoActionWithCheckpoint(Type, object, List, ActionReport, params Variable[]) href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoActionWithCheckpoint_System_Type_System_Object_System_Collections_Generic_List_AxaFrance_WebEngine_Variable__AxaFrance_WebEngine_Report_ActionReport_AxaFrance_WebEngine_Variable___ commentId: M:AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint(System.Type,System.Object,System.Collections.Generic.List{AxaFrance.WebEngine.Variable},AxaFrance.WebEngine.Report.ActionReport,AxaFrance.WebEngine.Variable[]) - name.vb: DoActionWithCheckpoint(Type, Object, List(Of Variable), ActionReport, Variable()) - fullName: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint(System.Type, System.Object, System.Collections.Generic.List, AxaFrance.WebEngine.Report.ActionReport, AxaFrance.WebEngine.Variable[]) - fullName.vb: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint(System.Type, System.Object, System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), AxaFrance.WebEngine.Report.ActionReport, AxaFrance.WebEngine.Variable()) - nameWithType: SharedActionBase.DoActionWithCheckpoint(Type, Object, List, ActionReport, Variable[]) - nameWithType.vb: SharedActionBase.DoActionWithCheckpoint(Type, Object, List(Of Variable), ActionReport, Variable()) + name.vb: DoActionWithCheckpoint(Type, Object, List(Of Variable), ActionReport, ParamArray Variable()) + fullName: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint(System.Type, object, System.Collections.Generic.List, AxaFrance.WebEngine.Report.ActionReport, params AxaFrance.WebEngine.Variable[]) + fullName.vb: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint(System.Type, Object, System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), AxaFrance.WebEngine.Report.ActionReport, ParamArray AxaFrance.WebEngine.Variable()) + nameWithType: SharedActionBase.DoActionWithCheckpoint(Type, object, List, ActionReport, params Variable[]) + nameWithType.vb: SharedActionBase.DoActionWithCheckpoint(Type, Object, List(Of Variable), ActionReport, ParamArray Variable()) - uid: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint(System.Type,System.Object,System.Collections.Generic.List{AxaFrance.WebEngine.Variable},AxaFrance.WebEngine.SharedActionBase,AxaFrance.WebEngine.Variable[]) - name: DoActionWithCheckpoint(Type, Object, List, SharedActionBase, Variable[]) + name: DoActionWithCheckpoint(Type, object, List, SharedActionBase, params Variable[]) href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoActionWithCheckpoint_System_Type_System_Object_System_Collections_Generic_List_AxaFrance_WebEngine_Variable__AxaFrance_WebEngine_SharedActionBase_AxaFrance_WebEngine_Variable___ commentId: M:AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint(System.Type,System.Object,System.Collections.Generic.List{AxaFrance.WebEngine.Variable},AxaFrance.WebEngine.SharedActionBase,AxaFrance.WebEngine.Variable[]) - name.vb: DoActionWithCheckpoint(Type, Object, List(Of Variable), SharedActionBase, Variable()) - fullName: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint(System.Type, System.Object, System.Collections.Generic.List, AxaFrance.WebEngine.SharedActionBase, AxaFrance.WebEngine.Variable[]) - fullName.vb: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint(System.Type, System.Object, System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), AxaFrance.WebEngine.SharedActionBase, AxaFrance.WebEngine.Variable()) - nameWithType: SharedActionBase.DoActionWithCheckpoint(Type, Object, List, SharedActionBase, Variable[]) - nameWithType.vb: SharedActionBase.DoActionWithCheckpoint(Type, Object, List(Of Variable), SharedActionBase, Variable()) + name.vb: DoActionWithCheckpoint(Type, Object, List(Of Variable), SharedActionBase, ParamArray Variable()) + fullName: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint(System.Type, object, System.Collections.Generic.List, AxaFrance.WebEngine.SharedActionBase, params AxaFrance.WebEngine.Variable[]) + fullName.vb: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint(System.Type, Object, System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), AxaFrance.WebEngine.SharedActionBase, ParamArray AxaFrance.WebEngine.Variable()) + nameWithType: SharedActionBase.DoActionWithCheckpoint(Type, object, List, SharedActionBase, params Variable[]) + nameWithType.vb: SharedActionBase.DoActionWithCheckpoint(Type, Object, List(Of Variable), SharedActionBase, ParamArray Variable()) - uid: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint* name: DoActionWithCheckpoint href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoActionWithCheckpoint_ @@ -4351,11 +4576,14 @@ references: fullName: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint nameWithType: SharedActionBase.DoActionWithCheckpoint - uid: AxaFrance.WebEngine.SharedActionBase.DoCheckpoint(System.Object) - name: DoCheckpoint(Object) + name: DoCheckpoint(object) href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoCheckpoint_System_Object_ commentId: M:AxaFrance.WebEngine.SharedActionBase.DoCheckpoint(System.Object) - fullName: AxaFrance.WebEngine.SharedActionBase.DoCheckpoint(System.Object) - nameWithType: SharedActionBase.DoCheckpoint(Object) + name.vb: DoCheckpoint(Object) + fullName: AxaFrance.WebEngine.SharedActionBase.DoCheckpoint(object) + fullName.vb: AxaFrance.WebEngine.SharedActionBase.DoCheckpoint(Object) + nameWithType: SharedActionBase.DoCheckpoint(object) + nameWithType.vb: SharedActionBase.DoCheckpoint(Object) - uid: AxaFrance.WebEngine.SharedActionBase.DoCheckpoint* name: DoCheckpoint href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoCheckpoint_ @@ -4364,20 +4592,23 @@ references: fullName: AxaFrance.WebEngine.SharedActionBase.DoCheckpoint nameWithType: SharedActionBase.DoCheckpoint - uid: AxaFrance.WebEngine.SharedActionBase.GetParameter(System.Collections.Generic.IEnumerable{AxaFrance.WebEngine.Variable},System.String) - name: GetParameter(IEnumerable, String) + name: GetParameter(IEnumerable, string) href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_GetParameter_System_Collections_Generic_IEnumerable_AxaFrance_WebEngine_Variable__System_String_ commentId: M:AxaFrance.WebEngine.SharedActionBase.GetParameter(System.Collections.Generic.IEnumerable{AxaFrance.WebEngine.Variable},System.String) name.vb: GetParameter(IEnumerable(Of Variable), String) - fullName: AxaFrance.WebEngine.SharedActionBase.GetParameter(System.Collections.Generic.IEnumerable, System.String) - fullName.vb: AxaFrance.WebEngine.SharedActionBase.GetParameter(System.Collections.Generic.IEnumerable(Of AxaFrance.WebEngine.Variable), System.String) - nameWithType: SharedActionBase.GetParameter(IEnumerable, String) + fullName: AxaFrance.WebEngine.SharedActionBase.GetParameter(System.Collections.Generic.IEnumerable, string) + fullName.vb: AxaFrance.WebEngine.SharedActionBase.GetParameter(System.Collections.Generic.IEnumerable(Of AxaFrance.WebEngine.Variable), String) + nameWithType: SharedActionBase.GetParameter(IEnumerable, string) nameWithType.vb: SharedActionBase.GetParameter(IEnumerable(Of Variable), String) - uid: AxaFrance.WebEngine.SharedActionBase.GetParameter(System.String) - name: GetParameter(String) + name: GetParameter(string) href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_GetParameter_System_String_ commentId: M:AxaFrance.WebEngine.SharedActionBase.GetParameter(System.String) - fullName: AxaFrance.WebEngine.SharedActionBase.GetParameter(System.String) - nameWithType: SharedActionBase.GetParameter(String) + name.vb: GetParameter(String) + fullName: AxaFrance.WebEngine.SharedActionBase.GetParameter(string) + fullName.vb: AxaFrance.WebEngine.SharedActionBase.GetParameter(String) + nameWithType: SharedActionBase.GetParameter(string) + nameWithType.vb: SharedActionBase.GetParameter(String) - uid: AxaFrance.WebEngine.SharedActionBase.GetParameter* name: GetParameter href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_GetParameter_ @@ -4386,11 +4617,14 @@ references: fullName: AxaFrance.WebEngine.SharedActionBase.GetParameter nameWithType: SharedActionBase.GetParameter - uid: AxaFrance.WebEngine.SharedActionBase.GetType(System.String) - name: GetType(String) + name: GetType(string) href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_GetType_System_String_ commentId: M:AxaFrance.WebEngine.SharedActionBase.GetType(System.String) - fullName: AxaFrance.WebEngine.SharedActionBase.GetType(System.String) - nameWithType: SharedActionBase.GetType(String) + name.vb: GetType(String) + fullName: AxaFrance.WebEngine.SharedActionBase.GetType(string) + fullName.vb: AxaFrance.WebEngine.SharedActionBase.GetType(String) + nameWithType: SharedActionBase.GetType(string) + nameWithType.vb: SharedActionBase.GetType(String) - uid: AxaFrance.WebEngine.SharedActionBase.GetType* name: GetType href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_GetType_ @@ -4451,11 +4685,14 @@ references: fullName: AxaFrance.WebEngine.SharedActionBase.RequiredParameters nameWithType: SharedActionBase.RequiredParameters - uid: AxaFrance.WebEngine.SharedActionBase.Screenshot(System.String) - name: Screenshot(String) + name: Screenshot(string) href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Screenshot_System_String_ commentId: M:AxaFrance.WebEngine.SharedActionBase.Screenshot(System.String) - fullName: AxaFrance.WebEngine.SharedActionBase.Screenshot(System.String) - nameWithType: SharedActionBase.Screenshot(String) + name.vb: Screenshot(String) + fullName: AxaFrance.WebEngine.SharedActionBase.Screenshot(string) + fullName.vb: AxaFrance.WebEngine.SharedActionBase.Screenshot(String) + nameWithType: SharedActionBase.Screenshot(string) + nameWithType.vb: SharedActionBase.Screenshot(String) - uid: AxaFrance.WebEngine.SharedActionBase.Screenshot* name: Screenshot href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Screenshot_ @@ -4476,6 +4713,19 @@ references: isSpec: "True" fullName: AxaFrance.WebEngine.SharedActionBase.Screenshots nameWithType: SharedActionBase.Screenshots +- uid: AxaFrance.WebEngine.SharedActionBase.StopTestCase + name: StopTestCase() + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_StopTestCase + commentId: M:AxaFrance.WebEngine.SharedActionBase.StopTestCase + fullName: AxaFrance.WebEngine.SharedActionBase.StopTestCase() + nameWithType: SharedActionBase.StopTestCase() +- uid: AxaFrance.WebEngine.SharedActionBase.StopTestCase* + name: StopTestCase + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_StopTestCase_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.StopTestCase + isSpec: "True" + fullName: AxaFrance.WebEngine.SharedActionBase.StopTestCase + nameWithType: SharedActionBase.StopTestCase - uid: AxaFrance.WebEngine.SharedActionBase.UpdateTime name: UpdateTime href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_UpdateTime @@ -4593,11 +4843,14 @@ references: fullName: AxaFrance.WebEngine.TestCase.Name nameWithType: TestCase.Name - uid: AxaFrance.WebEngine.TestCase.Run(AxaFrance.WebEngine.Report.TestCaseReport,System.Boolean) - name: Run(TestCaseReport, Boolean) + name: Run(TestCaseReport, bool) href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Run_AxaFrance_WebEngine_Report_TestCaseReport_System_Boolean_ commentId: M:AxaFrance.WebEngine.TestCase.Run(AxaFrance.WebEngine.Report.TestCaseReport,System.Boolean) - fullName: AxaFrance.WebEngine.TestCase.Run(AxaFrance.WebEngine.Report.TestCaseReport, System.Boolean) - nameWithType: TestCase.Run(TestCaseReport, Boolean) + name.vb: Run(TestCaseReport, Boolean) + fullName: AxaFrance.WebEngine.TestCase.Run(AxaFrance.WebEngine.Report.TestCaseReport, bool) + fullName.vb: AxaFrance.WebEngine.TestCase.Run(AxaFrance.WebEngine.Report.TestCaseReport, Boolean) + nameWithType: TestCase.Run(TestCaseReport, bool) + nameWithType.vb: TestCase.Run(TestCaseReport, Boolean) - uid: AxaFrance.WebEngine.TestCase.Run* name: Run href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Run_ @@ -4716,11 +4969,14 @@ references: fullName: AxaFrance.WebEngine.TestData.Data nameWithType: TestData.Data - uid: AxaFrance.WebEngine.TestData.GetValue(System.String) - name: GetValue(String) + name: GetValue(string) href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_GetValue_System_String_ commentId: M:AxaFrance.WebEngine.TestData.GetValue(System.String) - fullName: AxaFrance.WebEngine.TestData.GetValue(System.String) - nameWithType: TestData.GetValue(String) + name.vb: GetValue(String) + fullName: AxaFrance.WebEngine.TestData.GetValue(string) + fullName.vb: AxaFrance.WebEngine.TestData.GetValue(String) + nameWithType: TestData.GetValue(string) + nameWithType.vb: TestData.GetValue(String) - uid: AxaFrance.WebEngine.TestData.GetValue* name: GetValue href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_GetValue_ @@ -4729,11 +4985,14 @@ references: fullName: AxaFrance.WebEngine.TestData.GetValue nameWithType: TestData.GetValue - uid: AxaFrance.WebEngine.TestData.SetValue(System.String,System.String) - name: SetValue(String, String) + name: SetValue(string, string) href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_SetValue_System_String_System_String_ commentId: M:AxaFrance.WebEngine.TestData.SetValue(System.String,System.String) - fullName: AxaFrance.WebEngine.TestData.SetValue(System.String, System.String) - nameWithType: TestData.SetValue(String, String) + name.vb: SetValue(String, String) + fullName: AxaFrance.WebEngine.TestData.SetValue(string, string) + fullName.vb: AxaFrance.WebEngine.TestData.SetValue(String, String) + nameWithType: TestData.SetValue(string, string) + nameWithType.vb: TestData.SetValue(String, String) - uid: AxaFrance.WebEngine.TestData.SetValue* name: SetValue href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_SetValue_ @@ -4755,11 +5014,14 @@ references: fullName: AxaFrance.WebEngine.TestData.TestName nameWithType: TestData.TestName - uid: AxaFrance.WebEngine.TestData.TryGetValue(System.String) - name: TryGetValue(String) + name: TryGetValue(string) href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_TryGetValue_System_String_ commentId: M:AxaFrance.WebEngine.TestData.TryGetValue(System.String) - fullName: AxaFrance.WebEngine.TestData.TryGetValue(System.String) - nameWithType: TestData.TryGetValue(String) + name.vb: TryGetValue(String) + fullName: AxaFrance.WebEngine.TestData.TryGetValue(string) + fullName.vb: AxaFrance.WebEngine.TestData.TryGetValue(String) + nameWithType: TestData.TryGetValue(string) + nameWithType.vb: TestData.TryGetValue(String) - uid: AxaFrance.WebEngine.TestData.TryGetValue* name: TryGetValue href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_TryGetValue_ @@ -4777,15 +5039,21 @@ references: name: TestStep() href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep__ctor commentId: M:AxaFrance.WebEngine.TestStep.#ctor + name.vb: New() fullName: AxaFrance.WebEngine.TestStep.TestStep() + fullName.vb: AxaFrance.WebEngine.TestStep.New() nameWithType: TestStep.TestStep() + nameWithType.vb: TestStep.New() - uid: AxaFrance.WebEngine.TestStep.#ctor* name: TestStep href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep__ctor_ commentId: Overload:AxaFrance.WebEngine.TestStep.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.WebEngine.TestStep.TestStep + fullName.vb: AxaFrance.WebEngine.TestStep.New nameWithType: TestStep.TestStep + nameWithType.vb: TestStep.New - uid: AxaFrance.WebEngine.TestStep.Action name: Action href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep_Action @@ -4893,15 +5161,21 @@ references: name: TestSuiteData() href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData__ctor commentId: M:AxaFrance.WebEngine.TestSuiteData.#ctor + name.vb: New() fullName: AxaFrance.WebEngine.TestSuiteData.TestSuiteData() + fullName.vb: AxaFrance.WebEngine.TestSuiteData.New() nameWithType: TestSuiteData.TestSuiteData() + nameWithType.vb: TestSuiteData.New() - uid: AxaFrance.WebEngine.TestSuiteData.#ctor* name: TestSuiteData href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData__ctor_ commentId: Overload:AxaFrance.WebEngine.TestSuiteData.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.WebEngine.TestSuiteData.TestSuiteData + fullName.vb: AxaFrance.WebEngine.TestSuiteData.New nameWithType: TestSuiteData.TestSuiteData + nameWithType.vb: TestSuiteData.New - uid: AxaFrance.WebEngine.TestSuiteData.Current name: Current href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_Current @@ -4916,11 +5190,14 @@ references: fullName: AxaFrance.WebEngine.TestSuiteData.Current nameWithType: TestSuiteData.Current - uid: AxaFrance.WebEngine.TestSuiteData.GetTestData(System.String) - name: GetTestData(String) + name: GetTestData(string) href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_GetTestData_System_String_ commentId: M:AxaFrance.WebEngine.TestSuiteData.GetTestData(System.String) - fullName: AxaFrance.WebEngine.TestSuiteData.GetTestData(System.String) - nameWithType: TestSuiteData.GetTestData(String) + name.vb: GetTestData(String) + fullName: AxaFrance.WebEngine.TestSuiteData.GetTestData(string) + fullName.vb: AxaFrance.WebEngine.TestSuiteData.GetTestData(String) + nameWithType: TestSuiteData.GetTestData(string) + nameWithType.vb: TestSuiteData.GetTestData(String) - uid: AxaFrance.WebEngine.TestSuiteData.GetTestData* name: GetTestData href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_GetTestData_ @@ -4929,11 +5206,14 @@ references: fullName: AxaFrance.WebEngine.TestSuiteData.GetTestData nameWithType: TestSuiteData.GetTestData - uid: AxaFrance.WebEngine.TestSuiteData.GetValue(System.String,System.String) - name: GetValue(String, String) + name: GetValue(string, string) href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_GetValue_System_String_System_String_ commentId: M:AxaFrance.WebEngine.TestSuiteData.GetValue(System.String,System.String) - fullName: AxaFrance.WebEngine.TestSuiteData.GetValue(System.String, System.String) - nameWithType: TestSuiteData.GetValue(String, String) + name.vb: GetValue(String, String) + fullName: AxaFrance.WebEngine.TestSuiteData.GetValue(string, string) + fullName.vb: AxaFrance.WebEngine.TestSuiteData.GetValue(String, String) + nameWithType: TestSuiteData.GetValue(string, string) + nameWithType.vb: TestSuiteData.GetValue(String, String) - uid: AxaFrance.WebEngine.TestSuiteData.GetValue* name: GetValue href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_GetValue_ @@ -4955,11 +5235,14 @@ references: fullName: AxaFrance.WebEngine.TestSuiteData.InitializeEmpty nameWithType: TestSuiteData.InitializeEmpty - uid: AxaFrance.WebEngine.TestSuiteData.LoadFrom(System.String) - name: LoadFrom(String) + name: LoadFrom(string) href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_LoadFrom_System_String_ commentId: M:AxaFrance.WebEngine.TestSuiteData.LoadFrom(System.String) - fullName: AxaFrance.WebEngine.TestSuiteData.LoadFrom(System.String) - nameWithType: TestSuiteData.LoadFrom(String) + name.vb: LoadFrom(String) + fullName: AxaFrance.WebEngine.TestSuiteData.LoadFrom(string) + fullName.vb: AxaFrance.WebEngine.TestSuiteData.LoadFrom(String) + nameWithType: TestSuiteData.LoadFrom(string) + nameWithType.vb: TestSuiteData.LoadFrom(String) - uid: AxaFrance.WebEngine.TestSuiteData.LoadFrom* name: LoadFrom href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_LoadFrom_ @@ -4968,11 +5251,14 @@ references: fullName: AxaFrance.WebEngine.TestSuiteData.LoadFrom nameWithType: TestSuiteData.LoadFrom - uid: AxaFrance.WebEngine.TestSuiteData.SetValue(System.String,System.String,System.String) - name: SetValue(String, String, String) + name: SetValue(string, string, string) href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_SetValue_System_String_System_String_System_String_ commentId: M:AxaFrance.WebEngine.TestSuiteData.SetValue(System.String,System.String,System.String) - fullName: AxaFrance.WebEngine.TestSuiteData.SetValue(System.String, System.String, System.String) - nameWithType: TestSuiteData.SetValue(String, String, String) + name.vb: SetValue(String, String, String) + fullName: AxaFrance.WebEngine.TestSuiteData.SetValue(string, string, string) + fullName.vb: AxaFrance.WebEngine.TestSuiteData.SetValue(String, String, String) + nameWithType: TestSuiteData.SetValue(string, string, string) + nameWithType.vb: TestSuiteData.SetValue(String, String, String) - uid: AxaFrance.WebEngine.TestSuiteData.SetValue* name: SetValue href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_SetValue_ @@ -5000,11 +5286,14 @@ references: fullName: AxaFrance.WebEngine.Utilities nameWithType: Utilities - uid: AxaFrance.WebEngine.Utilities.ExtractDateFromText(System.String) - name: ExtractDateFromText(String) + name: ExtractDateFromText(string) href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_ExtractDateFromText_System_String_ commentId: M:AxaFrance.WebEngine.Utilities.ExtractDateFromText(System.String) - fullName: AxaFrance.WebEngine.Utilities.ExtractDateFromText(System.String) - nameWithType: Utilities.ExtractDateFromText(String) + name.vb: ExtractDateFromText(String) + fullName: AxaFrance.WebEngine.Utilities.ExtractDateFromText(string) + fullName.vb: AxaFrance.WebEngine.Utilities.ExtractDateFromText(String) + nameWithType: Utilities.ExtractDateFromText(string) + nameWithType.vb: Utilities.ExtractDateFromText(String) - uid: AxaFrance.WebEngine.Utilities.ExtractDateFromText* name: ExtractDateFromText href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_ExtractDateFromText_ @@ -5013,11 +5302,14 @@ references: fullName: AxaFrance.WebEngine.Utilities.ExtractDateFromText nameWithType: Utilities.ExtractDateFromText - uid: AxaFrance.WebEngine.Utilities.GenerateEmail(System.String,System.String,System.Boolean,System.String) - name: GenerateEmail(String, String, Boolean, String) + name: GenerateEmail(string, string, bool, string) href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GenerateEmail_System_String_System_String_System_Boolean_System_String_ commentId: M:AxaFrance.WebEngine.Utilities.GenerateEmail(System.String,System.String,System.Boolean,System.String) - fullName: AxaFrance.WebEngine.Utilities.GenerateEmail(System.String, System.String, System.Boolean, System.String) - nameWithType: Utilities.GenerateEmail(String, String, Boolean, String) + name.vb: GenerateEmail(String, String, Boolean, String) + fullName: AxaFrance.WebEngine.Utilities.GenerateEmail(string, string, bool, string) + fullName.vb: AxaFrance.WebEngine.Utilities.GenerateEmail(String, String, Boolean, String) + nameWithType: Utilities.GenerateEmail(string, string, bool, string) + nameWithType.vb: Utilities.GenerateEmail(String, String, Boolean, String) - uid: AxaFrance.WebEngine.Utilities.GenerateEmail* name: GenerateEmail href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GenerateEmail_ @@ -5026,11 +5318,14 @@ references: fullName: AxaFrance.WebEngine.Utilities.GenerateEmail nameWithType: Utilities.GenerateEmail - uid: AxaFrance.WebEngine.Utilities.GeneratePhoneNumber(System.String) - name: GeneratePhoneNumber(String) + name: GeneratePhoneNumber(string) href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GeneratePhoneNumber_System_String_ commentId: M:AxaFrance.WebEngine.Utilities.GeneratePhoneNumber(System.String) - fullName: AxaFrance.WebEngine.Utilities.GeneratePhoneNumber(System.String) - nameWithType: Utilities.GeneratePhoneNumber(String) + name.vb: GeneratePhoneNumber(String) + fullName: AxaFrance.WebEngine.Utilities.GeneratePhoneNumber(string) + fullName.vb: AxaFrance.WebEngine.Utilities.GeneratePhoneNumber(String) + nameWithType: Utilities.GeneratePhoneNumber(string) + nameWithType.vb: Utilities.GeneratePhoneNumber(String) - uid: AxaFrance.WebEngine.Utilities.GeneratePhoneNumber* name: GeneratePhoneNumber href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GeneratePhoneNumber_ @@ -5039,11 +5334,14 @@ references: fullName: AxaFrance.WebEngine.Utilities.GeneratePhoneNumber nameWithType: Utilities.GeneratePhoneNumber - uid: AxaFrance.WebEngine.Utilities.GetRandomItemFromEnvironmentVariable(System.String,System.Char) - name: GetRandomItemFromEnvironmentVariable(String, Char) + name: GetRandomItemFromEnvironmentVariable(string, char) href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GetRandomItemFromEnvironmentVariable_System_String_System_Char_ commentId: M:AxaFrance.WebEngine.Utilities.GetRandomItemFromEnvironmentVariable(System.String,System.Char) - fullName: AxaFrance.WebEngine.Utilities.GetRandomItemFromEnvironmentVariable(System.String, System.Char) - nameWithType: Utilities.GetRandomItemFromEnvironmentVariable(String, Char) + name.vb: GetRandomItemFromEnvironmentVariable(String, Char) + fullName: AxaFrance.WebEngine.Utilities.GetRandomItemFromEnvironmentVariable(string, char) + fullName.vb: AxaFrance.WebEngine.Utilities.GetRandomItemFromEnvironmentVariable(String, Char) + nameWithType: Utilities.GetRandomItemFromEnvironmentVariable(string, char) + nameWithType.vb: Utilities.GetRandomItemFromEnvironmentVariable(String, Char) - uid: AxaFrance.WebEngine.Utilities.GetRandomItemFromEnvironmentVariable* name: GetRandomItemFromEnvironmentVariable href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GetRandomItemFromEnvironmentVariable_ @@ -5065,11 +5363,14 @@ references: fullName: AxaFrance.WebEngine.Utilities.GetRandomLetter nameWithType: Utilities.GetRandomLetter - uid: AxaFrance.WebEngine.Utilities.GetRandomNumber(System.Int32) - name: GetRandomNumber(Int32) + name: GetRandomNumber(int) href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GetRandomNumber_System_Int32_ commentId: M:AxaFrance.WebEngine.Utilities.GetRandomNumber(System.Int32) - fullName: AxaFrance.WebEngine.Utilities.GetRandomNumber(System.Int32) - nameWithType: Utilities.GetRandomNumber(Int32) + name.vb: GetRandomNumber(Integer) + fullName: AxaFrance.WebEngine.Utilities.GetRandomNumber(int) + fullName.vb: AxaFrance.WebEngine.Utilities.GetRandomNumber(Integer) + nameWithType: Utilities.GetRandomNumber(int) + nameWithType.vb: Utilities.GetRandomNumber(Integer) - uid: AxaFrance.WebEngine.Utilities.GetRandomNumber* name: GetRandomNumber href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GetRandomNumber_ @@ -5078,13 +5379,13 @@ references: fullName: AxaFrance.WebEngine.Utilities.GetRandomNumber nameWithType: Utilities.GetRandomNumber - uid: AxaFrance.WebEngine.Utilities.GetRandomStringFromList(System.Object[]) - name: GetRandomStringFromList(Object[]) + name: GetRandomStringFromList(object[]) href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GetRandomStringFromList_System_Object___ commentId: M:AxaFrance.WebEngine.Utilities.GetRandomStringFromList(System.Object[]) name.vb: GetRandomStringFromList(Object()) - fullName: AxaFrance.WebEngine.Utilities.GetRandomStringFromList(System.Object[]) - fullName.vb: AxaFrance.WebEngine.Utilities.GetRandomStringFromList(System.Object()) - nameWithType: Utilities.GetRandomStringFromList(Object[]) + fullName: AxaFrance.WebEngine.Utilities.GetRandomStringFromList(object[]) + fullName.vb: AxaFrance.WebEngine.Utilities.GetRandomStringFromList(Object()) + nameWithType: Utilities.GetRandomStringFromList(object[]) nameWithType.vb: Utilities.GetRandomStringFromList(Object()) - uid: AxaFrance.WebEngine.Utilities.GetRandomStringFromList* name: GetRandomStringFromList @@ -5094,11 +5395,14 @@ references: fullName: AxaFrance.WebEngine.Utilities.GetRandomStringFromList nameWithType: Utilities.GetRandomStringFromList - uid: AxaFrance.WebEngine.Utilities.LoremIpsum(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) - name: LoremIpsum(Int32, Int32, Int32, Int32, Int32) + name: LoremIpsum(int, int, int, int, int) href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_LoremIpsum_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_ commentId: M:AxaFrance.WebEngine.Utilities.LoremIpsum(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) - fullName: AxaFrance.WebEngine.Utilities.LoremIpsum(System.Int32, System.Int32, System.Int32, System.Int32, System.Int32) - nameWithType: Utilities.LoremIpsum(Int32, Int32, Int32, Int32, Int32) + name.vb: LoremIpsum(Integer, Integer, Integer, Integer, Integer) + fullName: AxaFrance.WebEngine.Utilities.LoremIpsum(int, int, int, int, int) + fullName.vb: AxaFrance.WebEngine.Utilities.LoremIpsum(Integer, Integer, Integer, Integer, Integer) + nameWithType: Utilities.LoremIpsum(int, int, int, int, int) + nameWithType.vb: Utilities.LoremIpsum(Integer, Integer, Integer, Integer, Integer) - uid: AxaFrance.WebEngine.Utilities.LoremIpsum* name: LoremIpsum href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_LoremIpsum_ @@ -5107,11 +5411,14 @@ references: fullName: AxaFrance.WebEngine.Utilities.LoremIpsum nameWithType: Utilities.LoremIpsum - uid: AxaFrance.WebEngine.Utilities.SaveFile(System.String,System.String) - name: SaveFile(String, String) + name: SaveFile(string, string) href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_SaveFile_System_String_System_String_ commentId: M:AxaFrance.WebEngine.Utilities.SaveFile(System.String,System.String) - fullName: AxaFrance.WebEngine.Utilities.SaveFile(System.String, System.String) - nameWithType: Utilities.SaveFile(String, String) + name.vb: SaveFile(String, String) + fullName: AxaFrance.WebEngine.Utilities.SaveFile(string, string) + fullName.vb: AxaFrance.WebEngine.Utilities.SaveFile(String, String) + nameWithType: Utilities.SaveFile(string, string) + nameWithType.vb: Utilities.SaveFile(String, String) - uid: AxaFrance.WebEngine.Utilities.SaveFile* name: SaveFile href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_SaveFile_ @@ -5127,13 +5434,13 @@ references: fullName: AxaFrance.WebEngine.Utilities.ShiftDateByDuration nameWithType: Utilities.ShiftDateByDuration - uid: AxaFrance.WebEngine.Utilities.ShiftDateByDuration``1(System.String,``0) - name: ShiftDateByDuration(String, T) + name: ShiftDateByDuration(string, T) href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_ShiftDateByDuration__1_System_String___0_ commentId: M:AxaFrance.WebEngine.Utilities.ShiftDateByDuration``1(System.String,``0) name.vb: ShiftDateByDuration(Of T)(String, T) - fullName: AxaFrance.WebEngine.Utilities.ShiftDateByDuration(System.String, T) - fullName.vb: AxaFrance.WebEngine.Utilities.ShiftDateByDuration(Of T)(System.String, T) - nameWithType: Utilities.ShiftDateByDuration(String, T) + fullName: AxaFrance.WebEngine.Utilities.ShiftDateByDuration(string, T) + fullName.vb: AxaFrance.WebEngine.Utilities.ShiftDateByDuration(Of T)(String, T) + nameWithType: Utilities.ShiftDateByDuration(string, T) nameWithType.vb: Utilities.ShiftDateByDuration(Of T)(String, T) - uid: AxaFrance.WebEngine.Variable name: Variable @@ -5145,35 +5452,47 @@ references: name: Variable() href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable__ctor commentId: M:AxaFrance.WebEngine.Variable.#ctor + name.vb: New() fullName: AxaFrance.WebEngine.Variable.Variable() + fullName.vb: AxaFrance.WebEngine.Variable.New() nameWithType: Variable.Variable() + nameWithType.vb: Variable.New() - uid: AxaFrance.WebEngine.Variable.#ctor(System.String) - name: Variable(String) + name: Variable(string) href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable__ctor_System_String_ commentId: M:AxaFrance.WebEngine.Variable.#ctor(System.String) - fullName: AxaFrance.WebEngine.Variable.Variable(System.String) - nameWithType: Variable.Variable(String) + name.vb: New(String) + fullName: AxaFrance.WebEngine.Variable.Variable(string) + fullName.vb: AxaFrance.WebEngine.Variable.New(String) + nameWithType: Variable.Variable(string) + nameWithType.vb: Variable.New(String) - uid: AxaFrance.WebEngine.Variable.#ctor(System.String,System.String) - name: Variable(String, String) + name: Variable(string, string) href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable__ctor_System_String_System_String_ commentId: M:AxaFrance.WebEngine.Variable.#ctor(System.String,System.String) - fullName: AxaFrance.WebEngine.Variable.Variable(System.String, System.String) - nameWithType: Variable.Variable(String, String) + name.vb: New(String, String) + fullName: AxaFrance.WebEngine.Variable.Variable(string, string) + fullName.vb: AxaFrance.WebEngine.Variable.New(String, String) + nameWithType: Variable.Variable(string, string) + nameWithType.vb: Variable.New(String, String) - uid: AxaFrance.WebEngine.Variable.#ctor* name: Variable href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable__ctor_ commentId: Overload:AxaFrance.WebEngine.Variable.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.WebEngine.Variable.Variable + fullName.vb: AxaFrance.WebEngine.Variable.New nameWithType: Variable.Variable + nameWithType.vb: Variable.New - uid: AxaFrance.WebEngine.Variable.GetValue(System.Collections.Generic.IEnumerable{AxaFrance.WebEngine.Variable},System.String) - name: GetValue(IEnumerable, String) + name: GetValue(IEnumerable, string) href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable_GetValue_System_Collections_Generic_IEnumerable_AxaFrance_WebEngine_Variable__System_String_ commentId: M:AxaFrance.WebEngine.Variable.GetValue(System.Collections.Generic.IEnumerable{AxaFrance.WebEngine.Variable},System.String) name.vb: GetValue(IEnumerable(Of Variable), String) - fullName: AxaFrance.WebEngine.Variable.GetValue(System.Collections.Generic.IEnumerable, System.String) - fullName.vb: AxaFrance.WebEngine.Variable.GetValue(System.Collections.Generic.IEnumerable(Of AxaFrance.WebEngine.Variable), System.String) - nameWithType: Variable.GetValue(IEnumerable, String) + fullName: AxaFrance.WebEngine.Variable.GetValue(System.Collections.Generic.IEnumerable, string) + fullName.vb: AxaFrance.WebEngine.Variable.GetValue(System.Collections.Generic.IEnumerable(Of AxaFrance.WebEngine.Variable), String) + nameWithType: Variable.GetValue(IEnumerable, string) nameWithType.vb: Variable.GetValue(IEnumerable(Of Variable), String) - uid: AxaFrance.WebEngine.Variable.GetValue* name: GetValue @@ -5240,13 +5559,13 @@ references: fullName: AxaFrance.WebEngine.Web.BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform, AxaFrance.WebEngine.BrowserType) nameWithType: BrowserFactory.GetDriver(Platform, BrowserType) - uid: AxaFrance.WebEngine.Web.BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform,AxaFrance.WebEngine.BrowserType,System.Collections.Generic.IEnumerable{System.String}) - name: GetDriver(Platform, BrowserType, IEnumerable) + name: GetDriver(Platform, BrowserType, IEnumerable) href: api_net/AxaFrance.WebEngine.Web.BrowserFactory.html#AxaFrance_WebEngine_Web_BrowserFactory_GetDriver_AxaFrance_WebEngine_Platform_AxaFrance_WebEngine_BrowserType_System_Collections_Generic_IEnumerable_System_String__ commentId: M:AxaFrance.WebEngine.Web.BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform,AxaFrance.WebEngine.BrowserType,System.Collections.Generic.IEnumerable{System.String}) name.vb: GetDriver(Platform, BrowserType, IEnumerable(Of String)) - fullName: AxaFrance.WebEngine.Web.BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform, AxaFrance.WebEngine.BrowserType, System.Collections.Generic.IEnumerable) - fullName.vb: AxaFrance.WebEngine.Web.BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform, AxaFrance.WebEngine.BrowserType, System.Collections.Generic.IEnumerable(Of System.String)) - nameWithType: BrowserFactory.GetDriver(Platform, BrowserType, IEnumerable) + fullName: AxaFrance.WebEngine.Web.BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform, AxaFrance.WebEngine.BrowserType, System.Collections.Generic.IEnumerable) + fullName.vb: AxaFrance.WebEngine.Web.BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform, AxaFrance.WebEngine.BrowserType, System.Collections.Generic.IEnumerable(Of String)) + nameWithType: BrowserFactory.GetDriver(Platform, BrowserType, IEnumerable) nameWithType.vb: BrowserFactory.GetDriver(Platform, BrowserType, IEnumerable(Of String)) - uid: AxaFrance.WebEngine.Web.BrowserFactory.GetDriver* name: GetDriver @@ -5346,11 +5665,14 @@ references: fullName: AxaFrance.WebEngine.Web.ElementDescription.Exists() nameWithType: ElementDescription.Exists() - uid: AxaFrance.WebEngine.Web.ElementDescription.Exists(System.Int32) - name: Exists(Int32) + name: Exists(int) href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Exists_System_Int32_ commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Exists(System.Int32) - fullName: AxaFrance.WebEngine.Web.ElementDescription.Exists(System.Int32) - nameWithType: ElementDescription.Exists(Int32) + name.vb: Exists(Integer) + fullName: AxaFrance.WebEngine.Web.ElementDescription.Exists(int) + fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.Exists(Integer) + nameWithType: ElementDescription.Exists(int) + nameWithType.vb: ElementDescription.Exists(Integer) - uid: AxaFrance.WebEngine.Web.ElementDescription.Exists* name: Exists href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Exists_ @@ -5371,17 +5693,23 @@ references: fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElement(OpenQA.Selenium.By) nameWithType: ElementDescription.FindElement(By) - uid: AxaFrance.WebEngine.Web.ElementDescription.FindElement(OpenQA.Selenium.By,System.Int32) - name: FindElement(By, Int32) + name: FindElement(By, int) href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElement_OpenQA_Selenium_By_System_Int32_ commentId: M:AxaFrance.WebEngine.Web.ElementDescription.FindElement(OpenQA.Selenium.By,System.Int32) - fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElement(OpenQA.Selenium.By, System.Int32) - nameWithType: ElementDescription.FindElement(By, Int32) + name.vb: FindElement(By, Integer) + fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElement(OpenQA.Selenium.By, int) + fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.FindElement(OpenQA.Selenium.By, Integer) + nameWithType: ElementDescription.FindElement(By, int) + nameWithType.vb: ElementDescription.FindElement(By, Integer) - uid: AxaFrance.WebEngine.Web.ElementDescription.FindElement(System.Int32) - name: FindElement(Int32) + name: FindElement(int) href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElement_System_Int32_ commentId: M:AxaFrance.WebEngine.Web.ElementDescription.FindElement(System.Int32) - fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElement(System.Int32) - nameWithType: ElementDescription.FindElement(Int32) + name.vb: FindElement(Integer) + fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElement(int) + fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.FindElement(Integer) + nameWithType: ElementDescription.FindElement(int) + nameWithType.vb: ElementDescription.FindElement(Integer) - uid: AxaFrance.WebEngine.Web.ElementDescription.FindElement* name: FindElement href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElement_ @@ -5402,11 +5730,14 @@ references: fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElements(OpenQA.Selenium.By) nameWithType: ElementDescription.FindElements(By) - uid: AxaFrance.WebEngine.Web.ElementDescription.FindElements(System.Int32) - name: FindElements(Int32) + name: FindElements(int) href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElements_System_Int32_ commentId: M:AxaFrance.WebEngine.Web.ElementDescription.FindElements(System.Int32) - fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElements(System.Int32) - nameWithType: ElementDescription.FindElements(Int32) + name.vb: FindElements(Integer) + fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElements(int) + fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.FindElements(Integer) + nameWithType: ElementDescription.FindElements(int) + nameWithType.vb: ElementDescription.FindElements(Integer) - uid: AxaFrance.WebEngine.Web.ElementDescription.FindElements* name: FindElements href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElements_ @@ -5415,11 +5746,14 @@ references: fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElements nameWithType: ElementDescription.FindElements - uid: AxaFrance.WebEngine.Web.ElementDescription.GetAttribute(System.String) - name: GetAttribute(String) + name: GetAttribute(string) href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetAttribute_System_String_ commentId: M:AxaFrance.WebEngine.Web.ElementDescription.GetAttribute(System.String) - fullName: AxaFrance.WebEngine.Web.ElementDescription.GetAttribute(System.String) - nameWithType: ElementDescription.GetAttribute(String) + name.vb: GetAttribute(String) + fullName: AxaFrance.WebEngine.Web.ElementDescription.GetAttribute(string) + fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.GetAttribute(String) + nameWithType: ElementDescription.GetAttribute(string) + nameWithType.vb: ElementDescription.GetAttribute(String) - uid: AxaFrance.WebEngine.Web.ElementDescription.GetAttribute* name: GetAttribute href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetAttribute_ @@ -5428,11 +5762,14 @@ references: fullName: AxaFrance.WebEngine.Web.ElementDescription.GetAttribute nameWithType: ElementDescription.GetAttribute - uid: AxaFrance.WebEngine.Web.ElementDescription.GetProperty(System.String) - name: GetProperty(String) + name: GetProperty(string) href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetProperty_System_String_ commentId: M:AxaFrance.WebEngine.Web.ElementDescription.GetProperty(System.String) - fullName: AxaFrance.WebEngine.Web.ElementDescription.GetProperty(System.String) - nameWithType: ElementDescription.GetProperty(String) + name.vb: GetProperty(String) + fullName: AxaFrance.WebEngine.Web.ElementDescription.GetProperty(string) + fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.GetProperty(String) + nameWithType: ElementDescription.GetProperty(string) + nameWithType.vb: ElementDescription.GetProperty(String) - uid: AxaFrance.WebEngine.Web.ElementDescription.GetProperty* name: GetProperty href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetProperty_ @@ -5564,67 +5901,67 @@ references: fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action) nameWithType: ElementDescription.Perform(Action) - uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action{System.Int32},System.Int32) - name: Perform(Action, Int32) + name: Perform(Action, int) href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Perform_System_Action_System_Int32__System_Int32_ commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action{System.Int32},System.Int32) - name.vb: Perform(Action(Of Int32), Int32) - fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action, System.Int32) - fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action(Of System.Int32), System.Int32) - nameWithType: ElementDescription.Perform(Action, Int32) - nameWithType.vb: ElementDescription.Perform(Action(Of Int32), Int32) + name.vb: Perform(Action(Of Integer), Integer) + fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action, int) + fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action(Of Integer), Integer) + nameWithType: ElementDescription.Perform(Action, int) + nameWithType.vb: ElementDescription.Perform(Action(Of Integer), Integer) - uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action{System.String},System.String) - name: Perform(Action, String) + name: Perform(Action, string) href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Perform_System_Action_System_String__System_String_ commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action{System.String},System.String) name.vb: Perform(Action(Of String), String) - fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action, System.String) - fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action(Of System.String), System.String) - nameWithType: ElementDescription.Perform(Action, String) + fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action, string) + fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action(Of String), String) + nameWithType: ElementDescription.Perform(Action, string) nameWithType.vb: ElementDescription.Perform(Action(Of String), String) - uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.Boolean}) - name: Perform(Func) + name: Perform(Func) href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Perform_System_Func_System_Boolean__ commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.Boolean}) name.vb: Perform(Func(Of Boolean)) - fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func) - fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func(Of System.Boolean)) - nameWithType: ElementDescription.Perform(Func) + fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func) + fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func(Of Boolean)) + nameWithType: ElementDescription.Perform(Func) nameWithType.vb: ElementDescription.Perform(Func(Of Boolean)) - uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.Byte[]}) - name: Perform(Func) + name: Perform(Func) href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Perform_System_Func_System_Byte____ commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.Byte[]}) name.vb: Perform(Func(Of Byte())) - fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func) - fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func(Of System.Byte())) - nameWithType: ElementDescription.Perform(Func) + fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func) + fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func(Of Byte())) + nameWithType: ElementDescription.Perform(Func) nameWithType.vb: ElementDescription.Perform(Func(Of Byte())) - uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.String,OpenQA.Selenium.IWebElement},System.String) - name: Perform(Func, String) + name: Perform(Func, string) href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Perform_System_Func_System_String_OpenQA_Selenium_IWebElement__System_String_ commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.String,OpenQA.Selenium.IWebElement},System.String) name.vb: Perform(Func(Of String, IWebElement), String) - fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func, System.String) - fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func(Of System.String, OpenQA.Selenium.IWebElement), System.String) - nameWithType: ElementDescription.Perform(Func, String) + fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func, string) + fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func(Of String, OpenQA.Selenium.IWebElement), String) + nameWithType: ElementDescription.Perform(Func, string) nameWithType.vb: ElementDescription.Perform(Func(Of String, IWebElement), String) - uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.String,System.String},System.String) - name: Perform(Func, String) + name: Perform(Func, string) href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Perform_System_Func_System_String_System_String__System_String_ commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.String,System.String},System.String) name.vb: Perform(Func(Of String, String), String) - fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func, System.String) - fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func(Of System.String, System.String), System.String) - nameWithType: ElementDescription.Perform(Func, String) + fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func, string) + fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func(Of String, String), String) + nameWithType: ElementDescription.Perform(Func, string) nameWithType.vb: ElementDescription.Perform(Func(Of String, String), String) - uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.String}) - name: Perform(Func) + name: Perform(Func) href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Perform_System_Func_System_String__ commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.String}) name.vb: Perform(Func(Of String)) - fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func) - fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func(Of System.String)) - nameWithType: ElementDescription.Perform(Func) + fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func) + fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func(Of String)) + nameWithType: ElementDescription.Perform(Func) nameWithType.vb: ElementDescription.Perform(Func(Of String)) - uid: AxaFrance.WebEngine.Web.ElementDescription.Perform* name: Perform @@ -5634,11 +5971,14 @@ references: fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform nameWithType: ElementDescription.Perform - uid: AxaFrance.WebEngine.Web.ElementDescription.SendKeys(System.String) - name: SendKeys(String) + name: SendKeys(string) href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_SendKeys_System_String_ commentId: M:AxaFrance.WebEngine.Web.ElementDescription.SendKeys(System.String) - fullName: AxaFrance.WebEngine.Web.ElementDescription.SendKeys(System.String) - nameWithType: ElementDescription.SendKeys(String) + name.vb: SendKeys(String) + fullName: AxaFrance.WebEngine.Web.ElementDescription.SendKeys(string) + fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.SendKeys(String) + nameWithType: ElementDescription.SendKeys(string) + nameWithType.vb: ElementDescription.SendKeys(String) - uid: AxaFrance.WebEngine.Web.ElementDescription.SendKeys* name: SendKeys href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_SendKeys_ @@ -5647,11 +5987,14 @@ references: fullName: AxaFrance.WebEngine.Web.ElementDescription.SendKeys nameWithType: ElementDescription.SendKeys - uid: AxaFrance.WebEngine.Web.ElementDescription.SetValue(System.String) - name: SetValue(String) + name: SetValue(string) href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_SetValue_System_String_ commentId: M:AxaFrance.WebEngine.Web.ElementDescription.SetValue(System.String) - fullName: AxaFrance.WebEngine.Web.ElementDescription.SetValue(System.String) - nameWithType: ElementDescription.SetValue(String) + name.vb: SetValue(String) + fullName: AxaFrance.WebEngine.Web.ElementDescription.SetValue(string) + fullName.vb: AxaFrance.WebEngine.Web.ElementDescription.SetValue(String) + nameWithType: ElementDescription.SetValue(string) + nameWithType.vb: ElementDescription.SetValue(String) - uid: AxaFrance.WebEngine.Web.ElementDescription.SetValue* name: SetValue href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_SetValue_ @@ -5701,21 +6044,30 @@ references: name: FindsByAttribute() href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html#AxaFrance_WebEngine_Web_FindsByAttribute__ctor commentId: M:AxaFrance.WebEngine.Web.FindsByAttribute.#ctor + name.vb: New() fullName: AxaFrance.WebEngine.Web.FindsByAttribute.FindsByAttribute() + fullName.vb: AxaFrance.WebEngine.Web.FindsByAttribute.New() nameWithType: FindsByAttribute.FindsByAttribute() + nameWithType.vb: FindsByAttribute.New() - uid: AxaFrance.WebEngine.Web.FindsByAttribute.#ctor(AxaFrance.WebEngine.Web.How,System.String) - name: FindsByAttribute(How, String) + name: FindsByAttribute(How, string) href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html#AxaFrance_WebEngine_Web_FindsByAttribute__ctor_AxaFrance_WebEngine_Web_How_System_String_ commentId: M:AxaFrance.WebEngine.Web.FindsByAttribute.#ctor(AxaFrance.WebEngine.Web.How,System.String) - fullName: AxaFrance.WebEngine.Web.FindsByAttribute.FindsByAttribute(AxaFrance.WebEngine.Web.How, System.String) - nameWithType: FindsByAttribute.FindsByAttribute(How, String) + name.vb: New(How, String) + fullName: AxaFrance.WebEngine.Web.FindsByAttribute.FindsByAttribute(AxaFrance.WebEngine.Web.How, string) + fullName.vb: AxaFrance.WebEngine.Web.FindsByAttribute.New(AxaFrance.WebEngine.Web.How, String) + nameWithType: FindsByAttribute.FindsByAttribute(How, string) + nameWithType.vb: FindsByAttribute.New(How, String) - uid: AxaFrance.WebEngine.Web.FindsByAttribute.#ctor* name: FindsByAttribute href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html#AxaFrance_WebEngine_Web_FindsByAttribute__ctor_ commentId: Overload:AxaFrance.WebEngine.Web.FindsByAttribute.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.WebEngine.Web.FindsByAttribute.FindsByAttribute + fullName.vb: AxaFrance.WebEngine.Web.FindsByAttribute.New nameWithType: FindsByAttribute.FindsByAttribute + nameWithType.vb: FindsByAttribute.New - uid: AxaFrance.WebEngine.Web.FindsByAttribute.How name: How href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html#AxaFrance_WebEngine_Web_FindsByAttribute_How @@ -5812,27 +6164,39 @@ references: name: HtmlAttribute() href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html#AxaFrance_WebEngine_Web_HtmlAttribute__ctor commentId: M:AxaFrance.WebEngine.Web.HtmlAttribute.#ctor + name.vb: New() fullName: AxaFrance.WebEngine.Web.HtmlAttribute.HtmlAttribute() + fullName.vb: AxaFrance.WebEngine.Web.HtmlAttribute.New() nameWithType: HtmlAttribute.HtmlAttribute() + nameWithType.vb: HtmlAttribute.New() - uid: AxaFrance.WebEngine.Web.HtmlAttribute.#ctor(System.String) - name: HtmlAttribute(String) + name: HtmlAttribute(string) href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html#AxaFrance_WebEngine_Web_HtmlAttribute__ctor_System_String_ commentId: M:AxaFrance.WebEngine.Web.HtmlAttribute.#ctor(System.String) - fullName: AxaFrance.WebEngine.Web.HtmlAttribute.HtmlAttribute(System.String) - nameWithType: HtmlAttribute.HtmlAttribute(String) + name.vb: New(String) + fullName: AxaFrance.WebEngine.Web.HtmlAttribute.HtmlAttribute(string) + fullName.vb: AxaFrance.WebEngine.Web.HtmlAttribute.New(String) + nameWithType: HtmlAttribute.HtmlAttribute(string) + nameWithType.vb: HtmlAttribute.New(String) - uid: AxaFrance.WebEngine.Web.HtmlAttribute.#ctor(System.String,System.String) - name: HtmlAttribute(String, String) + name: HtmlAttribute(string, string) href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html#AxaFrance_WebEngine_Web_HtmlAttribute__ctor_System_String_System_String_ commentId: M:AxaFrance.WebEngine.Web.HtmlAttribute.#ctor(System.String,System.String) - fullName: AxaFrance.WebEngine.Web.HtmlAttribute.HtmlAttribute(System.String, System.String) - nameWithType: HtmlAttribute.HtmlAttribute(String, String) + name.vb: New(String, String) + fullName: AxaFrance.WebEngine.Web.HtmlAttribute.HtmlAttribute(string, string) + fullName.vb: AxaFrance.WebEngine.Web.HtmlAttribute.New(String, String) + nameWithType: HtmlAttribute.HtmlAttribute(string, string) + nameWithType.vb: HtmlAttribute.New(String, String) - uid: AxaFrance.WebEngine.Web.HtmlAttribute.#ctor* name: HtmlAttribute href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html#AxaFrance_WebEngine_Web_HtmlAttribute__ctor_ commentId: Overload:AxaFrance.WebEngine.Web.HtmlAttribute.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.WebEngine.Web.HtmlAttribute.HtmlAttribute + fullName.vb: AxaFrance.WebEngine.Web.HtmlAttribute.New nameWithType: HtmlAttribute.HtmlAttribute + nameWithType.vb: HtmlAttribute.New - uid: AxaFrance.WebEngine.Web.HtmlAttribute.Name name: Name href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html#AxaFrance_WebEngine_Web_HtmlAttribute_Name @@ -5869,15 +6233,21 @@ references: name: PageModel(WebDriver) href: api_net/AxaFrance.WebEngine.Web.PageModel.html#AxaFrance_WebEngine_Web_PageModel__ctor_OpenQA_Selenium_WebDriver_ commentId: M:AxaFrance.WebEngine.Web.PageModel.#ctor(OpenQA.Selenium.WebDriver) + name.vb: New(WebDriver) fullName: AxaFrance.WebEngine.Web.PageModel.PageModel(OpenQA.Selenium.WebDriver) + fullName.vb: AxaFrance.WebEngine.Web.PageModel.New(OpenQA.Selenium.WebDriver) nameWithType: PageModel.PageModel(WebDriver) + nameWithType.vb: PageModel.New(WebDriver) - uid: AxaFrance.WebEngine.Web.PageModel.#ctor* name: PageModel href: api_net/AxaFrance.WebEngine.Web.PageModel.html#AxaFrance_WebEngine_Web_PageModel__ctor_ commentId: Overload:AxaFrance.WebEngine.Web.PageModel.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.WebEngine.Web.PageModel.PageModel + fullName.vb: AxaFrance.WebEngine.Web.PageModel.New nameWithType: PageModel.PageModel + nameWithType.vb: PageModel.New - uid: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck name: AccessibilityCheck() href: api_net/AxaFrance.WebEngine.Web.PageModel.html#AxaFrance_WebEngine_Web_PageModel_AccessibilityCheck @@ -5945,24 +6315,30 @@ references: name: SharedActionWeb() href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb__ctor commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.#ctor + name.vb: New() fullName: AxaFrance.WebEngine.Web.SharedActionWeb.SharedActionWeb() + fullName.vb: AxaFrance.WebEngine.Web.SharedActionWeb.New() nameWithType: SharedActionWeb.SharedActionWeb() + nameWithType.vb: SharedActionWeb.New() - uid: AxaFrance.WebEngine.Web.SharedActionWeb.#ctor(AxaFrance.WebEngine.Variable[]) name: SharedActionWeb(Variable[]) href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb__ctor_AxaFrance_WebEngine_Variable___ commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.#ctor(AxaFrance.WebEngine.Variable[]) - name.vb: SharedActionWeb(Variable()) + name.vb: New(Variable()) fullName: AxaFrance.WebEngine.Web.SharedActionWeb.SharedActionWeb(AxaFrance.WebEngine.Variable[]) - fullName.vb: AxaFrance.WebEngine.Web.SharedActionWeb.SharedActionWeb(AxaFrance.WebEngine.Variable()) + fullName.vb: AxaFrance.WebEngine.Web.SharedActionWeb.New(AxaFrance.WebEngine.Variable()) nameWithType: SharedActionWeb.SharedActionWeb(Variable[]) - nameWithType.vb: SharedActionWeb.SharedActionWeb(Variable()) + nameWithType.vb: SharedActionWeb.New(Variable()) - uid: AxaFrance.WebEngine.Web.SharedActionWeb.#ctor* name: SharedActionWeb href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb__ctor_ commentId: Overload:AxaFrance.WebEngine.Web.SharedActionWeb.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.WebEngine.Web.SharedActionWeb.SharedActionWeb + fullName.vb: AxaFrance.WebEngine.Web.SharedActionWeb.New nameWithType: SharedActionWeb.SharedActionWeb + nameWithType.vb: SharedActionWeb.New - uid: AxaFrance.WebEngine.Web.SharedActionWeb.Browser name: Browser href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_Browser @@ -5983,11 +6359,14 @@ references: fullName: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction() nameWithType: SharedActionWeb.DoAction() - uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction(System.Object) - name: DoAction(Object) + name: DoAction(object) href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_DoAction_System_Object_ commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.DoAction(System.Object) - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction(System.Object) - nameWithType: SharedActionWeb.DoAction(Object) + name.vb: DoAction(Object) + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction(object) + fullName.vb: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction(Object) + nameWithType: SharedActionWeb.DoAction(object) + nameWithType.vb: SharedActionWeb.DoAction(Object) - uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction* name: DoAction href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_DoAction_ @@ -6002,11 +6381,14 @@ references: fullName: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint() nameWithType: SharedActionWeb.DoCheckpoint() - uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint(System.Object) - name: DoCheckpoint(Object) + name: DoCheckpoint(object) href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_DoCheckpoint_System_Object_ commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint(System.Object) - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint(System.Object) - nameWithType: SharedActionWeb.DoCheckpoint(Object) + name.vb: DoCheckpoint(Object) + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint(object) + fullName.vb: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint(Object) + nameWithType: SharedActionWeb.DoCheckpoint(object) + nameWithType.vb: SharedActionWeb.DoCheckpoint(Object) - uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint* name: DoCheckpoint href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_DoCheckpoint_ @@ -6028,11 +6410,14 @@ references: fullName: AxaFrance.WebEngine.Web.SharedActionWeb.IsMobile nameWithType: SharedActionWeb.IsMobile - uid: AxaFrance.WebEngine.Web.SharedActionWeb.RunAccessibilityTest(System.String) - name: RunAccessibilityTest(String) + name: RunAccessibilityTest(string) href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_RunAccessibilityTest_System_String_ commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.RunAccessibilityTest(System.String) - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.RunAccessibilityTest(System.String) - nameWithType: SharedActionWeb.RunAccessibilityTest(String) + name.vb: RunAccessibilityTest(String) + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.RunAccessibilityTest(string) + fullName.vb: AxaFrance.WebEngine.Web.SharedActionWeb.RunAccessibilityTest(String) + nameWithType: SharedActionWeb.RunAccessibilityTest(string) + nameWithType.vb: SharedActionWeb.RunAccessibilityTest(String) - uid: AxaFrance.WebEngine.Web.SharedActionWeb.RunAccessibilityTest* name: RunAccessibilityTest href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_RunAccessibilityTest_ @@ -6053,11 +6438,14 @@ references: fullName: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot(AxaFrance.WebEngine.Web.ElementDescription) nameWithType: SharedActionWeb.Screenshot(ElementDescription) - uid: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot(System.String) - name: Screenshot(String) + name: Screenshot(string) href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_Screenshot_System_String_ commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot(System.String) - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot(System.String) - nameWithType: SharedActionWeb.Screenshot(String) + name.vb: Screenshot(String) + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot(string) + fullName.vb: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot(String) + nameWithType: SharedActionWeb.Screenshot(string) + nameWithType.vb: SharedActionWeb.Screenshot(String) - uid: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot* name: Screenshot href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_Screenshot_ @@ -6146,21 +6534,30 @@ references: name: WebElementDescription() href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription__ctor commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.#ctor + name.vb: New() fullName: AxaFrance.WebEngine.Web.WebElementDescription.WebElementDescription() + fullName.vb: AxaFrance.WebEngine.Web.WebElementDescription.New() nameWithType: WebElementDescription.WebElementDescription() + nameWithType.vb: WebElementDescription.New() - uid: AxaFrance.WebEngine.Web.WebElementDescription.#ctor(OpenQA.Selenium.WebDriver) name: WebElementDescription(WebDriver) href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription__ctor_OpenQA_Selenium_WebDriver_ commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.#ctor(OpenQA.Selenium.WebDriver) + name.vb: New(WebDriver) fullName: AxaFrance.WebEngine.Web.WebElementDescription.WebElementDescription(OpenQA.Selenium.WebDriver) + fullName.vb: AxaFrance.WebEngine.Web.WebElementDescription.New(OpenQA.Selenium.WebDriver) nameWithType: WebElementDescription.WebElementDescription(WebDriver) + nameWithType.vb: WebElementDescription.New(WebDriver) - uid: AxaFrance.WebEngine.Web.WebElementDescription.#ctor* name: WebElementDescription href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription__ctor_ commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.WebEngine.Web.WebElementDescription.WebElementDescription + fullName.vb: AxaFrance.WebEngine.Web.WebElementDescription.New nameWithType: WebElementDescription.WebElementDescription + nameWithType.vb: WebElementDescription.New - uid: AxaFrance.WebEngine.Web.WebElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) name: ApplyAttribute(FindsByAttribute) href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ApplyAttribute_AxaFrance_WebEngine_Web_FindsByAttribute_ @@ -6201,11 +6598,14 @@ references: fullName: AxaFrance.WebEngine.Web.WebElementDescription.Attributes nameWithType: WebElementDescription.Attributes - uid: AxaFrance.WebEngine.Web.WebElementDescription.CheckByValue(System.String) - name: CheckByValue(String) + name: CheckByValue(string) href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_CheckByValue_System_String_ commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.CheckByValue(System.String) - fullName: AxaFrance.WebEngine.Web.WebElementDescription.CheckByValue(System.String) - nameWithType: WebElementDescription.CheckByValue(String) + name.vb: CheckByValue(String) + fullName: AxaFrance.WebEngine.Web.WebElementDescription.CheckByValue(string) + fullName.vb: AxaFrance.WebEngine.Web.WebElementDescription.CheckByValue(String) + nameWithType: WebElementDescription.CheckByValue(string) + nameWithType.vb: WebElementDescription.CheckByValue(String) - uid: AxaFrance.WebEngine.Web.WebElementDescription.CheckByValue* name: CheckByValue href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_CheckByValue_ @@ -6441,11 +6841,14 @@ references: fullName: AxaFrance.WebEngine.Web.WebElementDescription.ScrollIntoView nameWithType: WebElementDescription.ScrollIntoView - uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByIndex(System.Int32) - name: SelectByIndex(Int32) + name: SelectByIndex(int) href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SelectByIndex_System_Int32_ commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.SelectByIndex(System.Int32) - fullName: AxaFrance.WebEngine.Web.WebElementDescription.SelectByIndex(System.Int32) - nameWithType: WebElementDescription.SelectByIndex(Int32) + name.vb: SelectByIndex(Integer) + fullName: AxaFrance.WebEngine.Web.WebElementDescription.SelectByIndex(int) + fullName.vb: AxaFrance.WebEngine.Web.WebElementDescription.SelectByIndex(Integer) + nameWithType: WebElementDescription.SelectByIndex(int) + nameWithType.vb: WebElementDescription.SelectByIndex(Integer) - uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByIndex* name: SelectByIndex href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SelectByIndex_ @@ -6454,11 +6857,14 @@ references: fullName: AxaFrance.WebEngine.Web.WebElementDescription.SelectByIndex nameWithType: WebElementDescription.SelectByIndex - uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByText(System.String) - name: SelectByText(String) + name: SelectByText(string) href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SelectByText_System_String_ commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.SelectByText(System.String) - fullName: AxaFrance.WebEngine.Web.WebElementDescription.SelectByText(System.String) - nameWithType: WebElementDescription.SelectByText(String) + name.vb: SelectByText(String) + fullName: AxaFrance.WebEngine.Web.WebElementDescription.SelectByText(string) + fullName.vb: AxaFrance.WebEngine.Web.WebElementDescription.SelectByText(String) + nameWithType: WebElementDescription.SelectByText(string) + nameWithType.vb: WebElementDescription.SelectByText(String) - uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByText* name: SelectByText href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SelectByText_ @@ -6467,11 +6873,14 @@ references: fullName: AxaFrance.WebEngine.Web.WebElementDescription.SelectByText nameWithType: WebElementDescription.SelectByText - uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByValue(System.String) - name: SelectByValue(String) + name: SelectByValue(string) href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SelectByValue_System_String_ commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.SelectByValue(System.String) - fullName: AxaFrance.WebEngine.Web.WebElementDescription.SelectByValue(System.String) - nameWithType: WebElementDescription.SelectByValue(String) + name.vb: SelectByValue(String) + fullName: AxaFrance.WebEngine.Web.WebElementDescription.SelectByValue(string) + fullName.vb: AxaFrance.WebEngine.Web.WebElementDescription.SelectByValue(String) + nameWithType: WebElementDescription.SelectByValue(string) + nameWithType.vb: WebElementDescription.SelectByValue(String) - uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByValue* name: SelectByValue href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SelectByValue_ @@ -6480,11 +6889,14 @@ references: fullName: AxaFrance.WebEngine.Web.WebElementDescription.SelectByValue nameWithType: WebElementDescription.SelectByValue - uid: AxaFrance.WebEngine.Web.WebElementDescription.SetSecure(System.String) - name: SetSecure(String) + name: SetSecure(string) href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SetSecure_System_String_ commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.SetSecure(System.String) - fullName: AxaFrance.WebEngine.Web.WebElementDescription.SetSecure(System.String) - nameWithType: WebElementDescription.SetSecure(String) + name.vb: SetSecure(String) + fullName: AxaFrance.WebEngine.Web.WebElementDescription.SetSecure(string) + fullName.vb: AxaFrance.WebEngine.Web.WebElementDescription.SetSecure(String) + nameWithType: WebElementDescription.SetSecure(string) + nameWithType.vb: WebElementDescription.SetSecure(String) - uid: AxaFrance.WebEngine.Web.WebElementDescription.SetSecure* name: SetSecure href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SetSecure_ @@ -6492,6 +6904,19 @@ references: isSpec: "True" fullName: AxaFrance.WebEngine.Web.WebElementDescription.SetSecure nameWithType: WebElementDescription.SetSecure +- uid: AxaFrance.WebEngine.Web.WebElementDescription.ShadowRoot + name: ShadowRoot + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ShadowRoot + commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.ShadowRoot + fullName: AxaFrance.WebEngine.Web.WebElementDescription.ShadowRoot + nameWithType: WebElementDescription.ShadowRoot +- uid: AxaFrance.WebEngine.Web.WebElementDescription.ShadowRoot* + name: ShadowRoot + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ShadowRoot_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.ShadowRoot + isSpec: "True" + fullName: AxaFrance.WebEngine.Web.WebElementDescription.ShadowRoot + nameWithType: WebElementDescription.ShadowRoot - uid: AxaFrance.WebEngine.Web.WebElementDescription.TagName name: TagName href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_TagName @@ -6541,27 +6966,39 @@ references: name: WebEngineGeneralException() href: api_net/AxaFrance.WebEngine.WebEngineGeneralException.html#AxaFrance_WebEngine_WebEngineGeneralException__ctor commentId: M:AxaFrance.WebEngine.WebEngineGeneralException.#ctor + name.vb: New() fullName: AxaFrance.WebEngine.WebEngineGeneralException.WebEngineGeneralException() + fullName.vb: AxaFrance.WebEngine.WebEngineGeneralException.New() nameWithType: WebEngineGeneralException.WebEngineGeneralException() + nameWithType.vb: WebEngineGeneralException.New() - uid: AxaFrance.WebEngine.WebEngineGeneralException.#ctor(System.String) - name: WebEngineGeneralException(String) + name: WebEngineGeneralException(string) href: api_net/AxaFrance.WebEngine.WebEngineGeneralException.html#AxaFrance_WebEngine_WebEngineGeneralException__ctor_System_String_ commentId: M:AxaFrance.WebEngine.WebEngineGeneralException.#ctor(System.String) - fullName: AxaFrance.WebEngine.WebEngineGeneralException.WebEngineGeneralException(System.String) - nameWithType: WebEngineGeneralException.WebEngineGeneralException(String) + name.vb: New(String) + fullName: AxaFrance.WebEngine.WebEngineGeneralException.WebEngineGeneralException(string) + fullName.vb: AxaFrance.WebEngine.WebEngineGeneralException.New(String) + nameWithType: WebEngineGeneralException.WebEngineGeneralException(string) + nameWithType.vb: WebEngineGeneralException.New(String) - uid: AxaFrance.WebEngine.WebEngineGeneralException.#ctor(System.String,System.Exception) - name: WebEngineGeneralException(String, Exception) + name: WebEngineGeneralException(string, Exception) href: api_net/AxaFrance.WebEngine.WebEngineGeneralException.html#AxaFrance_WebEngine_WebEngineGeneralException__ctor_System_String_System_Exception_ commentId: M:AxaFrance.WebEngine.WebEngineGeneralException.#ctor(System.String,System.Exception) - fullName: AxaFrance.WebEngine.WebEngineGeneralException.WebEngineGeneralException(System.String, System.Exception) - nameWithType: WebEngineGeneralException.WebEngineGeneralException(String, Exception) + name.vb: New(String, Exception) + fullName: AxaFrance.WebEngine.WebEngineGeneralException.WebEngineGeneralException(string, System.Exception) + fullName.vb: AxaFrance.WebEngine.WebEngineGeneralException.New(String, System.Exception) + nameWithType: WebEngineGeneralException.WebEngineGeneralException(string, Exception) + nameWithType.vb: WebEngineGeneralException.New(String, Exception) - uid: AxaFrance.WebEngine.WebEngineGeneralException.#ctor* name: WebEngineGeneralException href: api_net/AxaFrance.WebEngine.WebEngineGeneralException.html#AxaFrance_WebEngine_WebEngineGeneralException__ctor_ commentId: Overload:AxaFrance.WebEngine.WebEngineGeneralException.#ctor isSpec: "True" + name.vb: New fullName: AxaFrance.WebEngine.WebEngineGeneralException.WebEngineGeneralException + fullName.vb: AxaFrance.WebEngine.WebEngineGeneralException.New nameWithType: WebEngineGeneralException.WebEngineGeneralException + nameWithType.vb: WebEngineGeneralException.New - uid: fr.axa.automation name: fr.axa.automation href: api_java/fr.axa.automation.html diff --git a/src/AxaFrance.WebEngine/SharedActionBase.cs b/src/AxaFrance.WebEngine/SharedActionBase.cs index ae898d8..8557fdb 100644 --- a/src/AxaFrance.WebEngine/SharedActionBase.cs +++ b/src/AxaFrance.WebEngine/SharedActionBase.cs @@ -32,6 +32,7 @@ public abstract class SharedActionBase /// Application Context used for the action, for LeanFT actions, it will be an object of type AppModelBase public abstract void DoAction(object Context); + /// /// This method should be called after calling DoAction() Method in order to check whether the action is correctly running. /// @@ -77,7 +78,7 @@ public static SharedActionBase DoAction(Type sharedActionType, TestCase relatedT actionReport.StartTime = StartTime; UpdateTime = DateTime.Now; - if (TestCase.IgnoreAllSteps) + if (relatedTestCase.IgnoreAllSteps) { DebugLogger.WriteWarning("[DEBUG] Abort Requested, Ignoring current action: " + sharedActionType.Name); return null; @@ -269,6 +270,21 @@ public static string GetParameter(IEnumerable source, string name) } } + /// + /// If you want to stop the execution of current test case from this shared action, call this method. + /// + protected void StopTestCase() + { + if (testCase != null) + { + DebugLogger.WriteLine("[DEBUG] Stop Requested, Ignoring all following steps in the current test case: " + testCase.Name); + testCase.IgnoreAllSteps = true; + } + { + DebugLogger.WriteWarning("[DEBUG] StopTestCase() is called, but the current action is not attached to any test case."); + } + } + /// /// Get the value of the parameter from giving list. The value can be empty, but will never be null (unless it's value is intendedly changed by yourself) /// If the parameter does not exists, an exception will be thrown, to avoid this make sure the parameter is listed in RequiredParameters. diff --git a/src/AxaFrance.WebEngine/TestCase.cs b/src/AxaFrance.WebEngine/TestCase.cs index 3dc2692..7465d47 100644 --- a/src/AxaFrance.WebEngine/TestCase.cs +++ b/src/AxaFrance.WebEngine/TestCase.cs @@ -22,7 +22,7 @@ public abstract class TestCase /// /// A flag marks ignoring all remaining test steps. /// - internal static bool IgnoreAllSteps { get; set; } + internal bool IgnoreAllSteps { get; set; } /// /// Test Information. to privide more detailed information during test execution. @@ -122,7 +122,7 @@ public virtual Result Run(TestCaseReport report, bool Pause = false) SharedActionBase.Indent = indentLength; StartDate = DateTime.Now; this.TestCaseResult = Result.None; - + this.IgnoreAllSteps = false; try { TestData = TestSuiteData.Current.GetTestData(Name); @@ -162,22 +162,22 @@ public virtual Result Run(TestCaseReport report, bool Pause = false) ActionReport ar = new ActionReport(); ar.Result = Result.None; report.ActionReports.Add(ar); + string action = step.Action; + Type t = Utilities.GetTypeByClassName(action, this); + string name = Utilities.GetDescriptionByClassName(action); + ar.Name = name; if (IgnoreAllSteps) { step.Result = Result.Ignored; + ar.Result = Result.Ignored; continue; } try { - string action = step.Action; - Type t = Utilities.GetTypeByClassName(action, this); - string name = Utilities.GetDescriptionByClassName(action); - ar.Name = name; Variable[] parameters = TestData?.Data ?? new Variable[1] { new Variable { Name = "Empty", Value = string.Empty } }; var actionObj = SharedActionBase.DoAction(t, this, Context, ContextValues, ar, parameters); - ContextValues = actionObj.ContextValues; bool result = true; if (actionObj.ActionResult != Result.Ignored) @@ -283,7 +283,7 @@ private void TranslateResult(bool result, SharedActionBase actionObj, TestStep s step.Result = Result.CriticalError; this.TestCaseResult = Result.Failed; step.Details.AppendLine($"This action returns Fatal Error: {step.Action}"); - SetIgnoreAllStepsFlag(); + IgnoreAllSteps = true; } else if (actionObj.ActionResult == Result.Ignored) { @@ -304,16 +304,11 @@ private void TranslateResult(bool result, SharedActionBase actionObj, TestStep s step.Result = Result.CriticalError; this.TestCaseResult = Result.Failed; step.Details.AppendLine("\nThe checkpoint of the action " + step.Action + " did not pass"); - SetIgnoreAllStepsFlag(); + IgnoreAllSteps = true; } } - private static void SetIgnoreAllStepsFlag() - { - IgnoreAllSteps = true; - } - /// /// Initialize the context of the test case /// diff --git a/src/WebEngine.Test/UnitTests/FakeTestCaseTests.cs b/src/WebEngine.Test/UnitTests/FakeTestCaseTests.cs new file mode 100644 index 0000000..87935f2 --- /dev/null +++ b/src/WebEngine.Test/UnitTests/FakeTestCaseTests.cs @@ -0,0 +1,72 @@ +using AxaFrance.WebEngine; +using AxaFrance.WebEngine.Report; +using Microsoft.VisualStudio.TestTools.UnitTesting; +using System; +using System.Collections.Generic; + +namespace WebEngine.Test.UnitTests +{ + // Dummy shared action that calls StopTestCase in DoAction + public class DummyStopAction : SharedActionBase + { + public DummyStopAction() : base(Array.Empty()) { } + public override Variable[] RequiredParameters => Array.Empty(); + public override void DoAction(object Context) + { + ActionReport.Result = Result.Passed; + StopTestCase(); + } + public override bool DoCheckpoint(object Context) => true; + protected override void Screenshot(string name) { } + } + + // Dummy shared action for a normal step + public class DummyStepAction : SharedActionBase + { + public DummyStepAction() : base(Array.Empty()) { } + public override Variable[] RequiredParameters => Array.Empty(); + public override void DoAction(object Context) + { + ActionResult = Result.Passed; + } + public override bool DoCheckpoint(object Context) => true; + protected override void Screenshot(string name) { } + } + + // Fake test case for unit test + public class FakeTestCase : TestCase + { + public FakeTestCase() + { + Name = "FakeTestCase"; + TestSteps = new TestStep[] + { + new TestStep { Action = nameof(DummyStopAction) }, + new TestStep { Action = nameof(DummyStepAction) }, + new TestStep { Action = nameof(DummyStepAction) } + }; + } + public override void Initialize() { } + public override string Cleanup() => string.Empty; + } + + [TestClass] + public class StopTestCaseTests + { + [TestMethod] + public void Test_StopTestCase_StopsAllSteps() + { + var testCase = new FakeTestCase(); + var report = new TestCaseReport { ActionReports = new List() }; + var result = testCase.Run(report); + // Only the first step should run, others should be ignored + Assert.AreEqual(Result.None, testCase.TestSteps[0].Result); + Assert.AreEqual(Result.Ignored, testCase.TestSteps[1].Result); + Assert.AreEqual(Result.Ignored, testCase.TestSteps[2].Result); + + Assert.AreEqual(Result.Passed, report.ActionReports[0].Result); + Assert.AreEqual(Result.Ignored, report.ActionReports[1].Result); + Assert.AreEqual(Result.Ignored, report.ActionReports[2].Result); + } + } +}