From 9048d782d8d7f515393ae490ffb97e4df9b6a6bf Mon Sep 17 00:00:00 2001 From: Huaxing YUAN Date: Mon, 29 Apr 2024 11:16:14 +0200 Subject: [PATCH 1/2] remove always pass/fail test rules. update documentation --- ...ded.HtmlReport.AdditionalTagsProvider.html | 184 + ...eExtended.HtmlReport.AxeOverallResult.html | 283 + ....AxeExtended.HtmlReport.AxePageResult.html | 583 + ...nded.HtmlReport.AxeResultEnhancedItem.html | 239 + ...nded.HtmlReport.AxeResultEnhancedNode.html | 232 + ...nce.AxeExtended.HtmlReport.BaseResult.html | 326 + ...xeExtended.HtmlReport.Config.Branding.html | 198 + ...e.AxeExtended.HtmlReport.Config.Check.html | 294 + ...tmlReport.Config.ConfigurationOptions.html | 270 + ....AxeExtended.HtmlReport.Config.Option.html | 132 + ...ce.AxeExtended.HtmlReport.Config.Rule.html | 453 + ...aFrance.AxeExtended.HtmlReport.Config.html | 132 + ...eExtended.HtmlReport.ExtensionMethods.html | 184 + ...rance.AxeExtended.HtmlReport.Language.html | 149 + ...e.AxeExtended.HtmlReport.OutputFormat.html | 149 + ...ended.HtmlReport.OverallReportBuilder.html | 430 + ...Extended.HtmlReport.OverallResultItem.html | 287 + ...ort.PageReportBuilder.AnalyzeDelegate.html | 159 + ...geReportBuilder.GetScreenshotDelegate.html | 164 + ...Extended.HtmlReport.PageReportBuilder.html | 686 + ...Extended.HtmlReport.PageReportOptions.html | 577 + ...ce.AxeExtended.HtmlReport.ScoringMode.html | 154 + .../AxaFrance.AxeExtended.HtmlReport.html | 168 + ...eExtended.Selenium.AxeExtendedBuilder.html | 872 ++ ...e.AxeExtended.Selenium.SeleniumHelper.html | 253 + .../AxaFrance.AxeExtended.Selenium.html | 121 + docs/api_net/toc.html | 180 +- docs/manifest.json | 491 +- docs/toc.html | 2 +- docs/tutorials/appium-driver.html | 2 +- docs/xrefmap.yml | 11620 ++++++++-------- .../Assets/axe-rgaa-extension.json | 36 - .../AxaFrance.AxeExtended.HtmlReport.csproj | 5 - .../Config/Option.cs | 4 + .../Config/Rule.cs | 4 + .../ExtensionMethods.cs | 9 + .../Language.cs | 10 + .../OverallReportBuilder.cs | 27 +- .../PageReportBuilder.cs | 29 +- .../AxeSeleniumHelper.cs | 4 + .../AxaFrance.WebEngine.Doc.csproj | 2 - .../tutorials/appium-driver.md | 2 +- 42 files changed, 13910 insertions(+), 6196 deletions(-) create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Branding.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Option.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.ExtensionMethods.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.Language.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.OutputFormat.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.HtmlReport.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.Selenium.SeleniumHelper.html create mode 100644 docs/api_net/AxaFrance.AxeExtended.Selenium.html diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider.html new file mode 100644 index 0000000..b770ef5 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider.html @@ -0,0 +1,184 @@ + + + + + + + + Class AdditionalTagsProvider + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html new file mode 100644 index 0000000..e613c11 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html @@ -0,0 +1,283 @@ + + + + + + + + Class AxeOverallResult + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html new file mode 100644 index 0000000..f5e6925 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html @@ -0,0 +1,583 @@ + + + + + + + + Class AxePageResult + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html new file mode 100644 index 0000000..ae1f92f --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html @@ -0,0 +1,239 @@ + + + + + + + + Class AxeResultEnhancedItem + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html new file mode 100644 index 0000000..8b591e5 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html @@ -0,0 +1,232 @@ + + + + + + + + Class AxeResultEnhancedNode + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html new file mode 100644 index 0000000..88301e3 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html @@ -0,0 +1,326 @@ + + + + + + + + Class BaseResult + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Branding.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Branding.html new file mode 100644 index 0000000..2a378a1 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Branding.html @@ -0,0 +1,198 @@ + + + + + + + + Class Branding + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html new file mode 100644 index 0000000..302547f --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html @@ -0,0 +1,294 @@ + + + + + + + + Class Check + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html new file mode 100644 index 0000000..09d3333 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html @@ -0,0 +1,270 @@ + + + + + + + + Class ConfigurationOptions + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Option.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Option.html new file mode 100644 index 0000000..80e4e80 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Option.html @@ -0,0 +1,132 @@ + + + + + + + + Class Option + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html new file mode 100644 index 0000000..e0f2fd3 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html @@ -0,0 +1,453 @@ + + + + + + + + Class Rule + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.html new file mode 100644 index 0000000..8bf6e69 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Config.html @@ -0,0 +1,132 @@ + + + + + + + + Namespace AxaFrance.AxeExtended.HtmlReport.Config + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.ExtensionMethods.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.ExtensionMethods.html new file mode 100644 index 0000000..673b425 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.ExtensionMethods.html @@ -0,0 +1,184 @@ + + + + + + + + Class ExtensionMethods + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Language.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Language.html new file mode 100644 index 0000000..0bfdce6 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.Language.html @@ -0,0 +1,149 @@ + + + + + + + + Enum Language + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OutputFormat.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OutputFormat.html new file mode 100644 index 0000000..ca87309 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OutputFormat.html @@ -0,0 +1,149 @@ + + + + + + + + Enum OutputFormat + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html new file mode 100644 index 0000000..f9b4c44 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html @@ -0,0 +1,430 @@ + + + + + + + + Class OverallReportBuilder + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html new file mode 100644 index 0000000..30aa982 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html @@ -0,0 +1,287 @@ + + + + + + + + Class OverallResultItem + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html new file mode 100644 index 0000000..13b0e13 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html @@ -0,0 +1,159 @@ + + + + + + + + Delegate PageReportBuilder.AnalyzeDelegate + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html new file mode 100644 index 0000000..ac67075 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html @@ -0,0 +1,164 @@ + + + + + + + + Delegate PageReportBuilder.GetScreenshotDelegate + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html new file mode 100644 index 0000000..f5cf42e --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html @@ -0,0 +1,686 @@ + + + + + + + + Class PageReportBuilder + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html new file mode 100644 index 0000000..3a1ead3 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html @@ -0,0 +1,577 @@ + + + + + + + + Class PageReportOptions + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.html new file mode 100644 index 0000000..a800465 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.html @@ -0,0 +1,154 @@ + + + + + + + + Enum ScoringMode + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.HtmlReport.html b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.html new file mode 100644 index 0000000..9369e29 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.HtmlReport.html @@ -0,0 +1,168 @@ + + + + + + + + Namespace AxaFrance.AxeExtended.HtmlReport + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html b/docs/api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html new file mode 100644 index 0000000..b5e67f2 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html @@ -0,0 +1,872 @@ + + + + + + + + Class AxeExtendedBuilder + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.Selenium.SeleniumHelper.html b/docs/api_net/AxaFrance.AxeExtended.Selenium.SeleniumHelper.html new file mode 100644 index 0000000..0750906 --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.Selenium.SeleniumHelper.html @@ -0,0 +1,253 @@ + + + + + + + + Class SeleniumHelper + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/AxaFrance.AxeExtended.Selenium.html b/docs/api_net/AxaFrance.AxeExtended.Selenium.html new file mode 100644 index 0000000..8712cdd --- /dev/null +++ b/docs/api_net/AxaFrance.AxeExtended.Selenium.html @@ -0,0 +1,121 @@ + + + + + + + + Namespace AxaFrance.AxeExtended.Selenium + | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+ +
+
+ + + + + + diff --git a/docs/api_net/toc.html b/docs/api_net/toc.html index ffed331..6a4e8dd 100644 --- a/docs/api_net/toc.html +++ b/docs/api_net/toc.html @@ -12,6 +12,96 @@
-
  • - - Axe.Extended.HtmlReport - - -
  • -
  • - - Axe.Extended.HtmlReport.Config - - -
  • -
  • - - Axe.Extended.Selenium - - -
  • diff --git a/docs/manifest.json b/docs/manifest.json index ef2f93d..102f876 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -3905,11 +3905,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.ActionNotFoundException.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.ActionNotFoundException.html", - "hash": "UssTafCL1+66MdMPPalkhm8d78g0/0FJnzw4NV+xapE=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider.html", + "hash": "BbU/XBprPyS1GLhIXSOlMiqwAxM6nm9PV02V+1PJg4w=" } }, "is_incremental": false, @@ -3917,11 +3917,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.BrowserType.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.BrowserType.html", - "hash": "FBBlym9427bUuHV67Wvqkt7HkyryKm2DKsAafdovRak=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html", + "hash": "gO9naHwNDBmzeyGDt2OyovJcpyORahACpm0eKP5ZgFs=" } }, "is_incremental": false, @@ -3929,11 +3929,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.DebugLogger.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.DebugLogger.html", - "hash": "imv4mf67fOcsA0gTFIp1qpO8bBg0rfNcxyAePhbJmU8=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html", + "hash": "0gnZPA30Wzy41jJ0cnUhAQ9DvaK9puaaxdhQZ3IDLOk=" } }, "is_incremental": false, @@ -3941,11 +3941,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Encrypter.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Encrypter.html", - "hash": "mpeBE2A+XhIXLehE+07T0gD1z0KHPOa+1musbmQOQDw=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html", + "hash": "oHOSNH5+nABW1HmlY3u12015Kb9e35SGxKAsQ8bAbEo=" } }, "is_incremental": false, @@ -3953,11 +3953,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.EnvironmentVariables.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.EnvironmentVariables.html", - "hash": "P2aChbKcBTHHULMbU6C5Apc2h++fquLly9oRST/lhm4=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html", + "hash": "4/k1E4XLL8fjzGu7G4xns1hEUDlmKc0/WvaXsrDjP+Y=" } }, "is_incremental": false, @@ -3965,11 +3965,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.MethodExtensions.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.MethodExtensions.html", - "hash": "pvZJBLhLoNbRQ33YysQnsZpeZQutW+pNsKporbtDSiM=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html", + "hash": "atYycBVMvs58oIlyfLUSUY3xuz4ocQ7FFk0Wn6AaEM8=" } }, "is_incremental": false, @@ -3977,11 +3977,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.Config.Branding.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html", - "hash": "4AKboHQPedsVh4uHTe6zzim7gpYg3HQZfWMYXKK731g=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.Config.Branding.html", + "hash": "V/kVqZEoRC5Aefxi1romrEct+4movOYfpWBNM9M0m4k=" } }, "is_incremental": false, @@ -3989,11 +3989,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.MobileApp.AppFactory.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html", - "hash": "yJHTELSoGU1tgmO/9wRoV4s1JcRB66fSAJZLrVvx5dk=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html", + "hash": "eh+g7KJJbg2b70452qrUq5HsjX7/+9IZJsC/Asmosvo=" } }, "is_incremental": false, @@ -4001,11 +4001,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.MobileApp.ScrollDirection.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.ScrollDirection.html", - "hash": "ThwpOSOd/rmmvRwB2j8exAXBRGViQcH8fMHpFbYsQl0=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html", + "hash": "G82X+aRXPUZAVSdFEeTfR4LXndYSUO1m5yvJJPl8PyA=" } }, "is_incremental": false, @@ -4013,11 +4013,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.Config.Option.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html", - "hash": "MiMOfL3vQnKkB+BYj3Ob27ngMquvm8n2TSsNJdJg+UA=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.Config.Option.html", + "hash": "cu+CqaItp/CF/D954JHlyZs8VffLCTn8lYtP2Q+jRn4=" } }, "is_incremental": false, @@ -4025,11 +4025,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html", - "hash": "XPiLlJeipFWbXWc8EtjpfLiP2+A+BYuxyJ4I71a9gl0=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html", + "hash": "waP9szICA2x5z0NMXr8csBLvYV5iZ49taU2bciMecj4=" } }, "is_incremental": false, @@ -4037,11 +4037,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.MobileApp.TestSuiteApp.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.Config.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.TestSuiteApp.html", - "hash": "ZTACWMr9Fna94lsdbP9lhgYoeyeUWav+QpBkzXeLBZ8=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.Config.html", + "hash": "S8i6qh7KKdmnlQJTPtkMIEJjRyKyhA45hA1C5WlQxsw=" } }, "is_incremental": false, @@ -4049,11 +4049,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.MobileApp.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.ExtensionMethods.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.html", - "hash": "947gzCLEeC4AoWgBmdftmcYHkWqkvzx5OH0hCsQZQhE=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.ExtensionMethods.html", + "hash": "ly62KOUJ77cJvxVmDfpfFgFycCUiDVlYRwF4YbMcfLk=" } }, "is_incremental": false, @@ -4061,11 +4061,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Platform.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.Language.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Platform.html", - "hash": "OgxNNlvDaC/xcf4zJNWHvvb8zyENh8Xn2KhCkyw5cO8=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.Language.html", + "hash": "CZsecYHh2z1xd6TnpSdf0lKKLDithnIIcBHgSrcJrLw=" } }, "is_incremental": false, @@ -4073,11 +4073,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.ActionReport.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.OutputFormat.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.ActionReport.html", - "hash": "pOvwYTZE+iXK/q898+waBeyWkrlsJahk62tPWPefvMo=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.OutputFormat.html", + "hash": "Hg9gjr3OafFzWU9pCZMDWf3S3UvBu8PvcW5gLXUKgIM=" } }, "is_incremental": false, @@ -4085,11 +4085,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.AdditionalData.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.AdditionalData.html", - "hash": "6/mgUKND7zUp7tz2Wqtv+TaOI84ijwW4qoq6JwuY+MI=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html", + "hash": "vK4BQqi1+t++uE+sBuRcBPHVtOHBaWMz5Ic2ScrTrjs=" } }, "is_incremental": false, @@ -4097,11 +4097,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html", - "hash": "i/1qy5gXkOonFmgjlzxkYVAh1q6dZOnZG7WwGa/YyDM=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html", + "hash": "/ZDTg5HGMd85jPYCC9l870OL3bl5zV6vH5G+yfsjKcg=" } }, "is_incremental": false, @@ -4109,11 +4109,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html", - "hash": "A4O5eksQVMOAn0bf+5IvV0hZ5SeIjwGFmNni6DQX76g=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html", + "hash": "P6cRBOjVDWAL8sYZO+cj9NbjBrA0Fu3OYU70x2Sj8nc=" } }, "is_incremental": false, @@ -4121,11 +4121,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html", - "hash": "091buSPwj4WW+a2BW8vI/Xw5YmmVWSw9GZOiU9dSQ0A=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html", + "hash": "AGuxg79HxyP7m5sY1lM5Otr4EZ2+95CyxHzaF9cwAm8=" } }, "is_incremental": false, @@ -4133,11 +4133,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html", - "hash": "GlLsbOTfAmo8HU5B6/r2cpnITzOSTplEICf7TpFcK5k=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html", + "hash": "FIeULe4nVQjnjqoecGt+FH695oTkaa6qjH4WMQEut7c=" } }, "is_incremental": false, @@ -4145,11 +4145,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html", - "hash": "e8vZ0YBoczieADHbMvvncqy1jsdJ+nWG/QvPDRibFBE=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html", + "hash": "uvjM9Bu5Ppjkb67FEATQuEZOUB7SpmfUXY03yvrG2r4=" } }, "is_incremental": false, @@ -4157,11 +4157,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html", - "hash": "r0OgAvR2dgkV6vbLa5T8DBa4FBUp1DD7eQRinE54Tck=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.html", + "hash": "Vf6UlxcQlhSVXkmSl7XCq3zweJnRfnaXgPKL6DZM43I=" } }, "is_incremental": false, @@ -4169,11 +4169,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuites.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuites.html", - "hash": "qJ1QrnVkSRnIuH3HXzHu9u++NxqSHaCCVG+Sh+Gqlc0=" + "relative_path": "api_net/AxaFrance.AxeExtended.HtmlReport.html", + "hash": "Iyv3hGdu3bLRHWlg34tk1wsoQhI9Uq7PE4H+NhFG2kU=" } }, "is_incremental": false, @@ -4181,11 +4181,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html", - "hash": "ZKsLe/qgKoPrPNQYr1Mp82QmJhnnzEz6hRlRecjCpCQ=" + "relative_path": "api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html", + "hash": "vdpXnMLm8CSgGKkaWUEpQmwFLviDMeyHas1cHUADf98=" } }, "is_incremental": false, @@ -4193,11 +4193,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.Selenium.SeleniumHelper.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.html", - "hash": "zEyQIb6nOV/wbl5H6RxoNv+vGS3Z5zrQY+Pqf/UxVvY=" + "relative_path": "api_net/AxaFrance.AxeExtended.Selenium.SeleniumHelper.html", + "hash": "GmF1JJrwLj733Vw7+M8WIeYRLX2YT9S+zeJT2KC3MQ0=" } }, "is_incremental": false, @@ -4205,11 +4205,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.ReportHelper.yml", + "source_relative_path": "api_net/AxaFrance.AxeExtended.Selenium.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.ReportHelper.html", - "hash": "D1GdC7vImY6NvV4b20nimLLZ6RR13JKJy+BMhF9gAjQ=" + "relative_path": "api_net/AxaFrance.AxeExtended.Selenium.html", + "hash": "WLEX4brxtCebQBsuZ6MJQQ/DYjdDYhlzQ4hR+iVFW7c=" } }, "is_incremental": false, @@ -4217,11 +4217,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.ScreenshotReport.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.ActionNotFoundException.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html", - "hash": "ItJIeZ7z8jQiPoK4+ouGA9AbhZQdthaJR+4rkh8zNtQ=" + "relative_path": "api_net/AxaFrance.WebEngine.ActionNotFoundException.html", + "hash": "UssTafCL1+66MdMPPalkhm8d78g0/0FJnzw4NV+xapE=" } }, "is_incremental": false, @@ -4229,11 +4229,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.TestCaseReport.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.BrowserType.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.TestCaseReport.html", - "hash": "qEmmCIwZqMVrHoA78cna3ibu0S199ehyd4xSSI70bME=" + "relative_path": "api_net/AxaFrance.WebEngine.BrowserType.html", + "hash": "FBBlym9427bUuHV67Wvqkt7HkyryKm2DKsAafdovRak=" } }, "is_incremental": false, @@ -4241,11 +4241,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.TestSuiteReport.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.DebugLogger.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html", - "hash": "Q6Iu/xbF18343QNG9uGFG/HJVQTDyaZo7cMkCE3akv4=" + "relative_path": "api_net/AxaFrance.WebEngine.DebugLogger.html", + "hash": "imv4mf67fOcsA0gTFIp1qpO8bBg0rfNcxyAePhbJmU8=" } }, "is_incremental": false, @@ -4253,11 +4253,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Report.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Encrypter.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Report.html", - "hash": "PHpAQsgc4ZbMe6NG3A0Fr6jhaUG2EtgM+BDjEy4jVp8=" + "relative_path": "api_net/AxaFrance.WebEngine.Encrypter.html", + "hash": "mpeBE2A+XhIXLehE+07T0gD1z0KHPOa+1musbmQOQDw=" } }, "is_incremental": false, @@ -4265,11 +4265,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.ReportSettings.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.EnvironmentVariables.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.ReportSettings.html", - "hash": "zZW5RN8TksaH65SFTiT6Ml4WZ+Pmyd8HuG905Kyf5xA=" + "relative_path": "api_net/AxaFrance.WebEngine.EnvironmentVariables.html", + "hash": "P2aChbKcBTHHULMbU6C5Apc2h++fquLly9oRST/lhm4=" } }, "is_incremental": false, @@ -4277,11 +4277,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Result.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.MethodExtensions.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Result.html", - "hash": "o6d4DATi4AABLpBUqMzblSX4P+U4cn95R5xBUTYrB4M=" + "relative_path": "api_net/AxaFrance.WebEngine.MethodExtensions.html", + "hash": "pvZJBLhLoNbRQ33YysQnsZpeZQutW+pNsKporbtDSiM=" } }, "is_incremental": false, @@ -4289,11 +4289,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Settings.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Settings.html", - "hash": "AmYaHJA+G42SERPERUWTZFWTpX/7FS2WI3YJHxM1uxw=" + "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html", + "hash": "4AKboHQPedsVh4uHTe6zzim7gpYg3HQZfWMYXKK731g=" } }, "is_incremental": false, @@ -4301,11 +4301,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.SharedActionBase.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.MobileApp.AppFactory.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.SharedActionBase.html", - "hash": "TDzLpqnpjEbCS1HmdhD6q01OeCgZxPktdrgiBam/Zfg=" + "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html", + "hash": "yJHTELSoGU1tgmO/9wRoV4s1JcRB66fSAJZLrVvx5dk=" } }, "is_incremental": false, @@ -4313,11 +4313,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.TestCase.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.MobileApp.ScrollDirection.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.TestCase.html", - "hash": "eYuz7hOuhFEDEDTlmwTAjKLJzP2bkBLWMhzrivhJ1rE=" + "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.ScrollDirection.html", + "hash": "ThwpOSOd/rmmvRwB2j8exAXBRGViQcH8fMHpFbYsQl0=" } }, "is_incremental": false, @@ -4325,11 +4325,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.TestData.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.TestData.html", - "hash": "nZ3sLip6i2j1utjNEzoNiEX3E6fE84Nb0PMognrj20I=" + "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html", + "hash": "MiMOfL3vQnKkB+BYj3Ob27ngMquvm8n2TSsNJdJg+UA=" } }, "is_incremental": false, @@ -4337,11 +4337,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.TestStep.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.TestStep.html", - "hash": "3Y2LS5Q1CUFECd6MRiCPA4gg8WmcMcjkGNPsphVfYxk=" + "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html", + "hash": "XPiLlJeipFWbXWc8EtjpfLiP2+A+BYuxyJ4I71a9gl0=" } }, "is_incremental": false, @@ -4349,11 +4349,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.TestSuite.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.MobileApp.TestSuiteApp.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.TestSuite.html", - "hash": "ntPQbLPXOT3tBYIPeR3MtGu1WRa+xR74YbO1pHc1Xhg=" + "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.TestSuiteApp.html", + "hash": "ZTACWMr9Fna94lsdbP9lhgYoeyeUWav+QpBkzXeLBZ8=" } }, "is_incremental": false, @@ -4361,11 +4361,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.TestSuiteData.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.MobileApp.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.TestSuiteData.html", - "hash": "KWDG1VHDkBd0I2WyVQ/UhnDnTGRg5X5l5LGyte1MEqA=" + "relative_path": "api_net/AxaFrance.WebEngine.MobileApp.html", + "hash": "947gzCLEeC4AoWgBmdftmcYHkWqkvzx5OH0hCsQZQhE=" } }, "is_incremental": false, @@ -4373,11 +4373,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Utilities.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Platform.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Utilities.html", - "hash": "RYQb7buTJLHgRbMJRCBfmP7SaZqUp5sL9TraZD7yKMc=" + "relative_path": "api_net/AxaFrance.WebEngine.Platform.html", + "hash": "OgxNNlvDaC/xcf4zJNWHvvb8zyENh8Xn2KhCkyw5cO8=" } }, "is_incremental": false, @@ -4385,11 +4385,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Variable.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.ActionReport.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Variable.html", - "hash": "uqkvd2bQAt9H5T5JnLWxywxdt1v7Wi3GFPZOEzTxuQI=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.ActionReport.html", + "hash": "pOvwYTZE+iXK/q898+waBeyWkrlsJahk62tPWPefvMo=" } }, "is_incremental": false, @@ -4397,11 +4397,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Web.BrowserFactory.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.AdditionalData.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Web.BrowserFactory.html", - "hash": "dfEj+em6evCUD5vqdpZbqGfyTfaujDpkBUqq1nxBNCI=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.AdditionalData.html", + "hash": "6/mgUKND7zUp7tz2Wqtv+TaOI84ijwW4qoq6JwuY+MI=" } }, "is_incremental": false, @@ -4409,11 +4409,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Web.ElementDescription.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Web.ElementDescription.html", - "hash": "08ysZ3D0HgmPTrb1nnT3Z9KVE8U55/EQ/zJDhiHaxFI=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html", + "hash": "i/1qy5gXkOonFmgjlzxkYVAh1q6dZOnZG7WwGa/YyDM=" } }, "is_incremental": false, @@ -4421,11 +4421,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Web.FindsByAttribute.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html", - "hash": "g2Nt6m5J0L0CvBvfqwzlBI42bMcnVVewQSlP/PilBVI=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html", + "hash": "A4O5eksQVMOAn0bf+5IvV0hZ5SeIjwGFmNni6DQX76g=" } }, "is_incremental": false, @@ -4433,11 +4433,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Web.How.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Web.How.html", - "hash": "xKJ3mR/5OKBC3W4tlVM7Qz7HzDJ4C+jexBrTl7ayJWY=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html", + "hash": "091buSPwj4WW+a2BW8vI/Xw5YmmVWSw9GZOiU9dSQ0A=" } }, "is_incremental": false, @@ -4445,11 +4445,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Web.HtmlAttribute.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html", - "hash": "6SsI4kyV9wtViRJ77IZF83Zqo96E9O8Ytw6vNJbghRU=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html", + "hash": "GlLsbOTfAmo8HU5B6/r2cpnITzOSTplEICf7TpFcK5k=" } }, "is_incremental": false, @@ -4457,11 +4457,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Web.PageModel.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Web.PageModel.html", - "hash": "0kIrZe57RwS3TilBmkxv9P2jIKTk8RwjShLKzBbg/jo=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html", + "hash": "e8vZ0YBoczieADHbMvvncqy1jsdJ+nWG/QvPDRibFBE=" } }, "is_incremental": false, @@ -4469,11 +4469,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Web.SharedActionWeb.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html", - "hash": "GIJ2FzpKD8coRjx/s6ak880hY5cnLKmeZF5W0/B/zeE=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html", + "hash": "r0OgAvR2dgkV6vbLa5T8DBa4FBUp1DD7eQRinE54Tck=" } }, "is_incremental": false, @@ -4481,11 +4481,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Web.TestCaseWeb.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuites.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html", - "hash": "hh+EcpeGvH+SBysh573Y9F2CTQJIM0Q4dodnGc8XZ9o=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuites.html", + "hash": "qJ1QrnVkSRnIuH3HXzHu9u++NxqSHaCCVG+Sh+Gqlc0=" } }, "is_incremental": false, @@ -4493,11 +4493,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Web.WebElementDescription.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Web.WebElementDescription.html", - "hash": "6dimoJwLW37YQecGq7zVElPO+NguF/QwGMBBtINNLaA=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html", + "hash": "ZKsLe/qgKoPrPNQYr1Mp82QmJhnnzEz6hRlRecjCpCQ=" } }, "is_incremental": false, @@ -4505,11 +4505,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.Web.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.Web.html", - "hash": "cLtkVpsX9NHJGXYW/5qCuKTrTP61m42wy7mQifBef9M=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.JUnit.html", + "hash": "zEyQIb6nOV/wbl5H6RxoNv+vGS3Z5zrQY+Pqf/UxVvY=" } }, "is_incremental": false, @@ -4517,11 +4517,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.WebEngineGeneralException.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.ReportHelper.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.WebEngineGeneralException.html", - "hash": "GI/trQJBDV3UhVMUgtHQBawP/aULMBax3WmAxQY+fIk=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.ReportHelper.html", + "hash": "D1GdC7vImY6NvV4b20nimLLZ6RR13JKJy+BMhF9gAjQ=" } }, "is_incremental": false, @@ -4529,11 +4529,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/AxaFrance.WebEngine.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.ScreenshotReport.yml", "output": { ".html": { - "relative_path": "api_net/AxaFrance.WebEngine.html", - "hash": "xQfVuqUgeV3iChxREMuSlhJr7RB5UeBD1Zg5zN9USug=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html", + "hash": "ItJIeZ7z8jQiPoK4+ouGA9AbhZQdthaJR+4rkh8zNtQ=" } }, "is_incremental": false, @@ -4541,11 +4541,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.AdditionalTagsProvider.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.TestCaseReport.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.AdditionalTagsProvider.html", - "hash": "tPqHF2p8l3ZIdv2SyIsXh6Cv1heOZjh/XW0+8n7Mtvs=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.TestCaseReport.html", + "hash": "qEmmCIwZqMVrHoA78cna3ibu0S199ehyd4xSSI70bME=" } }, "is_incremental": false, @@ -4553,11 +4553,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.AxeOverallResult.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.TestSuiteReport.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.AxeOverallResult.html", - "hash": "N8vSUJ0ezwwlvgXaKtDiAWqMzw6d/OJgPUI4SJ2BtDY=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html", + "hash": "Q6Iu/xbF18343QNG9uGFG/HJVQTDyaZo7cMkCE3akv4=" } }, "is_incremental": false, @@ -4565,11 +4565,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.AxePageResult.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Report.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.AxePageResult.html", - "hash": "F6htwH2w6KkXlRyeyeV9bjq69vBPDRMDGhR1AeEhkvc=" + "relative_path": "api_net/AxaFrance.WebEngine.Report.html", + "hash": "PHpAQsgc4ZbMe6NG3A0Fr6jhaUG2EtgM+BDjEy4jVp8=" } }, "is_incremental": false, @@ -4577,11 +4577,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.AxeResultEnhancedItem.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.ReportSettings.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.AxeResultEnhancedItem.html", - "hash": "oL2SVGQhvw7pup9euWUlIi8y++AbLHKWwkvrStpB7AA=" + "relative_path": "api_net/AxaFrance.WebEngine.ReportSettings.html", + "hash": "zZW5RN8TksaH65SFTiT6Ml4WZ+Pmyd8HuG905Kyf5xA=" } }, "is_incremental": false, @@ -4589,11 +4589,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.AxeResultEnhancedNode.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Result.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.AxeResultEnhancedNode.html", - "hash": "Kd4kmLs9SQu0pmm3Lvh9TpxtsWu72pC92945dbbEMBA=" + "relative_path": "api_net/AxaFrance.WebEngine.Result.html", + "hash": "o6d4DATi4AABLpBUqMzblSX4P+U4cn95R5xBUTYrB4M=" } }, "is_incremental": false, @@ -4601,11 +4601,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.BaseResult.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Settings.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.BaseResult.html", - "hash": "EMpibzvfYhcf//8R2oCvgUpf/uezrLJ8w/Vda9/Qz9k=" + "relative_path": "api_net/AxaFrance.WebEngine.Settings.html", + "hash": "AmYaHJA+G42SERPERUWTZFWTpX/7FS2WI3YJHxM1uxw=" } }, "is_incremental": false, @@ -4613,11 +4613,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.Config.Branding.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.SharedActionBase.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.Config.Branding.html", - "hash": "eyPl6BJdaAFQyjPU5UN/iJy3o9HvP1TFe4MhkKBc0AY=" + "relative_path": "api_net/AxaFrance.WebEngine.SharedActionBase.html", + "hash": "TDzLpqnpjEbCS1HmdhD6q01OeCgZxPktdrgiBam/Zfg=" } }, "is_incremental": false, @@ -4625,11 +4625,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.Config.Check.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.TestCase.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.Config.Check.html", - "hash": "T2d7bjWNCI4m+KzLXpuQ2v5pzCM7JbMU4cBPhbuffms=" + "relative_path": "api_net/AxaFrance.WebEngine.TestCase.html", + "hash": "eYuz7hOuhFEDEDTlmwTAjKLJzP2bkBLWMhzrivhJ1rE=" } }, "is_incremental": false, @@ -4637,11 +4637,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.Config.ConfigurationOptions.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.TestData.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.Config.ConfigurationOptions.html", - "hash": "z/IMr0CbrNwp96g7ek6UtgF7dayu+D6MbHmq1M9+zrQ=" + "relative_path": "api_net/AxaFrance.WebEngine.TestData.html", + "hash": "nZ3sLip6i2j1utjNEzoNiEX3E6fE84Nb0PMognrj20I=" } }, "is_incremental": false, @@ -4649,11 +4649,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.Config.Option.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.TestStep.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.Config.Option.html", - "hash": "Y9mgHV/+PlQJmjHFefzFlKgnu/BqbHOELh/J2vAVI4E=" + "relative_path": "api_net/AxaFrance.WebEngine.TestStep.html", + "hash": "3Y2LS5Q1CUFECd6MRiCPA4gg8WmcMcjkGNPsphVfYxk=" } }, "is_incremental": false, @@ -4661,11 +4661,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.Config.Rule.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.TestSuite.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.Config.Rule.html", - "hash": "f7u0j7S3VrWxdXwnLHqaXzD0HfsAXXA+jAWHI7nKO5I=" + "relative_path": "api_net/AxaFrance.WebEngine.TestSuite.html", + "hash": "ntPQbLPXOT3tBYIPeR3MtGu1WRa+xR74YbO1pHc1Xhg=" } }, "is_incremental": false, @@ -4673,11 +4673,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.Config.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.TestSuiteData.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.Config.html", - "hash": "unphFmpKo3BUFx/DiauSgdi/zzzI+5jwxKxU95nPUKQ=" + "relative_path": "api_net/AxaFrance.WebEngine.TestSuiteData.html", + "hash": "KWDG1VHDkBd0I2WyVQ/UhnDnTGRg5X5l5LGyte1MEqA=" } }, "is_incremental": false, @@ -4685,11 +4685,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.ExtensionMethods.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Utilities.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.ExtensionMethods.html", - "hash": "MOV3SRBZqrya4v+HCb6uP+AhOE6ZmNu/n1fnv4WElBs=" + "relative_path": "api_net/AxaFrance.WebEngine.Utilities.html", + "hash": "RYQb7buTJLHgRbMJRCBfmP7SaZqUp5sL9TraZD7yKMc=" } }, "is_incremental": false, @@ -4697,11 +4697,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.Language.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Variable.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.Language.html", - "hash": "tv/wsiMzueWSFDgwczqpE9i2u4+W++rRHZr+StzvRHs=" + "relative_path": "api_net/AxaFrance.WebEngine.Variable.html", + "hash": "uqkvd2bQAt9H5T5JnLWxywxdt1v7Wi3GFPZOEzTxuQI=" } }, "is_incremental": false, @@ -4709,11 +4709,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.OutputFormat.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Web.BrowserFactory.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.OutputFormat.html", - "hash": "kmnLiiACQ8GAunQdsdB/OwY3+Vk04UtZmM77Lj0U4Wc=" + "relative_path": "api_net/AxaFrance.WebEngine.Web.BrowserFactory.html", + "hash": "dfEj+em6evCUD5vqdpZbqGfyTfaujDpkBUqq1nxBNCI=" } }, "is_incremental": false, @@ -4721,11 +4721,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.OverallReportBuilder.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Web.ElementDescription.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html", - "hash": "JKcEuFGts1Gon+hja7uzYVd1sB64USdrTxvrzhrImeQ=" + "relative_path": "api_net/AxaFrance.WebEngine.Web.ElementDescription.html", + "hash": "08ysZ3D0HgmPTrb1nnT3Z9KVE8U55/EQ/zJDhiHaxFI=" } }, "is_incremental": false, @@ -4733,11 +4733,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.OverallResultItem.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Web.FindsByAttribute.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.OverallResultItem.html", - "hash": "l6YtXS8XNXT1DwiRzJY9XihW7bVBzHPfgDlCenCWmWQ=" + "relative_path": "api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html", + "hash": "g2Nt6m5J0L0CvBvfqwzlBI42bMcnVVewQSlP/PilBVI=" } }, "is_incremental": false, @@ -4745,11 +4745,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.PageReportBuilder.AnalyzeDelegate.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Web.How.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html", - "hash": "XSzrPc1Z0uBaNiME5p569d8zz/eReBxUSWJgd4DNl9A=" + "relative_path": "api_net/AxaFrance.WebEngine.Web.How.html", + "hash": "xKJ3mR/5OKBC3W4tlVM7Qz7HzDJ4C+jexBrTl7ayJWY=" } }, "is_incremental": false, @@ -4757,11 +4757,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Web.HtmlAttribute.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html", - "hash": "5st+nvHGjKOxpvWgOY0YCtuK2/ljinK1ObfyZLfURe0=" + "relative_path": "api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html", + "hash": "6SsI4kyV9wtViRJ77IZF83Zqo96E9O8Ytw6vNJbghRU=" } }, "is_incremental": false, @@ -4769,11 +4769,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.PageReportBuilder.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Web.PageModel.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.PageReportBuilder.html", - "hash": "yNh6c24C356fK/dbQKrMOks6v71tTTP6nxcgVF/dTWY=" + "relative_path": "api_net/AxaFrance.WebEngine.Web.PageModel.html", + "hash": "0kIrZe57RwS3TilBmkxv9P2jIKTk8RwjShLKzBbg/jo=" } }, "is_incremental": false, @@ -4781,11 +4781,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.PageReportOptions.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Web.SharedActionWeb.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.PageReportOptions.html", - "hash": "7xrghUTIhYlw1zRlfKsVHzMIjyn1+WMY/XUv0wIDytE=" + "relative_path": "api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html", + "hash": "GIJ2FzpKD8coRjx/s6ak880hY5cnLKmeZF5W0/B/zeE=" } }, "is_incremental": false, @@ -4793,11 +4793,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.ScoringMode.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Web.TestCaseWeb.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.ScoringMode.html", - "hash": "XNNZZHFiaoG1S1n+iMAGZTZfHpPz1dUDKlMylkizKtk=" + "relative_path": "api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html", + "hash": "hh+EcpeGvH+SBysh573Y9F2CTQJIM0Q4dodnGc8XZ9o=" } }, "is_incremental": false, @@ -4805,11 +4805,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.HtmlReport.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Web.WebElementDescription.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.HtmlReport.html", - "hash": "n+XGIVThMKjeG1W3LlDD6SXce8sLmkDidRfPmcGcLAQ=" + "relative_path": "api_net/AxaFrance.WebEngine.Web.WebElementDescription.html", + "hash": "6dimoJwLW37YQecGq7zVElPO+NguF/QwGMBBtINNLaA=" } }, "is_incremental": false, @@ -4817,11 +4817,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.Selenium.AxeExtendedBuilder.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.Web.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html", - "hash": "KDFy/cSwPyVSWLEOXalY/UfUSX0MIbZMtT7vEYq8h68=" + "relative_path": "api_net/AxaFrance.WebEngine.Web.html", + "hash": "cLtkVpsX9NHJGXYW/5qCuKTrTP61m42wy7mQifBef9M=" } }, "is_incremental": false, @@ -4829,11 +4829,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.Selenium.SeleniumHelper.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.WebEngineGeneralException.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.Selenium.SeleniumHelper.html", - "hash": "drQS2mWxDq8xXGclXIRSvKARYFsbuDMVeuuON1A8BQg=" + "relative_path": "api_net/AxaFrance.WebEngine.WebEngineGeneralException.html", + "hash": "GI/trQJBDV3UhVMUgtHQBawP/aULMBax3WmAxQY+fIk=" } }, "is_incremental": false, @@ -4841,11 +4841,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api_net/Axe.Extended.Selenium.yml", + "source_relative_path": "api_net/AxaFrance.WebEngine.yml", "output": { ".html": { - "relative_path": "api_net/Axe.Extended.Selenium.html", - "hash": "T3p5NC0UQ2J8zeODUQtzz9RhUsYyCDfx5RGNiiRfOuE=" + "relative_path": "api_net/AxaFrance.WebEngine.html", + "hash": "xQfVuqUgeV3iChxREMuSlhJr7RB5UeBD1Zg5zN9USug=" } }, "is_incremental": false, @@ -4857,7 +4857,7 @@ "output": { ".html": { "relative_path": "api_net/toc.html", - "hash": "CwnhSRdp+mgQPatvttVJacisVRKNIFD/7Vghuqrv1yA=" + "hash": "YAJWFt+Zyo+6QQfRsCbOskKIoFhUK52Qq0yUZta+ZOg=" } }, "is_incremental": false, @@ -6741,7 +6741,7 @@ "output": { ".html": { "relative_path": "toc.html", - "hash": "3+Zj2YaP9lOk/tt6CIosWTIgiIAd5tZPWxT2HwzdLe0=" + "hash": "6v9xlBlXBLjraqaQA0PEBtpwpHypHoiVyJcYRiLBxn4=" } }, "is_incremental": false, @@ -6760,15 +6760,12 @@ "version": "" }, { - "log_codes": [ - "UidNotFound" - ], "type": "Conceptual", "source_relative_path": "tutorials/appium-driver.md", "output": { ".html": { "relative_path": "tutorials/appium-driver.html", - "hash": "5hvbZ7J+qr3nCMsHK8CP/3UUUyb3HuA9U+o7mvZrOUU=" + "hash": "NtGGIz8I4H/wI0MnrK11lIIU0rU3WL6o3cgMjqQKYIA=" } }, "is_incremental": false, @@ -7022,11 +7019,11 @@ { "status": { "can_incremental": false, - "details": "Cannot build incrementally because config changed.", + "details": "Disable incremental build by force rebuild option.", "incrementalPhase": "build", "total_file_count": 0, "skipped_file_count": 0, - "full_build_reason_code": "ConfigChanged" + "full_build_reason_code": "ForceRebuild" }, "processors": { "ConceptualDocumentProcessor": { @@ -7059,8 +7056,8 @@ }, { "status": { - "can_incremental": true, - "details": "Can support incremental post processing.", + "can_incremental": false, + "details": "Cannot support incremental post processing, the reason is: it's disabled.", "incrementalPhase": "postProcessing", "total_file_count": 0, "skipped_file_count": 0 diff --git a/docs/toc.html b/docs/toc.html index 05d4af2..9b9f786 100644 --- a/docs/toc.html +++ b/docs/toc.html @@ -16,7 +16,7 @@ Introduction
  • - .NET API Reference + .NET API Reference
  • JAVA API Reference diff --git a/docs/tutorials/appium-driver.html b/docs/tutorials/appium-driver.html index 5bf9607..27d6abb 100644 --- a/docs/tutorials/appium-driver.html +++ b/docs/tutorials/appium-driver.html @@ -115,7 +115,7 @@

    Connecting to On-Premise Seleniu

    For example, using UNC paths: settings.AppId = "\\\\SeleniumShare\\package\\myapp-1.0.apk";

    Connecting to BrowserStack

    Browserstack is one of the supported cloud providers by the Framework. -You can use <xref:AxaFrance.WebEngine.MobileApp.AppFactory.UploadAppPackage(System.String,System.String,System.String,System.String)> to upload local app package to the remote server and gets AppId in bs://<id> format. +When *.browserstack.com as endpoint location, the framework will automaticaly upload local app package to broserstack platform and gets AppId in bs://<id> format. If you are working with Keyword driven test approach, the upload and conversation of AppId is automatic.

    diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index d16d3d8..1e49e89 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -1,6201 +1,6201 @@ ### YamlMime:XRefMap sorted: true references: -- uid: AxaFrance.WebEngine - name: AxaFrance.WebEngine - href: api_net/AxaFrance.WebEngine.html - commentId: N:AxaFrance.WebEngine - fullName: AxaFrance.WebEngine - nameWithType: AxaFrance.WebEngine -- uid: AxaFrance.WebEngine.ActionNotFoundException - name: ActionNotFoundException - href: api_net/AxaFrance.WebEngine.ActionNotFoundException.html - commentId: T:AxaFrance.WebEngine.ActionNotFoundException - fullName: AxaFrance.WebEngine.ActionNotFoundException - nameWithType: ActionNotFoundException -- uid: AxaFrance.WebEngine.ActionNotFoundException.#ctor - name: ActionNotFoundException() - href: api_net/AxaFrance.WebEngine.ActionNotFoundException.html#AxaFrance_WebEngine_ActionNotFoundException__ctor - commentId: M:AxaFrance.WebEngine.ActionNotFoundException.#ctor - fullName: AxaFrance.WebEngine.ActionNotFoundException.ActionNotFoundException() - nameWithType: ActionNotFoundException.ActionNotFoundException() -- uid: AxaFrance.WebEngine.ActionNotFoundException.#ctor(System.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) -- 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" - fullName: AxaFrance.WebEngine.ActionNotFoundException.ActionNotFoundException - nameWithType: ActionNotFoundException.ActionNotFoundException -- uid: AxaFrance.WebEngine.BrowserType - name: BrowserType - href: api_net/AxaFrance.WebEngine.BrowserType.html - commentId: T:AxaFrance.WebEngine.BrowserType - fullName: AxaFrance.WebEngine.BrowserType - nameWithType: BrowserType -- uid: AxaFrance.WebEngine.BrowserType.AndroidNative - name: AndroidNative - href: api_net/AxaFrance.WebEngine.BrowserType.html#AxaFrance_WebEngine_BrowserType_AndroidNative - commentId: F:AxaFrance.WebEngine.BrowserType.AndroidNative - fullName: AxaFrance.WebEngine.BrowserType.AndroidNative - nameWithType: BrowserType.AndroidNative -- uid: AxaFrance.WebEngine.BrowserType.Chrome - name: Chrome - href: api_net/AxaFrance.WebEngine.BrowserType.html#AxaFrance_WebEngine_BrowserType_Chrome - commentId: F:AxaFrance.WebEngine.BrowserType.Chrome - fullName: AxaFrance.WebEngine.BrowserType.Chrome - nameWithType: BrowserType.Chrome -- uid: AxaFrance.WebEngine.BrowserType.ChromiumEdge - name: ChromiumEdge - href: api_net/AxaFrance.WebEngine.BrowserType.html#AxaFrance_WebEngine_BrowserType_ChromiumEdge - commentId: F:AxaFrance.WebEngine.BrowserType.ChromiumEdge - fullName: AxaFrance.WebEngine.BrowserType.ChromiumEdge - nameWithType: BrowserType.ChromiumEdge -- uid: AxaFrance.WebEngine.BrowserType.Firefox - name: Firefox - href: api_net/AxaFrance.WebEngine.BrowserType.html#AxaFrance_WebEngine_BrowserType_Firefox - commentId: F:AxaFrance.WebEngine.BrowserType.Firefox - fullName: AxaFrance.WebEngine.BrowserType.Firefox - nameWithType: BrowserType.Firefox -- 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.IOSNative - name: IOSNative - href: api_net/AxaFrance.WebEngine.BrowserType.html#AxaFrance_WebEngine_BrowserType_IOSNative - commentId: F:AxaFrance.WebEngine.BrowserType.IOSNative - fullName: AxaFrance.WebEngine.BrowserType.IOSNative - nameWithType: BrowserType.IOSNative -- uid: AxaFrance.WebEngine.BrowserType.Safari - name: Safari - href: api_net/AxaFrance.WebEngine.BrowserType.html#AxaFrance_WebEngine_BrowserType_Safari - commentId: F:AxaFrance.WebEngine.BrowserType.Safari - fullName: AxaFrance.WebEngine.BrowserType.Safari - nameWithType: BrowserType.Safari -- uid: AxaFrance.WebEngine.DebugLogger - name: DebugLogger - href: api_net/AxaFrance.WebEngine.DebugLogger.html - commentId: T:AxaFrance.WebEngine.DebugLogger - fullName: AxaFrance.WebEngine.DebugLogger - nameWithType: DebugLogger -- uid: AxaFrance.WebEngine.DebugLogger.WriteError(System.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) -- uid: AxaFrance.WebEngine.DebugLogger.WriteError* - name: WriteError - href: api_net/AxaFrance.WebEngine.DebugLogger.html#AxaFrance_WebEngine_DebugLogger_WriteError_ - commentId: Overload:AxaFrance.WebEngine.DebugLogger.WriteError +- uid: AxaFrance.AxeExtended.HtmlReport + name: AxaFrance.AxeExtended.HtmlReport + href: api_net/AxaFrance.AxeExtended.HtmlReport.html + commentId: N:AxaFrance.AxeExtended.HtmlReport + fullName: AxaFrance.AxeExtended.HtmlReport + nameWithType: AxaFrance.AxeExtended.HtmlReport +- uid: AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider + name: AdditionalTagsProvider + href: api_net/AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider + fullName: AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider + nameWithType: AdditionalTagsProvider +- uid: AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider.GetTagsByRule(System.String) + name: GetTagsByRule(String) + href: api_net/AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider.html#AxaFrance_AxeExtended_HtmlReport_AdditionalTagsProvider_GetTagsByRule_System_String_ + commentId: M:AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider.GetTagsByRule(System.String) + fullName: AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider.GetTagsByRule(System.String) + nameWithType: AdditionalTagsProvider.GetTagsByRule(String) +- uid: AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider.GetTagsByRule* + name: GetTagsByRule + href: api_net/AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider.html#AxaFrance_AxeExtended_HtmlReport_AdditionalTagsProvider_GetTagsByRule_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider.GetTagsByRule isSpec: "True" - fullName: AxaFrance.WebEngine.DebugLogger.WriteError - nameWithType: DebugLogger.WriteError -- uid: AxaFrance.WebEngine.DebugLogger.WriteLine(System.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) -- 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_ - commentId: M:AxaFrance.WebEngine.DebugLogger.WriteLine(System.Text.StringBuilder) - fullName: AxaFrance.WebEngine.DebugLogger.WriteLine(System.Text.StringBuilder) - nameWithType: DebugLogger.WriteLine(StringBuilder) -- uid: AxaFrance.WebEngine.DebugLogger.WriteLine* - name: WriteLine - href: api_net/AxaFrance.WebEngine.DebugLogger.html#AxaFrance_WebEngine_DebugLogger_WriteLine_ - commentId: Overload:AxaFrance.WebEngine.DebugLogger.WriteLine + fullName: AxaFrance.AxeExtended.HtmlReport.AdditionalTagsProvider.GetTagsByRule + nameWithType: AdditionalTagsProvider.GetTagsByRule +- uid: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult + name: AxeOverallResult + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.AxeOverallResult + fullName: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult + nameWithType: AxeOverallResult +- uid: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.GetScore + name: GetScore() + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html#AxaFrance_AxeExtended_HtmlReport_AxeOverallResult_GetScore + commentId: M:AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.GetScore + fullName: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.GetScore() + nameWithType: AxeOverallResult.GetScore() +- uid: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.GetScore* + name: GetScore + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html#AxaFrance_AxeExtended_HtmlReport_AxeOverallResult_GetScore_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.GetScore isSpec: "True" - fullName: AxaFrance.WebEngine.DebugLogger.WriteLine - nameWithType: DebugLogger.WriteLine -- uid: AxaFrance.WebEngine.DebugLogger.WriteWarning(System.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) -- uid: AxaFrance.WebEngine.DebugLogger.WriteWarning* - name: WriteWarning - href: api_net/AxaFrance.WebEngine.DebugLogger.html#AxaFrance_WebEngine_DebugLogger_WriteWarning_ - commentId: Overload:AxaFrance.WebEngine.DebugLogger.WriteWarning + fullName: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.GetScore + nameWithType: AxeOverallResult.GetScore +- uid: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.PageResults + name: PageResults + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html#AxaFrance_AxeExtended_HtmlReport_AxeOverallResult_PageResults + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.PageResults + fullName: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.PageResults + nameWithType: AxeOverallResult.PageResults +- uid: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.PageResults* + name: PageResults + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html#AxaFrance_AxeExtended_HtmlReport_AxeOverallResult_PageResults_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.PageResults isSpec: "True" - fullName: AxaFrance.WebEngine.DebugLogger.WriteWarning - nameWithType: DebugLogger.WriteWarning -- uid: AxaFrance.WebEngine.Encrypter - name: Encrypter - href: api_net/AxaFrance.WebEngine.Encrypter.html - commentId: T:AxaFrance.WebEngine.Encrypter - fullName: AxaFrance.WebEngine.Encrypter - nameWithType: Encrypter -- uid: AxaFrance.WebEngine.Encrypter.Encrypt(System.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) -- uid: AxaFrance.WebEngine.Encrypter.Encrypt* - name: Encrypt - href: api_net/AxaFrance.WebEngine.Encrypter.html#AxaFrance_WebEngine_Encrypter_Encrypt_ - commentId: Overload:AxaFrance.WebEngine.Encrypter.Encrypt + fullName: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.PageResults + nameWithType: AxeOverallResult.PageResults +- uid: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.TimeStamp + name: TimeStamp + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html#AxaFrance_AxeExtended_HtmlReport_AxeOverallResult_TimeStamp + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.TimeStamp + fullName: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.TimeStamp + nameWithType: AxeOverallResult.TimeStamp +- uid: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.TimeStamp* + name: TimeStamp + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html#AxaFrance_AxeExtended_HtmlReport_AxeOverallResult_TimeStamp_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.TimeStamp isSpec: "True" - fullName: AxaFrance.WebEngine.Encrypter.Encrypt - nameWithType: Encrypter.Encrypt -- uid: AxaFrance.WebEngine.EnvironmentVariables - name: EnvironmentVariables - href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html - commentId: T:AxaFrance.WebEngine.EnvironmentVariables - fullName: AxaFrance.WebEngine.EnvironmentVariables - nameWithType: EnvironmentVariables -- uid: AxaFrance.WebEngine.EnvironmentVariables.#ctor - name: EnvironmentVariables() - href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables__ctor - commentId: M:AxaFrance.WebEngine.EnvironmentVariables.#ctor - fullName: AxaFrance.WebEngine.EnvironmentVariables.EnvironmentVariables() - nameWithType: EnvironmentVariables.EnvironmentVariables() -- uid: AxaFrance.WebEngine.EnvironmentVariables.#ctor* - name: EnvironmentVariables - href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables__ctor_ - commentId: Overload:AxaFrance.WebEngine.EnvironmentVariables.#ctor + fullName: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.TimeStamp + nameWithType: AxeOverallResult.TimeStamp +- uid: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.Title + name: Title + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html#AxaFrance_AxeExtended_HtmlReport_AxeOverallResult_Title + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.Title + fullName: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.Title + nameWithType: AxeOverallResult.Title +- uid: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.Title* + name: Title + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.html#AxaFrance_AxeExtended_HtmlReport_AxeOverallResult_Title_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.Title isSpec: "True" - fullName: AxaFrance.WebEngine.EnvironmentVariables.EnvironmentVariables - nameWithType: EnvironmentVariables.EnvironmentVariables -- uid: AxaFrance.WebEngine.EnvironmentVariables.Current - name: Current - href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_Current - commentId: P:AxaFrance.WebEngine.EnvironmentVariables.Current - fullName: AxaFrance.WebEngine.EnvironmentVariables.Current - nameWithType: EnvironmentVariables.Current -- uid: AxaFrance.WebEngine.EnvironmentVariables.Current* - name: Current - href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_Current_ - commentId: Overload:AxaFrance.WebEngine.EnvironmentVariables.Current + fullName: AxaFrance.AxeExtended.HtmlReport.AxeOverallResult.Title + nameWithType: AxeOverallResult.Title +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult + name: AxePageResult + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.AxePageResult + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult + nameWithType: AxePageResult +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.#ctor(Deque.AxeCore.Commons.AxeResult,AxaFrance.AxeExtended.HtmlReport.PageReportBuilder) + 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) + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.AxePageResult(Deque.AxeCore.Commons.AxeResult, AxaFrance.AxeExtended.HtmlReport.PageReportBuilder) + nameWithType: AxePageResult.AxePageResult(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" - fullName: AxaFrance.WebEngine.EnvironmentVariables.Current - nameWithType: EnvironmentVariables.Current -- uid: AxaFrance.WebEngine.EnvironmentVariables.GetValue(System.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) -- uid: AxaFrance.WebEngine.EnvironmentVariables.GetValue* - name: GetValue - href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_GetValue_ - commentId: Overload:AxaFrance.WebEngine.EnvironmentVariables.GetValue + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.AxePageResult + nameWithType: AxePageResult.AxePageResult +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.AxeResult + name: AxeResult + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_AxeResult + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxePageResult.AxeResult + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.AxeResult + nameWithType: AxePageResult.AxeResult +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.AxeResult* + name: AxeResult + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_AxeResult_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxePageResult.AxeResult isSpec: "True" - fullName: AxaFrance.WebEngine.EnvironmentVariables.GetValue - nameWithType: EnvironmentVariables.GetValue -- uid: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom(System.IO.Stream) - name: LoadFrom(Stream) - href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_LoadFrom_System_IO_Stream_ - commentId: M:AxaFrance.WebEngine.EnvironmentVariables.LoadFrom(System.IO.Stream) - fullName: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom(System.IO.Stream) - nameWithType: EnvironmentVariables.LoadFrom(Stream) -- uid: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom(System.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) -- uid: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom* - name: LoadFrom - href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_LoadFrom_ - commentId: Overload:AxaFrance.WebEngine.EnvironmentVariables.LoadFrom + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.AxeResult + nameWithType: AxePageResult.AxeResult +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Builder + name: Builder + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_Builder + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxePageResult.Builder + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Builder + nameWithType: AxePageResult.Builder +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Builder* + name: Builder + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_Builder_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxePageResult.Builder isSpec: "True" - fullName: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom - nameWithType: EnvironmentVariables.LoadFrom -- uid: AxaFrance.WebEngine.EnvironmentVariables.Variables - name: Variables - href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_Variables - commentId: P:AxaFrance.WebEngine.EnvironmentVariables.Variables - fullName: AxaFrance.WebEngine.EnvironmentVariables.Variables - nameWithType: EnvironmentVariables.Variables -- uid: AxaFrance.WebEngine.EnvironmentVariables.Variables* - name: Variables - href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_Variables_ - commentId: Overload:AxaFrance.WebEngine.EnvironmentVariables.Variables + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Builder + nameWithType: AxePageResult.Builder +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.GetScore + name: GetScore() + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_GetScore + commentId: M:AxaFrance.AxeExtended.HtmlReport.AxePageResult.GetScore + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.GetScore() + nameWithType: AxePageResult.GetScore() +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.GetScore* + name: GetScore + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_GetScore_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxePageResult.GetScore isSpec: "True" - fullName: AxaFrance.WebEngine.EnvironmentVariables.Variables - nameWithType: EnvironmentVariables.Variables -- uid: AxaFrance.WebEngine.MethodExtensions - name: MethodExtensions - href: api_net/AxaFrance.WebEngine.MethodExtensions.html - commentId: T:AxaFrance.WebEngine.MethodExtensions - fullName: AxaFrance.WebEngine.MethodExtensions - nameWithType: MethodExtensions -- uid: AxaFrance.WebEngine.MethodExtensions.AddItem(System.Collections.Generic.List{AxaFrance.WebEngine.Variable},AxaFrance.WebEngine.Variable) - name: AddItem(List, Variable) - href: api_net/AxaFrance.WebEngine.MethodExtensions.html#AxaFrance_WebEngine_MethodExtensions_AddItem_System_Collections_Generic_List_AxaFrance_WebEngine_Variable__AxaFrance_WebEngine_Variable_ - commentId: M:AxaFrance.WebEngine.MethodExtensions.AddItem(System.Collections.Generic.List{AxaFrance.WebEngine.Variable},AxaFrance.WebEngine.Variable) - name.vb: AddItem(List(Of Variable), Variable) - fullName: AxaFrance.WebEngine.MethodExtensions.AddItem(System.Collections.Generic.List, AxaFrance.WebEngine.Variable) - fullName.vb: AxaFrance.WebEngine.MethodExtensions.AddItem(System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), AxaFrance.WebEngine.Variable) - 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) - 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) - nameWithType.vb: MethodExtensions.AddItem(List(Of Variable), String, String) -- uid: AxaFrance.WebEngine.MethodExtensions.AddItem* - name: AddItem - href: api_net/AxaFrance.WebEngine.MethodExtensions.html#AxaFrance_WebEngine_MethodExtensions_AddItem_ - commentId: Overload:AxaFrance.WebEngine.MethodExtensions.AddItem + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.GetScore + nameWithType: AxePageResult.GetScore +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Inapplicable + name: Inapplicable + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_Inapplicable + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxePageResult.Inapplicable + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Inapplicable + nameWithType: AxePageResult.Inapplicable +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Inapplicable* + name: Inapplicable + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_Inapplicable_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxePageResult.Inapplicable isSpec: "True" - 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) - 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) - nameWithType.vb: MethodExtensions.Item(List(Of Variable), String) -- uid: AxaFrance.WebEngine.MethodExtensions.Item* - name: Item - href: api_net/AxaFrance.WebEngine.MethodExtensions.html#AxaFrance_WebEngine_MethodExtensions_Item_ - commentId: Overload:AxaFrance.WebEngine.MethodExtensions.Item + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Inapplicable + nameWithType: AxePageResult.Inapplicable +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Incomplete + name: Incomplete + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_Incomplete + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxePageResult.Incomplete + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Incomplete + nameWithType: AxePageResult.Incomplete +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Incomplete* + name: Incomplete + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_Incomplete_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxePageResult.Incomplete isSpec: "True" - 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) - 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) - nameWithType.vb: MethodExtensions.RemoveItem(List(Of Variable), String) -- uid: AxaFrance.WebEngine.MethodExtensions.RemoveItem* - name: RemoveItem - href: api_net/AxaFrance.WebEngine.MethodExtensions.html#AxaFrance_WebEngine_MethodExtensions_RemoveItem_ - commentId: Overload:AxaFrance.WebEngine.MethodExtensions.RemoveItem + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Incomplete + nameWithType: AxePageResult.Incomplete +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Passes + name: Passes + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_Passes + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxePageResult.Passes + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Passes + nameWithType: AxePageResult.Passes +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Passes* + name: Passes + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_Passes_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxePageResult.Passes isSpec: "True" - fullName: AxaFrance.WebEngine.MethodExtensions.RemoveItem - nameWithType: MethodExtensions.RemoveItem -- uid: AxaFrance.WebEngine.MobileApp - name: AxaFrance.WebEngine.MobileApp - href: api_net/AxaFrance.WebEngine.MobileApp.html - commentId: N:AxaFrance.WebEngine.MobileApp - fullName: AxaFrance.WebEngine.MobileApp - nameWithType: AxaFrance.WebEngine.MobileApp -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription - name: AppElementDescription - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html - commentId: T:AxaFrance.WebEngine.MobileApp.AppElementDescription - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription - nameWithType: AppElementDescription -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.#ctor - name: AppElementDescription() - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription__ctor - commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.#ctor - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.AppElementDescription() - nameWithType: AppElementDescription.AppElementDescription() -- 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) - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.AppElementDescription(OpenQA.Selenium.WebDriver) - nameWithType: AppElementDescription.AppElementDescription(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 + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Passes + nameWithType: AxePageResult.Passes +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestEngine + name: TestEngine + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_TestEngine + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestEngine + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestEngine + nameWithType: AxePageResult.TestEngine +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestEngine* + name: TestEngine + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_TestEngine_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestEngine isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.AppElementDescription - nameWithType: AppElementDescription.AppElementDescription -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.AccessbilityId - name: AccessbilityId - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_AccessbilityId - commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.AccessbilityId - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.AccessbilityId - nameWithType: AppElementDescription.AccessbilityId -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.AccessbilityId* - name: AccessbilityId - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_AccessbilityId_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.AccessbilityId + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestEngine + nameWithType: AxePageResult.TestEngine +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestEnvironment + name: TestEnvironment + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_TestEnvironment + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestEnvironment + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestEnvironment + nameWithType: AxePageResult.TestEnvironment +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestEnvironment* + name: TestEnvironment + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_TestEnvironment_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestEnvironment isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.AccessbilityId - nameWithType: AppElementDescription.AccessbilityId -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) - name: ApplyAttribute(FindsByAttribute) - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ApplyAttribute_AxaFrance_WebEngine_Web_FindsByAttribute_ - commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) - nameWithType: AppElementDescription.ApplyAttribute(FindsByAttribute) -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ApplyAttribute* - name: ApplyAttribute - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ApplyAttribute_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.ApplyAttribute + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestEnvironment + nameWithType: AxePageResult.TestEnvironment +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestRunner + name: TestRunner + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_TestRunner + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestRunner + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestRunner + nameWithType: AxePageResult.TestRunner +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestRunner* + name: TestRunner + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_TestRunner_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestRunner isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ApplyAttribute - nameWithType: AppElementDescription.ApplyAttribute -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ClassName - name: ClassName - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ClassName - commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.ClassName - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ClassName - nameWithType: AppElementDescription.ClassName -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ClassName* - name: ClassName - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ClassName_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.ClassName + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.TestRunner + nameWithType: AxePageResult.TestRunner +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Timestamp + name: Timestamp + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_Timestamp + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxePageResult.Timestamp + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Timestamp + nameWithType: AxePageResult.Timestamp +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Timestamp* + name: Timestamp + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_Timestamp_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxePageResult.Timestamp isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ClassName - nameWithType: AppElementDescription.ClassName -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ContentDescription - name: ContentDescription - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ContentDescription - commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.ContentDescription - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ContentDescription - nameWithType: AppElementDescription.ContentDescription -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ContentDescription* - name: ContentDescription - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ContentDescription_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.ContentDescription + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Timestamp + nameWithType: AxePageResult.Timestamp +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Url + name: Url + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_Url + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxePageResult.Url + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Url + nameWithType: AxePageResult.Url +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Url* + name: Url + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_Url_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxePageResult.Url isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ContentDescription - nameWithType: AppElementDescription.ContentDescription -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.Id - name: Id - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_Id - commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.Id - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.Id - nameWithType: AppElementDescription.Id -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.Id* - name: Id - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_Id_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.Id + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Url + nameWithType: AxePageResult.Url +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Violations + name: Violations + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_Violations + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxePageResult.Violations + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Violations + nameWithType: AxePageResult.Violations +- uid: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Violations* + name: Violations + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxePageResult.html#AxaFrance_AxeExtended_HtmlReport_AxePageResult_Violations_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxePageResult.Violations isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.Id - nameWithType: AppElementDescription.Id -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElement - name: InternalFindElement() - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_InternalFindElement - commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElement - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElement() - nameWithType: AppElementDescription.InternalFindElement() -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElement* - name: InternalFindElement - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_InternalFindElement_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElement + fullName: AxaFrance.AxeExtended.HtmlReport.AxePageResult.Violations + nameWithType: AxePageResult.Violations +- uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem + name: AxeResultEnhancedItem + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem + fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem + nameWithType: AxeResultEnhancedItem +- uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.#ctor(Deque.AxeCore.Commons.AxeResultItem,AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode[]) + 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()) + 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()) + nameWithType: AxeResultEnhancedItem.AxeResultEnhancedItem(AxeResultItem, AxeResultEnhancedNode[]) + nameWithType.vb: AxeResultEnhancedItem.AxeResultEnhancedItem(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" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElement - nameWithType: AppElementDescription.InternalFindElement -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElements - name: InternalFindElements() - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_InternalFindElements - commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElements - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElements() - nameWithType: AppElementDescription.InternalFindElements() -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElements* - name: InternalFindElements - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_InternalFindElements_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElements + fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.AxeResultEnhancedItem + nameWithType: AxeResultEnhancedItem.AxeResultEnhancedItem +- uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.Item + name: Item + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html#AxaFrance_AxeExtended_HtmlReport_AxeResultEnhancedItem_Item + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.Item + fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.Item + nameWithType: AxeResultEnhancedItem.Item +- uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.Item* + name: Item + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html#AxaFrance_AxeExtended_HtmlReport_AxeResultEnhancedItem_Item_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.Item isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElements - nameWithType: AppElementDescription.InternalFindElements -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalGetScreenshot - name: InternalGetScreenshot() - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_InternalGetScreenshot - commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalGetScreenshot - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalGetScreenshot() - nameWithType: AppElementDescription.InternalGetScreenshot() -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalGetScreenshot* - name: InternalGetScreenshot - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_InternalGetScreenshot_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalGetScreenshot + fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.Item + nameWithType: AxeResultEnhancedItem.Item +- uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.Nodes + name: Nodes + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html#AxaFrance_AxeExtended_HtmlReport_AxeResultEnhancedItem_Nodes + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.Nodes + fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.Nodes + nameWithType: AxeResultEnhancedItem.Nodes +- uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.Nodes* + name: Nodes + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.html#AxaFrance_AxeExtended_HtmlReport_AxeResultEnhancedItem_Nodes_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.Nodes isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalGetScreenshot - nameWithType: AppElementDescription.InternalGetScreenshot -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.IosClassChain - name: IosClassChain - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_IosClassChain - commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.IosClassChain - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.IosClassChain - nameWithType: AppElementDescription.IosClassChain -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.IosClassChain* - name: IosClassChain - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_IosClassChain_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.IosClassChain + fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedItem.Nodes + nameWithType: AxeResultEnhancedItem.Nodes +- uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode + name: AxeResultEnhancedNode + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode + fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode + nameWithType: AxeResultEnhancedNode +- uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.#ctor(Deque.AxeCore.Commons.AxeResultNode) + 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) + fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.AxeResultEnhancedNode(Deque.AxeCore.Commons.AxeResultNode) + nameWithType: AxeResultEnhancedNode.AxeResultEnhancedNode(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" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.IosClassChain - nameWithType: AppElementDescription.IosClassChain -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.Name - name: Name - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_Name - commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.Name - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.Name - nameWithType: AppElementDescription.Name -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.Name* - name: Name - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_Name_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.Name + fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.AxeResultEnhancedNode + nameWithType: AxeResultEnhancedNode.AxeResultEnhancedNode +- uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.Node + name: Node + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html#AxaFrance_AxeExtended_HtmlReport_AxeResultEnhancedNode_Node + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.Node + fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.Node + nameWithType: AxeResultEnhancedNode.Node +- uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.Node* + name: Node + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html#AxaFrance_AxeExtended_HtmlReport_AxeResultEnhancedNode_Node_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.Node isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.Name - nameWithType: AppElementDescription.Name -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollDown - name: ScrollDown() - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ScrollDown - commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollDown - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollDown() - nameWithType: AppElementDescription.ScrollDown() -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollDown* - name: ScrollDown - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ScrollDown_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollDown + fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.Node + nameWithType: AxeResultEnhancedNode.Node +- uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.Screenshot + name: Screenshot + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html#AxaFrance_AxeExtended_HtmlReport_AxeResultEnhancedNode_Screenshot + commentId: P:AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.Screenshot + fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.Screenshot + nameWithType: AxeResultEnhancedNode.Screenshot +- uid: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.Screenshot* + name: Screenshot + href: api_net/AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.html#AxaFrance_AxeExtended_HtmlReport_AxeResultEnhancedNode_Screenshot_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.Screenshot isSpec: "True" - 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) - 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) -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView(System.Int32) - name: ScrollIntoView(Int32) - 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) -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView* - name: ScrollIntoView - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ScrollIntoView_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView + fullName: AxaFrance.AxeExtended.HtmlReport.AxeResultEnhancedNode.Screenshot + nameWithType: AxeResultEnhancedNode.Screenshot +- uid: AxaFrance.AxeExtended.HtmlReport.BaseResult + name: BaseResult + href: api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.BaseResult + fullName: AxaFrance.AxeExtended.HtmlReport.BaseResult + nameWithType: BaseResult +- uid: AxaFrance.AxeExtended.HtmlReport.BaseResult.GetScore + name: GetScore() + href: api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html#AxaFrance_AxeExtended_HtmlReport_BaseResult_GetScore + commentId: M:AxaFrance.AxeExtended.HtmlReport.BaseResult.GetScore + fullName: AxaFrance.AxeExtended.HtmlReport.BaseResult.GetScore() + nameWithType: BaseResult.GetScore() +- uid: AxaFrance.AxeExtended.HtmlReport.BaseResult.GetScore* + name: GetScore + href: api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html#AxaFrance_AxeExtended_HtmlReport_BaseResult_GetScore_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.BaseResult.GetScore isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView - nameWithType: AppElementDescription.ScrollIntoView -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollUp - name: ScrollUp() - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ScrollUp - commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollUp - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollUp() - nameWithType: AppElementDescription.ScrollUp() -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollUp* - name: ScrollUp - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ScrollUp_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollUp + fullName: AxaFrance.AxeExtended.HtmlReport.BaseResult.GetScore + nameWithType: BaseResult.GetScore +- uid: AxaFrance.AxeExtended.HtmlReport.BaseResult.Score + name: Score + href: api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html#AxaFrance_AxeExtended_HtmlReport_BaseResult_Score + commentId: P:AxaFrance.AxeExtended.HtmlReport.BaseResult.Score + fullName: AxaFrance.AxeExtended.HtmlReport.BaseResult.Score + nameWithType: BaseResult.Score +- uid: AxaFrance.AxeExtended.HtmlReport.BaseResult.Score* + name: Score + href: api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html#AxaFrance_AxeExtended_HtmlReport_BaseResult_Score_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.BaseResult.Score isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollUp - nameWithType: AppElementDescription.ScrollUp -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.Text - name: Text - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_Text - commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.Text - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.Text - nameWithType: AppElementDescription.Text -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.Text* - name: Text - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_Text_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.Text + fullName: AxaFrance.AxeExtended.HtmlReport.BaseResult.Score + nameWithType: BaseResult.Score +- uid: AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreBackgroundColor + name: ScoreBackgroundColor + href: api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html#AxaFrance_AxeExtended_HtmlReport_BaseResult_ScoreBackgroundColor + commentId: P:AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreBackgroundColor + fullName: AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreBackgroundColor + nameWithType: BaseResult.ScoreBackgroundColor +- uid: AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreBackgroundColor* + name: ScoreBackgroundColor + href: api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html#AxaFrance_AxeExtended_HtmlReport_BaseResult_ScoreBackgroundColor_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreBackgroundColor isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.Text - nameWithType: AppElementDescription.Text -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ToString - name: ToString() - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ToString - commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.ToString - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ToString() - nameWithType: AppElementDescription.ToString() -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ToString* - name: ToString - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ToString_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.ToString + fullName: AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreBackgroundColor + nameWithType: BaseResult.ScoreBackgroundColor +- uid: AxaFrance.AxeExtended.HtmlReport.BaseResult.Scorebase + name: Scorebase + href: api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html#AxaFrance_AxeExtended_HtmlReport_BaseResult_Scorebase + commentId: P:AxaFrance.AxeExtended.HtmlReport.BaseResult.Scorebase + fullName: AxaFrance.AxeExtended.HtmlReport.BaseResult.Scorebase + nameWithType: BaseResult.Scorebase +- uid: AxaFrance.AxeExtended.HtmlReport.BaseResult.Scorebase* + name: Scorebase + href: api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html#AxaFrance_AxeExtended_HtmlReport_BaseResult_Scorebase_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.BaseResult.Scorebase isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ToString - nameWithType: AppElementDescription.ToString -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.UIAutomatorSelector - name: UIAutomatorSelector - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_UIAutomatorSelector - commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.UIAutomatorSelector - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.UIAutomatorSelector - nameWithType: AppElementDescription.UIAutomatorSelector -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.UIAutomatorSelector* - name: UIAutomatorSelector - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_UIAutomatorSelector_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.UIAutomatorSelector + fullName: AxaFrance.AxeExtended.HtmlReport.BaseResult.Scorebase + nameWithType: BaseResult.Scorebase +- uid: AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreForegroundColor + name: ScoreForegroundColor + href: api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html#AxaFrance_AxeExtended_HtmlReport_BaseResult_ScoreForegroundColor + commentId: P:AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreForegroundColor + fullName: AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreForegroundColor + nameWithType: BaseResult.ScoreForegroundColor +- uid: AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreForegroundColor* + name: ScoreForegroundColor + href: api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html#AxaFrance_AxeExtended_HtmlReport_BaseResult_ScoreForegroundColor_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreForegroundColor isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.UIAutomatorSelector - nameWithType: AppElementDescription.UIAutomatorSelector -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.XPath - name: XPath - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_XPath - commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.XPath - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.XPath - nameWithType: AppElementDescription.XPath -- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.XPath* - name: XPath - href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_XPath_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.XPath + fullName: AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreForegroundColor + nameWithType: BaseResult.ScoreForegroundColor +- uid: AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreRotation + name: ScoreRotation + href: api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html#AxaFrance_AxeExtended_HtmlReport_BaseResult_ScoreRotation + commentId: P:AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreRotation + fullName: AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreRotation + nameWithType: BaseResult.ScoreRotation +- uid: AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreRotation* + name: ScoreRotation + href: api_net/AxaFrance.AxeExtended.HtmlReport.BaseResult.html#AxaFrance_AxeExtended_HtmlReport_BaseResult_ScoreRotation_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreRotation isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.XPath - nameWithType: AppElementDescription.XPath -- uid: AxaFrance.WebEngine.MobileApp.AppFactory - name: AppFactory - href: api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html - commentId: T:AxaFrance.WebEngine.MobileApp.AppFactory - fullName: AxaFrance.WebEngine.MobileApp.AppFactory - nameWithType: AppFactory -- uid: AxaFrance.WebEngine.MobileApp.AppFactory.ActionBack(OpenQA.Selenium.Appium.AppiumDriver) - name: ActionBack(AppiumDriver) - href: api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html#AxaFrance_WebEngine_MobileApp_AppFactory_ActionBack_OpenQA_Selenium_Appium_AppiumDriver_ - commentId: M:AxaFrance.WebEngine.MobileApp.AppFactory.ActionBack(OpenQA.Selenium.Appium.AppiumDriver) - fullName: AxaFrance.WebEngine.MobileApp.AppFactory.ActionBack(OpenQA.Selenium.Appium.AppiumDriver) - nameWithType: AppFactory.ActionBack(AppiumDriver) -- uid: AxaFrance.WebEngine.MobileApp.AppFactory.ActionBack* - name: ActionBack - href: api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html#AxaFrance_WebEngine_MobileApp_AppFactory_ActionBack_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppFactory.ActionBack + fullName: AxaFrance.AxeExtended.HtmlReport.BaseResult.ScoreRotation + nameWithType: BaseResult.ScoreRotation +- uid: AxaFrance.AxeExtended.HtmlReport.Config + name: AxaFrance.AxeExtended.HtmlReport.Config + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.html + commentId: N:AxaFrance.AxeExtended.HtmlReport.Config + fullName: AxaFrance.AxeExtended.HtmlReport.Config + nameWithType: AxaFrance.AxeExtended.HtmlReport.Config +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Branding + name: Branding + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Branding.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.Config.Branding + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Branding + nameWithType: Branding +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Branding.Application + name: Application + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Branding.html#AxaFrance_AxeExtended_HtmlReport_Config_Branding_Application + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Branding.Application + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Branding.Application + nameWithType: Branding.Application +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Branding.Application* + name: Application + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Branding.html#AxaFrance_AxeExtended_HtmlReport_Config_Branding_Application_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Branding.Application isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppFactory.ActionBack - nameWithType: AppFactory.ActionBack -- uid: AxaFrance.WebEngine.MobileApp.AppFactory.GetDriver(AxaFrance.WebEngine.Platform) - name: GetDriver(Platform) - href: api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html#AxaFrance_WebEngine_MobileApp_AppFactory_GetDriver_AxaFrance_WebEngine_Platform_ - commentId: M:AxaFrance.WebEngine.MobileApp.AppFactory.GetDriver(AxaFrance.WebEngine.Platform) - fullName: AxaFrance.WebEngine.MobileApp.AppFactory.GetDriver(AxaFrance.WebEngine.Platform) - nameWithType: AppFactory.GetDriver(Platform) -- uid: AxaFrance.WebEngine.MobileApp.AppFactory.GetDriver* - name: GetDriver - href: api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html#AxaFrance_WebEngine_MobileApp_AppFactory_GetDriver_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppFactory.GetDriver + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Branding.Application + nameWithType: Branding.Application +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Branding.Brand + name: Brand + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Branding.html#AxaFrance_AxeExtended_HtmlReport_Config_Branding_Brand + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Branding.Brand + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Branding.Brand + nameWithType: Branding.Brand +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Branding.Brand* + name: Brand + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Branding.html#AxaFrance_AxeExtended_HtmlReport_Config_Branding_Brand_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Branding.Brand 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* - name: SwitchContext - href: api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html#AxaFrance_WebEngine_MobileApp_AppFactory_SwitchContext_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.AppFactory.SwitchContext + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Branding.Brand + nameWithType: Branding.Brand +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Check + name: Check + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.Config.Check + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Check + nameWithType: Check +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Check.After + name: After + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html#AxaFrance_AxeExtended_HtmlReport_Config_Check_After + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Check.After + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Check.After + nameWithType: Check.After +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Check.After* + name: After + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html#AxaFrance_AxeExtended_HtmlReport_Config_Check_After_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Check.After isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.AppFactory.SwitchContext - nameWithType: AppFactory.SwitchContext -- uid: AxaFrance.WebEngine.MobileApp.ScrollDirection - name: ScrollDirection - href: api_net/AxaFrance.WebEngine.MobileApp.ScrollDirection.html - commentId: T:AxaFrance.WebEngine.MobileApp.ScrollDirection - fullName: AxaFrance.WebEngine.MobileApp.ScrollDirection - nameWithType: ScrollDirection -- uid: AxaFrance.WebEngine.MobileApp.ScrollDirection.Down - name: Down - href: api_net/AxaFrance.WebEngine.MobileApp.ScrollDirection.html#AxaFrance_WebEngine_MobileApp_ScrollDirection_Down - commentId: F:AxaFrance.WebEngine.MobileApp.ScrollDirection.Down - fullName: AxaFrance.WebEngine.MobileApp.ScrollDirection.Down - nameWithType: ScrollDirection.Down -- uid: AxaFrance.WebEngine.MobileApp.ScrollDirection.Up - name: Up - href: api_net/AxaFrance.WebEngine.MobileApp.ScrollDirection.html#AxaFrance_WebEngine_MobileApp_ScrollDirection_Up - commentId: F:AxaFrance.WebEngine.MobileApp.ScrollDirection.Up - fullName: AxaFrance.WebEngine.MobileApp.ScrollDirection.Up - nameWithType: ScrollDirection.Up -- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp - name: SharedActionApp - href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html - commentId: T:AxaFrance.WebEngine.MobileApp.SharedActionApp - fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp - nameWithType: SharedActionApp -- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.#ctor - name: SharedActionApp() - href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp__ctor - commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.#ctor - fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SharedActionApp() - nameWithType: SharedActionApp.SharedActionApp() -- 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()) - fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SharedActionApp(AxaFrance.WebEngine.Variable[]) - fullName.vb: AxaFrance.WebEngine.MobileApp.SharedActionApp.SharedActionApp(AxaFrance.WebEngine.Variable()) - nameWithType: SharedActionApp.SharedActionApp(Variable[]) - nameWithType.vb: SharedActionApp.SharedActionApp(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 + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Check.After + nameWithType: Check.After +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Check.Enabled + name: Enabled + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html#AxaFrance_AxeExtended_HtmlReport_Config_Check_Enabled + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Check.Enabled + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Check.Enabled + nameWithType: Check.Enabled +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Check.Enabled* + name: Enabled + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html#AxaFrance_AxeExtended_HtmlReport_Config_Check_Enabled_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Check.Enabled isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SharedActionApp - nameWithType: SharedActionApp.SharedActionApp -- 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_ - commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction(OpenQA.Selenium.Appium.AppiumDriver) - 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) - 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) -- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction* - name: DoAction - href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_DoAction_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Check.Enabled + nameWithType: Check.Enabled +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Check.Evaluate + name: Evaluate + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html#AxaFrance_AxeExtended_HtmlReport_Config_Check_Evaluate + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Check.Evaluate + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Check.Evaluate + nameWithType: Check.Evaluate +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Check.Evaluate* + name: Evaluate + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html#AxaFrance_AxeExtended_HtmlReport_Config_Check_Evaluate_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Check.Evaluate isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction - nameWithType: SharedActionApp.DoAction -- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint(OpenQA.Selenium.Appium.AppiumDriver) - name: DoCheckpoint(AppiumDriver) - href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_DoCheckpoint_OpenQA_Selenium_Appium_AppiumDriver_ - commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint(OpenQA.Selenium.Appium.AppiumDriver) - 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) - 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) -- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint* - name: DoCheckpoint - href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_DoCheckpoint_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Check.Evaluate + nameWithType: Check.Evaluate +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Check.Id + name: Id + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html#AxaFrance_AxeExtended_HtmlReport_Config_Check_Id + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Check.Id + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Check.Id + nameWithType: Check.Id +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Check.Id* + name: Id + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html#AxaFrance_AxeExtended_HtmlReport_Config_Check_Id_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Check.Id isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint - nameWithType: SharedActionApp.DoCheckpoint -- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.NativeAppContext - name: NativeAppContext - href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_NativeAppContext - commentId: F:AxaFrance.WebEngine.MobileApp.SharedActionApp.NativeAppContext - fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.NativeAppContext - nameWithType: SharedActionApp.NativeAppContext -- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot - name: Screenshot() - href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_Screenshot - commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot - fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot() - nameWithType: SharedActionApp.Screenshot() -- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot(System.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) -- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot* - name: Screenshot - href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_Screenshot_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Check.Id + nameWithType: Check.Id +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Check.Options + name: Options + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html#AxaFrance_AxeExtended_HtmlReport_Config_Check_Options + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Check.Options + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Check.Options + nameWithType: Check.Options +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Check.Options* + name: Options + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Check.html#AxaFrance_AxeExtended_HtmlReport_Config_Check_Options_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Check.Options isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot - nameWithType: SharedActionApp.Screenshot -- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext(System.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) -- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext* - name: SwitchContext - href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_SwitchContext_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Check.Options + nameWithType: Check.Options +- uid: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions + name: ConfigurationOptions + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions + fullName: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions + nameWithType: ConfigurationOptions +- uid: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Branding + name: Branding + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html#AxaFrance_AxeExtended_HtmlReport_Config_ConfigurationOptions_Branding + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Branding + fullName: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Branding + nameWithType: ConfigurationOptions.Branding +- uid: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Branding* + name: Branding + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html#AxaFrance_AxeExtended_HtmlReport_Config_ConfigurationOptions_Branding_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Branding isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext - nameWithType: SharedActionApp.SwitchContext -- uid: AxaFrance.WebEngine.MobileApp.TestCaseApp - name: TestCaseApp - href: api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html - commentId: T:AxaFrance.WebEngine.MobileApp.TestCaseApp - fullName: AxaFrance.WebEngine.MobileApp.TestCaseApp - nameWithType: TestCaseApp -- uid: AxaFrance.WebEngine.MobileApp.TestCaseApp.Cleanup - name: Cleanup() - href: api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html#AxaFrance_WebEngine_MobileApp_TestCaseApp_Cleanup - commentId: M:AxaFrance.WebEngine.MobileApp.TestCaseApp.Cleanup - fullName: AxaFrance.WebEngine.MobileApp.TestCaseApp.Cleanup() - nameWithType: TestCaseApp.Cleanup() -- uid: AxaFrance.WebEngine.MobileApp.TestCaseApp.Cleanup* - name: Cleanup - href: api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html#AxaFrance_WebEngine_MobileApp_TestCaseApp_Cleanup_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.TestCaseApp.Cleanup + fullName: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Branding + nameWithType: ConfigurationOptions.Branding +- uid: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Checks + name: Checks + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html#AxaFrance_AxeExtended_HtmlReport_Config_ConfigurationOptions_Checks + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Checks + fullName: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Checks + nameWithType: ConfigurationOptions.Checks +- uid: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Checks* + name: Checks + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html#AxaFrance_AxeExtended_HtmlReport_Config_ConfigurationOptions_Checks_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Checks isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.TestCaseApp.Cleanup - nameWithType: TestCaseApp.Cleanup -- uid: AxaFrance.WebEngine.MobileApp.TestCaseApp.Initialize - name: Initialize() - href: api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html#AxaFrance_WebEngine_MobileApp_TestCaseApp_Initialize - commentId: M:AxaFrance.WebEngine.MobileApp.TestCaseApp.Initialize - fullName: AxaFrance.WebEngine.MobileApp.TestCaseApp.Initialize() - nameWithType: TestCaseApp.Initialize() -- uid: AxaFrance.WebEngine.MobileApp.TestCaseApp.Initialize* - name: Initialize - href: api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html#AxaFrance_WebEngine_MobileApp_TestCaseApp_Initialize_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.TestCaseApp.Initialize + fullName: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Checks + nameWithType: ConfigurationOptions.Checks +- uid: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.reporter + name: reporter + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html#AxaFrance_AxeExtended_HtmlReport_Config_ConfigurationOptions_reporter + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.reporter + fullName: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.reporter + nameWithType: ConfigurationOptions.reporter +- uid: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.reporter* + name: reporter + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html#AxaFrance_AxeExtended_HtmlReport_Config_ConfigurationOptions_reporter_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.reporter isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.TestCaseApp.Initialize - nameWithType: TestCaseApp.Initialize -- uid: AxaFrance.WebEngine.MobileApp.TestSuiteApp - name: TestSuiteApp - href: api_net/AxaFrance.WebEngine.MobileApp.TestSuiteApp.html - commentId: T:AxaFrance.WebEngine.MobileApp.TestSuiteApp - fullName: AxaFrance.WebEngine.MobileApp.TestSuiteApp - nameWithType: TestSuiteApp -- uid: AxaFrance.WebEngine.MobileApp.TestSuiteApp.Initialize(AxaFrance.WebEngine.Settings) - name: Initialize(Settings) - href: api_net/AxaFrance.WebEngine.MobileApp.TestSuiteApp.html#AxaFrance_WebEngine_MobileApp_TestSuiteApp_Initialize_AxaFrance_WebEngine_Settings_ - commentId: M:AxaFrance.WebEngine.MobileApp.TestSuiteApp.Initialize(AxaFrance.WebEngine.Settings) - fullName: AxaFrance.WebEngine.MobileApp.TestSuiteApp.Initialize(AxaFrance.WebEngine.Settings) - nameWithType: TestSuiteApp.Initialize(Settings) -- uid: AxaFrance.WebEngine.MobileApp.TestSuiteApp.Initialize* - name: Initialize - href: api_net/AxaFrance.WebEngine.MobileApp.TestSuiteApp.html#AxaFrance_WebEngine_MobileApp_TestSuiteApp_Initialize_ - commentId: Overload:AxaFrance.WebEngine.MobileApp.TestSuiteApp.Initialize + fullName: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.reporter + nameWithType: ConfigurationOptions.reporter +- uid: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Rules + name: Rules + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html#AxaFrance_AxeExtended_HtmlReport_Config_ConfigurationOptions_Rules + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Rules + fullName: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Rules + nameWithType: ConfigurationOptions.Rules +- uid: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Rules* + name: Rules + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.html#AxaFrance_AxeExtended_HtmlReport_Config_ConfigurationOptions_Rules_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Rules isSpec: "True" - fullName: AxaFrance.WebEngine.MobileApp.TestSuiteApp.Initialize - nameWithType: TestSuiteApp.Initialize -- uid: AxaFrance.WebEngine.Platform - name: Platform - href: api_net/AxaFrance.WebEngine.Platform.html - commentId: T:AxaFrance.WebEngine.Platform - fullName: AxaFrance.WebEngine.Platform - nameWithType: Platform -- uid: AxaFrance.WebEngine.Platform.Android - name: Android - href: api_net/AxaFrance.WebEngine.Platform.html#AxaFrance_WebEngine_Platform_Android - commentId: F:AxaFrance.WebEngine.Platform.Android - fullName: AxaFrance.WebEngine.Platform.Android - nameWithType: Platform.Android -- uid: AxaFrance.WebEngine.Platform.iOS - name: iOS - href: api_net/AxaFrance.WebEngine.Platform.html#AxaFrance_WebEngine_Platform_iOS - commentId: F:AxaFrance.WebEngine.Platform.iOS - fullName: AxaFrance.WebEngine.Platform.iOS - nameWithType: Platform.iOS -- uid: AxaFrance.WebEngine.Platform.MacOS - name: MacOS - href: api_net/AxaFrance.WebEngine.Platform.html#AxaFrance_WebEngine_Platform_MacOS - commentId: F:AxaFrance.WebEngine.Platform.MacOS - fullName: AxaFrance.WebEngine.Platform.MacOS - nameWithType: Platform.MacOS -- uid: AxaFrance.WebEngine.Platform.Windows - name: Windows - href: api_net/AxaFrance.WebEngine.Platform.html#AxaFrance_WebEngine_Platform_Windows - commentId: F:AxaFrance.WebEngine.Platform.Windows - fullName: AxaFrance.WebEngine.Platform.Windows - nameWithType: Platform.Windows -- uid: AxaFrance.WebEngine.Report - name: AxaFrance.WebEngine.Report - href: api_net/AxaFrance.WebEngine.Report.html - commentId: N:AxaFrance.WebEngine.Report - fullName: AxaFrance.WebEngine.Report - nameWithType: AxaFrance.WebEngine.Report -- uid: AxaFrance.WebEngine.Report.ActionReport - name: ActionReport - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html - commentId: T:AxaFrance.WebEngine.Report.ActionReport - fullName: AxaFrance.WebEngine.Report.ActionReport - nameWithType: ActionReport -- uid: AxaFrance.WebEngine.Report.ActionReport.ContextValues - name: ContextValues - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_ContextValues - commentId: P:AxaFrance.WebEngine.Report.ActionReport.ContextValues - fullName: AxaFrance.WebEngine.Report.ActionReport.ContextValues - nameWithType: ActionReport.ContextValues -- uid: AxaFrance.WebEngine.Report.ActionReport.ContextValues* - name: ContextValues - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_ContextValues_ - commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.ContextValues + fullName: AxaFrance.AxeExtended.HtmlReport.Config.ConfigurationOptions.Rules + nameWithType: ConfigurationOptions.Rules +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Option + name: Option + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Option.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.Config.Option + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Option + nameWithType: Option +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule + name: Rule + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.Config.Rule + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule + nameWithType: Rule +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.All + name: All + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_All + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Rule.All + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.All + nameWithType: Rule.All +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.All* + name: All + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_All_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Rule.All isSpec: "True" - fullName: AxaFrance.WebEngine.Report.ActionReport.ContextValues - nameWithType: ActionReport.ContextValues -- uid: AxaFrance.WebEngine.Report.ActionReport.Duration - name: Duration - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Duration - commentId: P:AxaFrance.WebEngine.Report.ActionReport.Duration - fullName: AxaFrance.WebEngine.Report.ActionReport.Duration - nameWithType: ActionReport.Duration -- uid: AxaFrance.WebEngine.Report.ActionReport.Duration* - name: Duration - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Duration_ - commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.Duration + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.All + nameWithType: Rule.All +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Any + name: Any + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_Any + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Rule.Any + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Any + nameWithType: Rule.Any +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Any* + name: Any + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_Any_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Rule.Any isSpec: "True" - fullName: AxaFrance.WebEngine.Report.ActionReport.Duration - nameWithType: ActionReport.Duration -- uid: AxaFrance.WebEngine.Report.ActionReport.DurationText - name: DurationText - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_DurationText - commentId: P:AxaFrance.WebEngine.Report.ActionReport.DurationText - fullName: AxaFrance.WebEngine.Report.ActionReport.DurationText - nameWithType: ActionReport.DurationText -- uid: AxaFrance.WebEngine.Report.ActionReport.DurationText* - name: DurationText - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_DurationText_ - commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.DurationText + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Any + nameWithType: Rule.Any +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Enabled + name: Enabled + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_Enabled + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Rule.Enabled + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Enabled + nameWithType: Rule.Enabled +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Enabled* + name: Enabled + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_Enabled_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Rule.Enabled isSpec: "True" - fullName: AxaFrance.WebEngine.Report.ActionReport.DurationText - nameWithType: ActionReport.DurationText -- uid: AxaFrance.WebEngine.Report.ActionReport.EndTime - name: EndTime - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_EndTime - commentId: P:AxaFrance.WebEngine.Report.ActionReport.EndTime - fullName: AxaFrance.WebEngine.Report.ActionReport.EndTime - nameWithType: ActionReport.EndTime -- uid: AxaFrance.WebEngine.Report.ActionReport.EndTime* - name: EndTime - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_EndTime_ - commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.EndTime + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Enabled + nameWithType: Rule.Enabled +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.ExcludeHidden + name: ExcludeHidden + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_ExcludeHidden + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Rule.ExcludeHidden + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.ExcludeHidden + nameWithType: Rule.ExcludeHidden +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.ExcludeHidden* + name: ExcludeHidden + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_ExcludeHidden_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Rule.ExcludeHidden isSpec: "True" - fullName: AxaFrance.WebEngine.Report.ActionReport.EndTime - nameWithType: ActionReport.EndTime -- uid: AxaFrance.WebEngine.Report.ActionReport.Id + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.ExcludeHidden + nameWithType: Rule.ExcludeHidden +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Id name: Id - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Id - commentId: P:AxaFrance.WebEngine.Report.ActionReport.Id - fullName: AxaFrance.WebEngine.Report.ActionReport.Id - nameWithType: ActionReport.Id -- uid: AxaFrance.WebEngine.Report.ActionReport.Id* + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_Id + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Rule.Id + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Id + nameWithType: Rule.Id +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Id* name: Id - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Id_ - commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.Id + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_Id_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Rule.Id isSpec: "True" - fullName: AxaFrance.WebEngine.Report.ActionReport.Id - nameWithType: ActionReport.Id -- uid: AxaFrance.WebEngine.Report.ActionReport.Log - name: Log - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Log - commentId: P:AxaFrance.WebEngine.Report.ActionReport.Log - fullName: AxaFrance.WebEngine.Report.ActionReport.Log - nameWithType: ActionReport.Log -- uid: AxaFrance.WebEngine.Report.ActionReport.Log* - name: Log - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Log_ - commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.Log + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Id + nameWithType: Rule.Id +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Impact + name: Impact + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_Impact + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Rule.Impact + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Impact + nameWithType: Rule.Impact +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Impact* + name: Impact + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_Impact_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Rule.Impact isSpec: "True" - fullName: AxaFrance.WebEngine.Report.ActionReport.Log - nameWithType: ActionReport.Log -- uid: AxaFrance.WebEngine.Report.ActionReport.Name - name: Name - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Name - commentId: P:AxaFrance.WebEngine.Report.ActionReport.Name - fullName: AxaFrance.WebEngine.Report.ActionReport.Name - nameWithType: ActionReport.Name -- uid: AxaFrance.WebEngine.Report.ActionReport.Name* - name: Name - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Name_ - commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.Name + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Impact + nameWithType: Rule.Impact +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.None + name: None + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_None + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Rule.None + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.None + nameWithType: Rule.None +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.None* + name: None + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_None_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Rule.None isSpec: "True" - fullName: AxaFrance.WebEngine.Report.ActionReport.Name - nameWithType: ActionReport.Name -- uid: AxaFrance.WebEngine.Report.ActionReport.Result - name: Result - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Result - commentId: P:AxaFrance.WebEngine.Report.ActionReport.Result - fullName: AxaFrance.WebEngine.Report.ActionReport.Result - nameWithType: ActionReport.Result -- uid: AxaFrance.WebEngine.Report.ActionReport.Result* - name: Result - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Result_ - commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.Result + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.None + nameWithType: Rule.None +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.PageLevel + name: PageLevel + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_PageLevel + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Rule.PageLevel + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.PageLevel + nameWithType: Rule.PageLevel +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.PageLevel* + name: PageLevel + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_PageLevel_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Rule.PageLevel isSpec: "True" - fullName: AxaFrance.WebEngine.Report.ActionReport.Result - nameWithType: ActionReport.Result -- uid: AxaFrance.WebEngine.Report.ActionReport.Screenshots - name: Screenshots - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Screenshots - commentId: P:AxaFrance.WebEngine.Report.ActionReport.Screenshots - fullName: AxaFrance.WebEngine.Report.ActionReport.Screenshots - nameWithType: ActionReport.Screenshots -- uid: AxaFrance.WebEngine.Report.ActionReport.Screenshots* - name: Screenshots - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Screenshots_ - commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.Screenshots + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.PageLevel + nameWithType: Rule.PageLevel +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.ReviewOnFail + name: ReviewOnFail + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_ReviewOnFail + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Rule.ReviewOnFail + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.ReviewOnFail + nameWithType: Rule.ReviewOnFail +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.ReviewOnFail* + name: ReviewOnFail + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_ReviewOnFail_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Rule.ReviewOnFail isSpec: "True" - fullName: AxaFrance.WebEngine.Report.ActionReport.Screenshots - nameWithType: ActionReport.Screenshots -- uid: AxaFrance.WebEngine.Report.ActionReport.StartTime - name: StartTime - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_StartTime - commentId: P:AxaFrance.WebEngine.Report.ActionReport.StartTime - fullName: AxaFrance.WebEngine.Report.ActionReport.StartTime - nameWithType: ActionReport.StartTime -- uid: AxaFrance.WebEngine.Report.ActionReport.StartTime* - name: StartTime - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_StartTime_ - commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.StartTime + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.ReviewOnFail + nameWithType: Rule.ReviewOnFail +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Selector + name: Selector + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_Selector + commentId: P:AxaFrance.AxeExtended.HtmlReport.Config.Rule.Selector + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Selector + nameWithType: Rule.Selector +- uid: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Selector* + name: Selector + href: api_net/AxaFrance.AxeExtended.HtmlReport.Config.Rule.html#AxaFrance_AxeExtended_HtmlReport_Config_Rule_Selector_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.Config.Rule.Selector isSpec: "True" - fullName: AxaFrance.WebEngine.Report.ActionReport.StartTime - nameWithType: ActionReport.StartTime -- uid: AxaFrance.WebEngine.Report.ActionReport.SubActionReports - name: SubActionReports - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_SubActionReports - commentId: P:AxaFrance.WebEngine.Report.ActionReport.SubActionReports - fullName: AxaFrance.WebEngine.Report.ActionReport.SubActionReports - nameWithType: ActionReport.SubActionReports -- uid: AxaFrance.WebEngine.Report.ActionReport.SubActionReports* - name: SubActionReports - href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_SubActionReports_ - commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.SubActionReports + fullName: AxaFrance.AxeExtended.HtmlReport.Config.Rule.Selector + nameWithType: Rule.Selector +- uid: AxaFrance.AxeExtended.HtmlReport.ExtensionMethods + name: ExtensionMethods + href: api_net/AxaFrance.AxeExtended.HtmlReport.ExtensionMethods.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.ExtensionMethods + fullName: AxaFrance.AxeExtended.HtmlReport.ExtensionMethods + nameWithType: ExtensionMethods +- uid: AxaFrance.AxeExtended.HtmlReport.ExtensionMethods.GetImpact(Deque.AxeCore.Commons.AxeResultItem) + name: GetImpact(AxeResultItem) + href: api_net/AxaFrance.AxeExtended.HtmlReport.ExtensionMethods.html#AxaFrance_AxeExtended_HtmlReport_ExtensionMethods_GetImpact_Deque_AxeCore_Commons_AxeResultItem_ + commentId: M:AxaFrance.AxeExtended.HtmlReport.ExtensionMethods.GetImpact(Deque.AxeCore.Commons.AxeResultItem) + fullName: AxaFrance.AxeExtended.HtmlReport.ExtensionMethods.GetImpact(Deque.AxeCore.Commons.AxeResultItem) + nameWithType: ExtensionMethods.GetImpact(AxeResultItem) +- uid: AxaFrance.AxeExtended.HtmlReport.ExtensionMethods.GetImpact* + name: GetImpact + href: api_net/AxaFrance.AxeExtended.HtmlReport.ExtensionMethods.html#AxaFrance_AxeExtended_HtmlReport_ExtensionMethods_GetImpact_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.ExtensionMethods.GetImpact isSpec: "True" - fullName: AxaFrance.WebEngine.Report.ActionReport.SubActionReports - nameWithType: ActionReport.SubActionReports -- uid: AxaFrance.WebEngine.Report.AdditionalData - name: AdditionalData - href: api_net/AxaFrance.WebEngine.Report.AdditionalData.html - commentId: T:AxaFrance.WebEngine.Report.AdditionalData - fullName: AxaFrance.WebEngine.Report.AdditionalData - nameWithType: AdditionalData -- uid: AxaFrance.WebEngine.Report.AdditionalData.Name - name: Name - href: api_net/AxaFrance.WebEngine.Report.AdditionalData.html#AxaFrance_WebEngine_Report_AdditionalData_Name - commentId: P:AxaFrance.WebEngine.Report.AdditionalData.Name - fullName: AxaFrance.WebEngine.Report.AdditionalData.Name - nameWithType: AdditionalData.Name -- uid: AxaFrance.WebEngine.Report.AdditionalData.Name* - name: Name - href: api_net/AxaFrance.WebEngine.Report.AdditionalData.html#AxaFrance_WebEngine_Report_AdditionalData_Name_ - commentId: Overload:AxaFrance.WebEngine.Report.AdditionalData.Name + fullName: AxaFrance.AxeExtended.HtmlReport.ExtensionMethods.GetImpact + nameWithType: ExtensionMethods.GetImpact +- uid: AxaFrance.AxeExtended.HtmlReport.Language + name: Language + href: api_net/AxaFrance.AxeExtended.HtmlReport.Language.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.Language + fullName: AxaFrance.AxeExtended.HtmlReport.Language + nameWithType: Language +- uid: AxaFrance.AxeExtended.HtmlReport.Language.English + name: English + href: api_net/AxaFrance.AxeExtended.HtmlReport.Language.html#AxaFrance_AxeExtended_HtmlReport_Language_English + commentId: F:AxaFrance.AxeExtended.HtmlReport.Language.English + fullName: AxaFrance.AxeExtended.HtmlReport.Language.English + nameWithType: Language.English +- uid: AxaFrance.AxeExtended.HtmlReport.Language.French + name: French + href: api_net/AxaFrance.AxeExtended.HtmlReport.Language.html#AxaFrance_AxeExtended_HtmlReport_Language_French + commentId: F:AxaFrance.AxeExtended.HtmlReport.Language.French + fullName: AxaFrance.AxeExtended.HtmlReport.Language.French + nameWithType: Language.French +- uid: AxaFrance.AxeExtended.HtmlReport.OutputFormat + name: OutputFormat + href: api_net/AxaFrance.AxeExtended.HtmlReport.OutputFormat.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.OutputFormat + fullName: AxaFrance.AxeExtended.HtmlReport.OutputFormat + nameWithType: OutputFormat +- uid: AxaFrance.AxeExtended.HtmlReport.OutputFormat.Html + name: Html + href: api_net/AxaFrance.AxeExtended.HtmlReport.OutputFormat.html#AxaFrance_AxeExtended_HtmlReport_OutputFormat_Html + commentId: F:AxaFrance.AxeExtended.HtmlReport.OutputFormat.Html + fullName: AxaFrance.AxeExtended.HtmlReport.OutputFormat.Html + nameWithType: OutputFormat.Html +- uid: AxaFrance.AxeExtended.HtmlReport.OutputFormat.Zip + name: Zip + href: api_net/AxaFrance.AxeExtended.HtmlReport.OutputFormat.html#AxaFrance_AxeExtended_HtmlReport_OutputFormat_Zip + commentId: F:AxaFrance.AxeExtended.HtmlReport.OutputFormat.Zip + fullName: AxaFrance.AxeExtended.HtmlReport.OutputFormat.Zip + nameWithType: OutputFormat.Zip +- uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder + name: OverallReportBuilder + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder + nameWithType: OverallReportBuilder +- uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.#ctor + name: OverallReportBuilder() + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder__ctor + commentId: M:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.#ctor + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.OverallReportBuilder() + nameWithType: OverallReportBuilder.OverallReportBuilder() +- 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) + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.OverallReportBuilder(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) + nameWithType: OverallReportBuilder.OverallReportBuilder(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" - fullName: AxaFrance.WebEngine.Report.AdditionalData.Name - nameWithType: AdditionalData.Name -- uid: AxaFrance.WebEngine.Report.AdditionalData.Value - name: Value - href: api_net/AxaFrance.WebEngine.Report.AdditionalData.html#AxaFrance_WebEngine_Report_AdditionalData_Value - commentId: P:AxaFrance.WebEngine.Report.AdditionalData.Value - fullName: AxaFrance.WebEngine.Report.AdditionalData.Value - nameWithType: AdditionalData.Value -- uid: AxaFrance.WebEngine.Report.AdditionalData.Value* - name: Value - href: api_net/AxaFrance.WebEngine.Report.AdditionalData.html#AxaFrance_WebEngine_Report_AdditionalData_Value_ - commentId: Overload:AxaFrance.WebEngine.Report.AdditionalData.Value + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.OverallReportBuilder + nameWithType: OverallReportBuilder.OverallReportBuilder +- uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Build + name: Build() + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder_Build + commentId: M:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Build + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Build() + nameWithType: OverallReportBuilder.Build() +- uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Build* + name: Build + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder_Build_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Build isSpec: "True" - fullName: AxaFrance.WebEngine.Report.AdditionalData.Value - nameWithType: AdditionalData.Value -- uid: AxaFrance.WebEngine.Report.JUnit - name: AxaFrance.WebEngine.Report.JUnit - href: api_net/AxaFrance.WebEngine.Report.JUnit.html - commentId: N:AxaFrance.WebEngine.Report.JUnit - fullName: AxaFrance.WebEngine.Report.JUnit - nameWithType: AxaFrance.WebEngine.Report.JUnit -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite - name: testsuite - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html - commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuite - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite - nameWithType: testsuite -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.errors - name: errors - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_errors - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.errors - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.errors - nameWithType: testsuite.errors -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.errors* - name: errors - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_errors_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.errors + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Build + nameWithType: OverallReportBuilder.Build +- uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Export(System.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) +- uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Export* + name: Export + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder_Export_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Export isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.errors - nameWithType: testsuite.errors -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.failures - name: failures - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_failures - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.failures - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.failures - nameWithType: testsuite.failures -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.failures* - name: failures - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_failures_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.failures + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Export + nameWithType: OverallReportBuilder.Export +- uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Options + name: Options + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder_Options + commentId: P:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Options + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Options + nameWithType: OverallReportBuilder.Options +- uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Options* + name: Options + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder_Options_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Options isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.failures - nameWithType: testsuite.failures -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.hostname - name: hostname - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_hostname - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.hostname - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.hostname - nameWithType: testsuite.hostname -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.hostname* - name: hostname - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_hostname_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.hostname + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Options + nameWithType: OverallReportBuilder.Options +- uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.PageBuilders + name: PageBuilders + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder_PageBuilders + commentId: P:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.PageBuilders + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.PageBuilders + nameWithType: OverallReportBuilder.PageBuilders +- uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.PageBuilders* + name: PageBuilders + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder_PageBuilders_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.PageBuilders isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.hostname - nameWithType: testsuite.hostname -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.name - name: name - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_name - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.name - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.name - nameWithType: testsuite.name -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.name* - name: name - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_name_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.name + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.PageBuilders + nameWithType: OverallReportBuilder.PageBuilders +- uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Result + name: Result + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder_Result + commentId: P:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Result + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Result + nameWithType: OverallReportBuilder.Result +- uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Result* + name: Result + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder_Result_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Result isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.name - nameWithType: testsuite.name -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.properties - name: properties - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_properties - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.properties - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.properties - nameWithType: testsuite.properties -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.properties* - name: properties - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_properties_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.properties + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.Result + nameWithType: OverallReportBuilder.Result +- uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.WithDefaultOptions(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) + name: WithDefaultOptions(PageReportOptions) + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder_WithDefaultOptions_AxaFrance_AxeExtended_HtmlReport_PageReportOptions_ + commentId: M:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.WithDefaultOptions(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.WithDefaultOptions(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) + nameWithType: OverallReportBuilder.WithDefaultOptions(PageReportOptions) +- uid: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.WithDefaultOptions* + name: WithDefaultOptions + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_OverallReportBuilder_WithDefaultOptions_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.WithDefaultOptions isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.properties - nameWithType: testsuite.properties -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.skipped - name: skipped - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_skipped - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.skipped - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.skipped - nameWithType: testsuite.skipped -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.skipped* - name: skipped - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_skipped_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.skipped + fullName: AxaFrance.AxeExtended.HtmlReport.OverallReportBuilder.WithDefaultOptions + nameWithType: OverallReportBuilder.WithDefaultOptions +- uid: AxaFrance.AxeExtended.HtmlReport.OverallResultItem + name: OverallResultItem + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.OverallResultItem + fullName: AxaFrance.AxeExtended.HtmlReport.OverallResultItem + nameWithType: OverallResultItem +- uid: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.RuleName + name: RuleName + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html#AxaFrance_AxeExtended_HtmlReport_OverallResultItem_RuleName + commentId: P:AxaFrance.AxeExtended.HtmlReport.OverallResultItem.RuleName + fullName: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.RuleName + nameWithType: OverallResultItem.RuleName +- uid: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.RuleName* + name: RuleName + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html#AxaFrance_AxeExtended_HtmlReport_OverallResultItem_RuleName_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.OverallResultItem.RuleName isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.skipped - nameWithType: testsuite.skipped -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.skippedSpecified - name: skippedSpecified - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_skippedSpecified - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.skippedSpecified - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.skippedSpecified - nameWithType: testsuite.skippedSpecified -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.skippedSpecified* - name: skippedSpecified - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_skippedSpecified_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.skippedSpecified + fullName: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.RuleName + nameWithType: OverallResultItem.RuleName +- uid: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.RulePoint + name: RulePoint + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html#AxaFrance_AxeExtended_HtmlReport_OverallResultItem_RulePoint + commentId: P:AxaFrance.AxeExtended.HtmlReport.OverallResultItem.RulePoint + fullName: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.RulePoint + nameWithType: OverallResultItem.RulePoint +- uid: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.RulePoint* + name: RulePoint + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html#AxaFrance_AxeExtended_HtmlReport_OverallResultItem_RulePoint_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.OverallResultItem.RulePoint isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.skippedSpecified - nameWithType: testsuite.skippedSpecified -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.systemerr - name: systemerr - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_systemerr - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.systemerr - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.systemerr - nameWithType: testsuite.systemerr -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.systemerr* - name: systemerr - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_systemerr_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.systemerr + fullName: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.RulePoint + nameWithType: OverallResultItem.RulePoint +- uid: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagCritirias + name: WcagCritirias + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html#AxaFrance_AxeExtended_HtmlReport_OverallResultItem_WcagCritirias + commentId: P:AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagCritirias + fullName: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagCritirias + nameWithType: OverallResultItem.WcagCritirias +- uid: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagCritirias* + name: WcagCritirias + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html#AxaFrance_AxeExtended_HtmlReport_OverallResultItem_WcagCritirias_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagCritirias isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.systemerr - nameWithType: testsuite.systemerr -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.systemout - name: systemout - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_systemout - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.systemout - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.systemout - nameWithType: testsuite.systemout -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.systemout* - name: systemout - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_systemout_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.systemout + fullName: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagCritirias + nameWithType: OverallResultItem.WcagCritirias +- uid: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagLevel + name: WcagLevel + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html#AxaFrance_AxeExtended_HtmlReport_OverallResultItem_WcagLevel + commentId: P:AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagLevel + fullName: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagLevel + nameWithType: OverallResultItem.WcagLevel +- uid: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagLevel* + name: WcagLevel + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html#AxaFrance_AxeExtended_HtmlReport_OverallResultItem_WcagLevel_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagLevel isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.systemout - nameWithType: testsuite.systemout -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.testcase - name: testcase - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_testcase - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.testcase - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.testcase - nameWithType: testsuite.testcase -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.testcase* - name: testcase - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_testcase_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.testcase + fullName: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagLevel + nameWithType: OverallResultItem.WcagLevel +- uid: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagVersion + name: WcagVersion + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html#AxaFrance_AxeExtended_HtmlReport_OverallResultItem_WcagVersion + commentId: P:AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagVersion + fullName: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagVersion + nameWithType: OverallResultItem.WcagVersion +- uid: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagVersion* + name: WcagVersion + href: api_net/AxaFrance.AxeExtended.HtmlReport.OverallResultItem.html#AxaFrance_AxeExtended_HtmlReport_OverallResultItem_WcagVersion_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagVersion isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.testcase - nameWithType: testsuite.testcase -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.tests - name: tests - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_tests - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.tests - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.tests - nameWithType: testsuite.tests -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.tests* - name: tests - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_tests_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.tests + fullName: AxaFrance.AxeExtended.HtmlReport.OverallResultItem.WcagVersion + nameWithType: OverallResultItem.WcagVersion +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder + name: PageReportBuilder + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder + nameWithType: PageReportBuilder +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.#ctor + name: PageReportBuilder() + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder__ctor + commentId: M:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.#ctor + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.PageReportBuilder() + nameWithType: PageReportBuilder.PageReportBuilder() +- 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) + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.PageReportBuilder(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) + nameWithType: PageReportBuilder.PageReportBuilder(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" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.tests - nameWithType: testsuite.tests -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.time - name: time - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_time - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.time - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.time - nameWithType: testsuite.time -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.time* - name: time - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_time_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.time + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.PageReportBuilder + nameWithType: PageReportBuilder.PageReportBuilder +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Analyze + name: Analyze + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_Analyze + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Analyze + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Analyze + nameWithType: PageReportBuilder.Analyze +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Analyze* + name: Analyze + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_Analyze_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Analyze isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.time - nameWithType: testsuite.time -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.timestamp - name: timestamp - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_timestamp - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.timestamp - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.timestamp - nameWithType: testsuite.timestamp -- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.timestamp* - name: timestamp - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_timestamp_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.timestamp + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Analyze + nameWithType: PageReportBuilder.Analyze +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate + name: PageReportBuilder.AnalyzeDelegate + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.AnalyzeDelegate + nameWithType: PageReportBuilder.AnalyzeDelegate +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Build + name: Build() + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_Build + commentId: M:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Build + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Build() + nameWithType: PageReportBuilder.Build() +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Build(Deque.AxeCore.Commons.AxeResult) + name: Build(AxeResult) + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_Build_Deque_AxeCore_Commons_AxeResult_ + commentId: M:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Build(Deque.AxeCore.Commons.AxeResult) + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Build(Deque.AxeCore.Commons.AxeResult) + nameWithType: PageReportBuilder.Build(AxeResult) +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Build* + name: Build + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_Build_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Build isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.timestamp - nameWithType: testsuite.timestamp -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty - name: testsuiteProperty - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html - commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuiteProperty - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty - nameWithType: testsuiteProperty -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.name - name: name - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html#AxaFrance_WebEngine_Report_JUnit_testsuiteProperty_name - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.name - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.name - nameWithType: testsuiteProperty.name -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.name* - name: name - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html#AxaFrance_WebEngine_Report_JUnit_testsuiteProperty_name_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.name + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Build + nameWithType: PageReportBuilder.Build +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.CanGetScreenshot + name: CanGetScreenshot + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_CanGetScreenshot + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.CanGetScreenshot + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.CanGetScreenshot + nameWithType: PageReportBuilder.CanGetScreenshot +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.CanGetScreenshot* + name: CanGetScreenshot + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_CanGetScreenshot_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.CanGetScreenshot isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.name - nameWithType: testsuiteProperty.name -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.value - name: value - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html#AxaFrance_WebEngine_Report_JUnit_testsuiteProperty_value - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.value - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.value - nameWithType: testsuiteProperty.value -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.value* - name: value - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html#AxaFrance_WebEngine_Report_JUnit_testsuiteProperty_value_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.value + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.CanGetScreenshot + nameWithType: PageReportBuilder.CanGetScreenshot +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Config + name: Config + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_Config + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Config + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Config + nameWithType: PageReportBuilder.Config +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Config* + name: Config + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_Config_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Config isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.value - nameWithType: testsuiteProperty.value -- uid: AxaFrance.WebEngine.Report.JUnit.testsuites - name: testsuites - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuites.html - commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuites - fullName: AxaFrance.WebEngine.Report.JUnit.testsuites - nameWithType: testsuites -- uid: AxaFrance.WebEngine.Report.JUnit.testsuites.testsuite - name: testsuite - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuites.html#AxaFrance_WebEngine_Report_JUnit_testsuites_testsuite - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuites.testsuite - fullName: AxaFrance.WebEngine.Report.JUnit.testsuites.testsuite - nameWithType: testsuites.testsuite -- uid: AxaFrance.WebEngine.Report.JUnit.testsuites.testsuite* - name: testsuite - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuites.html#AxaFrance_WebEngine_Report_JUnit_testsuites_testsuite_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuites.testsuite + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Config + nameWithType: PageReportBuilder.Config +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Export(System.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) +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Export* + name: Export + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_Export_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Export isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuites.testsuite - nameWithType: testsuites.testsuite -- uid: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite - name: testsuitesTestsuite - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html - commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite - fullName: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite - nameWithType: testsuitesTestsuite -- uid: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.id - name: id - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuitesTestsuite_id - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.id - fullName: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.id - nameWithType: testsuitesTestsuite.id -- uid: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.id* - name: id - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuitesTestsuite_id_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.id + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Export + nameWithType: PageReportBuilder.Export +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshot + name: GetScreenshot + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_GetScreenshot + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshot + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshot + nameWithType: PageReportBuilder.GetScreenshot +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshot* + name: GetScreenshot + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_GetScreenshot_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshot isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.id - nameWithType: testsuitesTestsuite.id -- uid: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.package - name: package - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuitesTestsuite_package - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.package - fullName: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.package - nameWithType: testsuitesTestsuite.package -- uid: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.package* - name: package - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuitesTestsuite_package_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.package + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshot + nameWithType: PageReportBuilder.GetScreenshot +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate + name: PageReportBuilder.GetScreenshotDelegate + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.GetScreenshotDelegate + nameWithType: PageReportBuilder.GetScreenshotDelegate +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Options + name: Options + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_Options + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Options + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Options + nameWithType: PageReportBuilder.Options +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Options* + name: Options + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_Options_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Options isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.package - nameWithType: testsuitesTestsuite.package -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase - name: testsuiteTestcase - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html - commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase - nameWithType: testsuiteTestcase -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.classname - name: classname - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_classname - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.classname - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.classname - nameWithType: testsuiteTestcase.classname -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.classname* - name: classname - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_classname_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.classname + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Options + nameWithType: PageReportBuilder.Options +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Result + name: Result + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_Result + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Result + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Result + nameWithType: PageReportBuilder.Result +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Result* + name: Result + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_Result_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Result isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.classname - nameWithType: testsuiteTestcase.classname -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.Item - name: Item - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_Item - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.Item - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.Item - nameWithType: testsuiteTestcase.Item -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.Item* - name: Item - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_Item_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.Item + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.Result + nameWithType: PageReportBuilder.Result +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithConfig(Newtonsoft.Json.Linq.JObject) + name: WithConfig(JObject) + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_WithConfig_Newtonsoft_Json_Linq_JObject_ + commentId: M:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithConfig(Newtonsoft.Json.Linq.JObject) + 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) + 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) +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithConfig* + name: WithConfig + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_WithConfig_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithConfig isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.Item - nameWithType: testsuiteTestcase.Item -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.name - name: name - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_name - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.name - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.name - nameWithType: testsuiteTestcase.name -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.name* - name: name - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_name_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.name + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithConfig + nameWithType: PageReportBuilder.WithConfig +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithOptions(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) + name: WithOptions(PageReportOptions) + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_WithOptions_AxaFrance_AxeExtended_HtmlReport_PageReportOptions_ + commentId: M:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithOptions(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithOptions(AxaFrance.AxeExtended.HtmlReport.PageReportOptions) + nameWithType: PageReportBuilder.WithOptions(PageReportOptions) +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithOptions* + name: WithOptions + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_WithOptions_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithOptions isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.name - nameWithType: testsuiteTestcase.name -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.time - name: time - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_time - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.time - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.time - nameWithType: testsuiteTestcase.time -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.time* - name: time - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_time_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.time + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithOptions + nameWithType: PageReportBuilder.WithOptions +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithRgaaExtension + name: WithRgaaExtension() + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_WithRgaaExtension + commentId: M:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithRgaaExtension + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithRgaaExtension() + nameWithType: PageReportBuilder.WithRgaaExtension() +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithRgaaExtension* + name: WithRgaaExtension + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.html#AxaFrance_AxeExtended_HtmlReport_PageReportBuilder_WithRgaaExtension_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithRgaaExtension isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.time - nameWithType: testsuiteTestcase.time -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError - name: testsuiteTestcaseError - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html - commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError - nameWithType: testsuiteTestcaseError -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.message - name: message - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseError_message - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.message - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.message - nameWithType: testsuiteTestcaseError.message -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.message* - name: message - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseError_message_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.message + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportBuilder.WithRgaaExtension + nameWithType: PageReportBuilder.WithRgaaExtension +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions + name: PageReportOptions + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.PageReportOptions + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions + nameWithType: PageReportOptions +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.AdditionalTags + name: AdditionalTags + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_AdditionalTags + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.AdditionalTags + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.AdditionalTags + nameWithType: PageReportOptions.AdditionalTags +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.AdditionalTags* + name: AdditionalTags + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_AdditionalTags_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.AdditionalTags isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.message - nameWithType: testsuiteTestcaseError.message -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.type - name: type - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseError_type - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.type - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.type - nameWithType: testsuiteTestcaseError.type -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.type* - name: type - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseError_type_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.type + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.AdditionalTags + nameWithType: PageReportOptions.AdditionalTags +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.HighlightColor + name: HighlightColor + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_HighlightColor + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.HighlightColor + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.HighlightColor + nameWithType: PageReportOptions.HighlightColor +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.HighlightColor* + name: HighlightColor + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_HighlightColor_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.HighlightColor isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.type - nameWithType: testsuiteTestcaseError.type -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.Value - name: Value - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseError_Value - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.Value - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.Value - nameWithType: testsuiteTestcaseError.Value -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.Value* - name: Value - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseError_Value_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.Value + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.HighlightColor + nameWithType: PageReportOptions.HighlightColor +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.HighlightThickness + name: HighlightThickness + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_HighlightThickness + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.HighlightThickness + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.HighlightThickness + nameWithType: PageReportOptions.HighlightThickness +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.HighlightThickness* + name: HighlightThickness + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_HighlightThickness_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.HighlightThickness isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.Value - nameWithType: testsuiteTestcaseError.Value -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure - name: testsuiteTestcaseFailure - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html - commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure - nameWithType: testsuiteTestcaseFailure -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.message - name: message - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseFailure_message - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.message - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.message - nameWithType: testsuiteTestcaseFailure.message -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.message* - name: message - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseFailure_message_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.message + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.HighlightThickness + nameWithType: PageReportOptions.HighlightThickness +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.OutputFolder + name: OutputFolder + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_OutputFolder + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.OutputFolder + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.OutputFolder + nameWithType: PageReportOptions.OutputFolder +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.OutputFolder* + name: OutputFolder + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_OutputFolder_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.OutputFolder isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.message - nameWithType: testsuiteTestcaseFailure.message -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.type - name: type - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseFailure_type - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.type - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.type - nameWithType: testsuiteTestcaseFailure.type -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.type* - name: type - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseFailure_type_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.type + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.OutputFolder + nameWithType: PageReportOptions.OutputFolder +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.OutputFormat + name: OutputFormat + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_OutputFormat + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.OutputFormat + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.OutputFormat + nameWithType: PageReportOptions.OutputFormat +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.OutputFormat* + name: OutputFormat + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_OutputFormat_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.OutputFormat isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.type - nameWithType: testsuiteTestcaseFailure.type -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.Value - name: Value - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseFailure_Value - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.Value - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.Value - nameWithType: testsuiteTestcaseFailure.Value -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.Value* - name: Value - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseFailure_Value_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.Value + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.OutputFormat + nameWithType: PageReportOptions.OutputFormat +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ReportLanguage + name: ReportLanguage + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_ReportLanguage + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ReportLanguage + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ReportLanguage + nameWithType: PageReportOptions.ReportLanguage +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ReportLanguage* + name: ReportLanguage + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_ReportLanguage_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ReportLanguage isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.Value - nameWithType: testsuiteTestcaseFailure.Value -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped - name: testsuiteTestcaseSkipped - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html - commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped - nameWithType: testsuiteTestcaseSkipped -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.message - name: message - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseSkipped_message - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.message - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.message - nameWithType: testsuiteTestcaseSkipped.message -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.message* - name: message - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseSkipped_message_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.message + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ReportLanguage + nameWithType: PageReportOptions.ReportLanguage +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScoringMode + name: ScoringMode + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_ScoringMode + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScoringMode + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScoringMode + nameWithType: PageReportOptions.ScoringMode +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScoringMode* + name: ScoringMode + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_ScoringMode_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScoringMode isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.message - nameWithType: testsuiteTestcaseSkipped.message -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.Value - name: Value - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseSkipped_Value - commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.Value - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.Value - nameWithType: testsuiteTestcaseSkipped.Value -- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.Value* - name: Value - href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseSkipped_Value_ - commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.Value + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScoringMode + nameWithType: PageReportOptions.ScoringMode +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotIncomplete + name: ScreenshotIncomplete + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_ScreenshotIncomplete + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotIncomplete + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotIncomplete + nameWithType: PageReportOptions.ScreenshotIncomplete +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotIncomplete* + name: ScreenshotIncomplete + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_ScreenshotIncomplete_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotIncomplete isSpec: "True" - fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.Value - nameWithType: testsuiteTestcaseSkipped.Value -- uid: AxaFrance.WebEngine.Report.ReportHelper - name: ReportHelper - href: api_net/AxaFrance.WebEngine.Report.ReportHelper.html - commentId: T:AxaFrance.WebEngine.Report.ReportHelper - 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) - 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) -- uid: AxaFrance.WebEngine.Report.ReportHelper.GenerateHtmlReport* - name: GenerateHtmlReport - href: api_net/AxaFrance.WebEngine.Report.ReportHelper.html#AxaFrance_WebEngine_Report_ReportHelper_GenerateHtmlReport_ - commentId: Overload:AxaFrance.WebEngine.Report.ReportHelper.GenerateHtmlReport + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotIncomplete + nameWithType: PageReportOptions.ScreenshotIncomplete +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotPasses + name: ScreenshotPasses + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_ScreenshotPasses + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotPasses + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotPasses + nameWithType: PageReportOptions.ScreenshotPasses +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotPasses* + name: ScreenshotPasses + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_ScreenshotPasses_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotPasses isSpec: "True" - 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) - 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) -- uid: AxaFrance.WebEngine.Report.ReportHelper.GenerateJUnitReport* - name: GenerateJUnitReport - href: api_net/AxaFrance.WebEngine.Report.ReportHelper.html#AxaFrance_WebEngine_Report_ReportHelper_GenerateJUnitReport_ - commentId: Overload:AxaFrance.WebEngine.Report.ReportHelper.GenerateJUnitReport + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotPasses + nameWithType: PageReportOptions.ScreenshotPasses +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotViolations + name: ScreenshotViolations + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_ScreenshotViolations + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotViolations + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotViolations + nameWithType: PageReportOptions.ScreenshotViolations +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotViolations* + name: ScreenshotViolations + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_ScreenshotViolations_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotViolations isSpec: "True" - fullName: AxaFrance.WebEngine.Report.ReportHelper.GenerateJUnitReport - nameWithType: ReportHelper.GenerateJUnitReport -- uid: AxaFrance.WebEngine.Report.ReportHelper.LoadReport(System.String,System.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) -- uid: AxaFrance.WebEngine.Report.ReportHelper.LoadReport* - name: LoadReport - href: api_net/AxaFrance.WebEngine.Report.ReportHelper.html#AxaFrance_WebEngine_Report_ReportHelper_LoadReport_ - commentId: Overload:AxaFrance.WebEngine.Report.ReportHelper.LoadReport + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.ScreenshotViolations + nameWithType: PageReportOptions.ScreenshotViolations +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.Tags + name: Tags + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_Tags + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.Tags + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.Tags + nameWithType: PageReportOptions.Tags +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.Tags* + name: Tags + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_Tags_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.Tags isSpec: "True" - fullName: AxaFrance.WebEngine.Report.ReportHelper.LoadReport - nameWithType: ReportHelper.LoadReport -- uid: AxaFrance.WebEngine.Report.ScreenshotReport - name: ScreenshotReport - href: api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html - commentId: T:AxaFrance.WebEngine.Report.ScreenshotReport - fullName: AxaFrance.WebEngine.Report.ScreenshotReport - nameWithType: ScreenshotReport -- uid: AxaFrance.WebEngine.Report.ScreenshotReport.Data - name: Data - href: api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html#AxaFrance_WebEngine_Report_ScreenshotReport_Data - commentId: P:AxaFrance.WebEngine.Report.ScreenshotReport.Data - fullName: AxaFrance.WebEngine.Report.ScreenshotReport.Data - nameWithType: ScreenshotReport.Data -- uid: AxaFrance.WebEngine.Report.ScreenshotReport.Data* - name: Data - href: api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html#AxaFrance_WebEngine_Report_ScreenshotReport_Data_ - commentId: Overload:AxaFrance.WebEngine.Report.ScreenshotReport.Data + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.Tags + nameWithType: PageReportOptions.Tags +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.Title + name: Title + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_Title + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.Title + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.Title + nameWithType: PageReportOptions.Title +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.Title* + name: Title + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_Title_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.Title isSpec: "True" - fullName: AxaFrance.WebEngine.Report.ScreenshotReport.Data - nameWithType: ScreenshotReport.Data -- uid: AxaFrance.WebEngine.Report.ScreenshotReport.Id - name: Id - href: api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html#AxaFrance_WebEngine_Report_ScreenshotReport_Id - commentId: P:AxaFrance.WebEngine.Report.ScreenshotReport.Id - fullName: AxaFrance.WebEngine.Report.ScreenshotReport.Id - nameWithType: ScreenshotReport.Id -- uid: AxaFrance.WebEngine.Report.ScreenshotReport.Id* - name: Id - href: api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html#AxaFrance_WebEngine_Report_ScreenshotReport_Id_ - commentId: Overload:AxaFrance.WebEngine.Report.ScreenshotReport.Id + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.Title + nameWithType: PageReportOptions.Title +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.UseAdvancedScreenshot + name: UseAdvancedScreenshot + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_UseAdvancedScreenshot + commentId: P:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.UseAdvancedScreenshot + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.UseAdvancedScreenshot + nameWithType: PageReportOptions.UseAdvancedScreenshot +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.UseAdvancedScreenshot* + name: UseAdvancedScreenshot + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_UseAdvancedScreenshot_ + commentId: Overload:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.UseAdvancedScreenshot isSpec: "True" - fullName: AxaFrance.WebEngine.Report.ScreenshotReport.Id - nameWithType: ScreenshotReport.Id -- uid: AxaFrance.WebEngine.Report.ScreenshotReport.Name - name: Name - href: api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html#AxaFrance_WebEngine_Report_ScreenshotReport_Name - commentId: P:AxaFrance.WebEngine.Report.ScreenshotReport.Name - fullName: AxaFrance.WebEngine.Report.ScreenshotReport.Name - nameWithType: ScreenshotReport.Name -- uid: AxaFrance.WebEngine.Report.ScreenshotReport.Name* - name: Name - href: api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html#AxaFrance_WebEngine_Report_ScreenshotReport_Name_ - commentId: Overload:AxaFrance.WebEngine.Report.ScreenshotReport.Name + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.UseAdvancedScreenshot + nameWithType: PageReportOptions.UseAdvancedScreenshot +- uid: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.WcagAATags + name: WcagAATags + href: api_net/AxaFrance.AxeExtended.HtmlReport.PageReportOptions.html#AxaFrance_AxeExtended_HtmlReport_PageReportOptions_WcagAATags + commentId: F:AxaFrance.AxeExtended.HtmlReport.PageReportOptions.WcagAATags + fullName: AxaFrance.AxeExtended.HtmlReport.PageReportOptions.WcagAATags + nameWithType: PageReportOptions.WcagAATags +- uid: AxaFrance.AxeExtended.HtmlReport.ScoringMode + name: ScoringMode + href: api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.html + commentId: T:AxaFrance.AxeExtended.HtmlReport.ScoringMode + fullName: AxaFrance.AxeExtended.HtmlReport.ScoringMode + nameWithType: ScoringMode +- uid: AxaFrance.AxeExtended.HtmlReport.ScoringMode.NonWeighted + name: NonWeighted + href: api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.html#AxaFrance_AxeExtended_HtmlReport_ScoringMode_NonWeighted + commentId: F:AxaFrance.AxeExtended.HtmlReport.ScoringMode.NonWeighted + fullName: AxaFrance.AxeExtended.HtmlReport.ScoringMode.NonWeighted + nameWithType: ScoringMode.NonWeighted +- uid: AxaFrance.AxeExtended.HtmlReport.ScoringMode.Weighted + name: Weighted + href: api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.html#AxaFrance_AxeExtended_HtmlReport_ScoringMode_Weighted + commentId: F:AxaFrance.AxeExtended.HtmlReport.ScoringMode.Weighted + fullName: AxaFrance.AxeExtended.HtmlReport.ScoringMode.Weighted + nameWithType: ScoringMode.Weighted +- uid: AxaFrance.AxeExtended.HtmlReport.ScoringMode.WeightedOccurence + name: WeightedOccurence + href: api_net/AxaFrance.AxeExtended.HtmlReport.ScoringMode.html#AxaFrance_AxeExtended_HtmlReport_ScoringMode_WeightedOccurence + commentId: F:AxaFrance.AxeExtended.HtmlReport.ScoringMode.WeightedOccurence + fullName: AxaFrance.AxeExtended.HtmlReport.ScoringMode.WeightedOccurence + nameWithType: ScoringMode.WeightedOccurence +- uid: AxaFrance.AxeExtended.Selenium + name: AxaFrance.AxeExtended.Selenium + href: api_net/AxaFrance.AxeExtended.Selenium.html + commentId: N:AxaFrance.AxeExtended.Selenium + fullName: AxaFrance.AxeExtended.Selenium + nameWithType: AxaFrance.AxeExtended.Selenium +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder + name: AxeExtendedBuilder + href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html + commentId: T:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder + nameWithType: AxeExtendedBuilder +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver) + 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) + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.AxeExtendedBuilder(OpenQA.Selenium.WebDriver) + nameWithType: AxeExtendedBuilder.AxeExtendedBuilder(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) + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.AxeExtendedBuilder(OpenQA.Selenium.WebDriver, Deque.AxeCore.Selenium.AxeBuilderOptions) + nameWithType: AxeExtendedBuilder.AxeExtendedBuilder(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) + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.AxeExtendedBuilder(OpenQA.Selenium.WebDriver, Newtonsoft.Json.Linq.JObject) + nameWithType: AxeExtendedBuilder.AxeExtendedBuilder(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) + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.AxeExtendedBuilder(OpenQA.Selenium.WebDriver, Newtonsoft.Json.Linq.JObject, Deque.AxeCore.Selenium.AxeBuilderOptions) + nameWithType: AxeExtendedBuilder.AxeExtendedBuilder(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" - fullName: AxaFrance.WebEngine.Report.ScreenshotReport.Name - nameWithType: ScreenshotReport.Name -- uid: AxaFrance.WebEngine.Report.TestCaseReport - name: TestCaseReport - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html - commentId: T:AxaFrance.WebEngine.Report.TestCaseReport - fullName: AxaFrance.WebEngine.Report.TestCaseReport - nameWithType: TestCaseReport -- uid: AxaFrance.WebEngine.Report.TestCaseReport.ActionReports - name: ActionReports - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_ActionReports - commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.ActionReports - fullName: AxaFrance.WebEngine.Report.TestCaseReport.ActionReports - nameWithType: TestCaseReport.ActionReports -- uid: AxaFrance.WebEngine.Report.TestCaseReport.ActionReports* - name: ActionReports - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_ActionReports_ - commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.ActionReports + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.AxeExtendedBuilder + nameWithType: AxeExtendedBuilder.AxeExtendedBuilder +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Analyze + name: Analyze() + href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_Analyze + commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Analyze + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Analyze() + nameWithType: AxeExtendedBuilder.Analyze() +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Analyze(OpenQA.Selenium.IWebElement) + name: Analyze(IWebElement) + href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_Analyze_OpenQA_Selenium_IWebElement_ + commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Analyze(OpenQA.Selenium.IWebElement) + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Analyze(OpenQA.Selenium.IWebElement) + nameWithType: AxeExtendedBuilder.Analyze(IWebElement) +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Analyze* + name: Analyze + href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_Analyze_ + commentId: Overload:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Analyze isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestCaseReport.ActionReports - nameWithType: TestCaseReport.ActionReports -- uid: AxaFrance.WebEngine.Report.TestCaseReport.AttachedData - name: AttachedData - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_AttachedData - commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.AttachedData - fullName: AxaFrance.WebEngine.Report.TestCaseReport.AttachedData - nameWithType: TestCaseReport.AttachedData -- uid: AxaFrance.WebEngine.Report.TestCaseReport.AttachedData* - name: AttachedData - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_AttachedData_ - commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.AttachedData + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Analyze + nameWithType: AxeExtendedBuilder.Analyze +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.DisableRules(System.String[]) + name: DisableRules(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()) +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.DisableRules* + name: DisableRules + href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_DisableRules_ + commentId: Overload:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.DisableRules isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestCaseReport.AttachedData - nameWithType: TestCaseReport.AttachedData -- uid: AxaFrance.WebEngine.Report.TestCaseReport.ContextValues - name: ContextValues - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_ContextValues - commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.ContextValues - fullName: AxaFrance.WebEngine.Report.TestCaseReport.ContextValues - nameWithType: TestCaseReport.ContextValues -- uid: AxaFrance.WebEngine.Report.TestCaseReport.ContextValues* - name: ContextValues - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_ContextValues_ - commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.ContextValues + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.DisableRules + nameWithType: AxeExtendedBuilder.DisableRules +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Exclude(Deque.AxeCore.Commons.AxeSelector) + name: Exclude(AxeSelector) + href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_Exclude_Deque_AxeCore_Commons_AxeSelector_ + commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Exclude(Deque.AxeCore.Commons.AxeSelector) + 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) + 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) +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Exclude* + name: Exclude + href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_Exclude_ + commentId: Overload:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Exclude isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestCaseReport.ContextValues - nameWithType: TestCaseReport.ContextValues -- uid: AxaFrance.WebEngine.Report.TestCaseReport.Duration - name: Duration - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Duration - commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.Duration - fullName: AxaFrance.WebEngine.Report.TestCaseReport.Duration - nameWithType: TestCaseReport.Duration -- uid: AxaFrance.WebEngine.Report.TestCaseReport.Duration* - name: Duration - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Duration_ - commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.Duration + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Exclude + nameWithType: AxeExtendedBuilder.Exclude +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Include(Deque.AxeCore.Commons.AxeSelector) + name: Include(AxeSelector) + href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_Include_Deque_AxeCore_Commons_AxeSelector_ + commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Include(Deque.AxeCore.Commons.AxeSelector) + 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) + 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) +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Include* + name: Include + href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_Include_ + commentId: Overload:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Include isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestCaseReport.Duration - nameWithType: TestCaseReport.Duration -- uid: AxaFrance.WebEngine.Report.TestCaseReport.DurationText - name: DurationText - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_DurationText - commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.DurationText - fullName: AxaFrance.WebEngine.Report.TestCaseReport.DurationText - nameWithType: TestCaseReport.DurationText -- uid: AxaFrance.WebEngine.Report.TestCaseReport.DurationText* - name: DurationText - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_DurationText_ - commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.DurationText + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.Include + nameWithType: AxeExtendedBuilder.Include +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.UseLegacyMode(System.Boolean) + name: UseLegacyMode(Boolean) + 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) +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.UseLegacyMode* + name: UseLegacyMode + href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_UseLegacyMode_ + commentId: Overload:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.UseLegacyMode isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestCaseReport.DurationText - nameWithType: TestCaseReport.DurationText -- uid: AxaFrance.WebEngine.Report.TestCaseReport.EndTime - name: EndTime - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_EndTime - commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.EndTime - fullName: AxaFrance.WebEngine.Report.TestCaseReport.EndTime - nameWithType: TestCaseReport.EndTime -- uid: AxaFrance.WebEngine.Report.TestCaseReport.EndTime* - name: EndTime - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_EndTime_ - commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.EndTime + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.UseLegacyMode + nameWithType: AxeExtendedBuilder.UseLegacyMode +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOptions(Deque.AxeCore.Commons.AxeRunOptions) + name: WithOptions(AxeRunOptions) + href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_WithOptions_Deque_AxeCore_Commons_AxeRunOptions_ + commentId: M:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOptions(Deque.AxeCore.Commons.AxeRunOptions) + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOptions(Deque.AxeCore.Commons.AxeRunOptions) + nameWithType: AxeExtendedBuilder.WithOptions(AxeRunOptions) +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOptions* + name: WithOptions + href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_WithOptions_ + commentId: Overload:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOptions isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestCaseReport.EndTime - nameWithType: TestCaseReport.EndTime -- uid: AxaFrance.WebEngine.Report.TestCaseReport.GlobalContextValues - name: GlobalContextValues - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_GlobalContextValues - commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.GlobalContextValues - fullName: AxaFrance.WebEngine.Report.TestCaseReport.GlobalContextValues - nameWithType: TestCaseReport.GlobalContextValues -- uid: AxaFrance.WebEngine.Report.TestCaseReport.GlobalContextValues* - name: GlobalContextValues - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_GlobalContextValues_ - commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.GlobalContextValues + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOptions + nameWithType: AxeExtendedBuilder.WithOptions +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOutputFile(System.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) +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOutputFile* + name: WithOutputFile + href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_WithOutputFile_ + commentId: Overload:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOutputFile isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestCaseReport.GlobalContextValues - nameWithType: TestCaseReport.GlobalContextValues -- uid: AxaFrance.WebEngine.Report.TestCaseReport.Id - name: Id - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Id - commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.Id - fullName: AxaFrance.WebEngine.Report.TestCaseReport.Id - nameWithType: TestCaseReport.Id -- uid: AxaFrance.WebEngine.Report.TestCaseReport.Id* - name: Id - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Id_ - commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.Id + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithOutputFile + nameWithType: AxeExtendedBuilder.WithOutputFile +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithRules(System.String[]) + name: WithRules(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()) +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithRules* + name: WithRules + href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_WithRules_ + commentId: Overload:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithRules isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestCaseReport.Id - nameWithType: TestCaseReport.Id -- uid: AxaFrance.WebEngine.Report.TestCaseReport.Log - name: Log - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Log - commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.Log - fullName: AxaFrance.WebEngine.Report.TestCaseReport.Log - nameWithType: TestCaseReport.Log -- uid: AxaFrance.WebEngine.Report.TestCaseReport.Log* - name: Log - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Log_ - commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.Log + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithRules + nameWithType: AxeExtendedBuilder.WithRules +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithTags(System.String[]) + name: WithTags(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()) +- uid: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithTags* + name: WithTags + href: api_net/AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.html#AxaFrance_AxeExtended_Selenium_AxeExtendedBuilder_WithTags_ + commentId: Overload:AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithTags isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestCaseReport.Log - nameWithType: TestCaseReport.Log -- uid: AxaFrance.WebEngine.Report.TestCaseReport.Result - name: Result - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Result - commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.Result - fullName: AxaFrance.WebEngine.Report.TestCaseReport.Result - nameWithType: TestCaseReport.Result -- uid: AxaFrance.WebEngine.Report.TestCaseReport.Result* - name: Result - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Result_ - commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.Result + fullName: AxaFrance.AxeExtended.Selenium.AxeExtendedBuilder.WithTags + nameWithType: AxeExtendedBuilder.WithTags +- uid: AxaFrance.AxeExtended.Selenium.SeleniumHelper + name: SeleniumHelper + href: api_net/AxaFrance.AxeExtended.Selenium.SeleniumHelper.html + commentId: T:AxaFrance.AxeExtended.Selenium.SeleniumHelper + 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) + 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) +- 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_ + commentId: M:AxaFrance.AxeExtended.Selenium.SeleniumHelper.WithSelenium(AxaFrance.AxeExtended.HtmlReport.PageReportBuilder,OpenQA.Selenium.WebDriver) + fullName: AxaFrance.AxeExtended.Selenium.SeleniumHelper.WithSelenium(AxaFrance.AxeExtended.HtmlReport.PageReportBuilder, OpenQA.Selenium.WebDriver) + nameWithType: SeleniumHelper.WithSelenium(PageReportBuilder, WebDriver) +- uid: AxaFrance.AxeExtended.Selenium.SeleniumHelper.WithSelenium* + name: WithSelenium + href: api_net/AxaFrance.AxeExtended.Selenium.SeleniumHelper.html#AxaFrance_AxeExtended_Selenium_SeleniumHelper_WithSelenium_ + commentId: Overload:AxaFrance.AxeExtended.Selenium.SeleniumHelper.WithSelenium isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestCaseReport.Result - nameWithType: TestCaseReport.Result -- uid: AxaFrance.WebEngine.Report.TestCaseReport.StartTime - name: StartTime - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_StartTime - commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.StartTime - fullName: AxaFrance.WebEngine.Report.TestCaseReport.StartTime - nameWithType: TestCaseReport.StartTime -- uid: AxaFrance.WebEngine.Report.TestCaseReport.StartTime* - name: StartTime - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_StartTime_ - commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.StartTime - isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestCaseReport.StartTime - nameWithType: TestCaseReport.StartTime -- uid: AxaFrance.WebEngine.Report.TestCaseReport.TestData - name: TestData - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_TestData - commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.TestData - fullName: AxaFrance.WebEngine.Report.TestCaseReport.TestData - nameWithType: TestCaseReport.TestData -- uid: AxaFrance.WebEngine.Report.TestCaseReport.TestData* - name: TestData - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_TestData_ - commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.TestData + fullName: AxaFrance.AxeExtended.Selenium.SeleniumHelper.WithSelenium + nameWithType: SeleniumHelper.WithSelenium +- uid: AxaFrance.WebEngine + name: AxaFrance.WebEngine + href: api_net/AxaFrance.WebEngine.html + commentId: N:AxaFrance.WebEngine + fullName: AxaFrance.WebEngine + nameWithType: AxaFrance.WebEngine +- uid: AxaFrance.WebEngine.ActionNotFoundException + name: ActionNotFoundException + href: api_net/AxaFrance.WebEngine.ActionNotFoundException.html + commentId: T:AxaFrance.WebEngine.ActionNotFoundException + fullName: AxaFrance.WebEngine.ActionNotFoundException + nameWithType: ActionNotFoundException +- uid: AxaFrance.WebEngine.ActionNotFoundException.#ctor + name: ActionNotFoundException() + href: api_net/AxaFrance.WebEngine.ActionNotFoundException.html#AxaFrance_WebEngine_ActionNotFoundException__ctor + commentId: M:AxaFrance.WebEngine.ActionNotFoundException.#ctor + fullName: AxaFrance.WebEngine.ActionNotFoundException.ActionNotFoundException() + nameWithType: ActionNotFoundException.ActionNotFoundException() +- uid: AxaFrance.WebEngine.ActionNotFoundException.#ctor(System.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) +- 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" - fullName: AxaFrance.WebEngine.Report.TestCaseReport.TestData - nameWithType: TestCaseReport.TestData -- uid: AxaFrance.WebEngine.Report.TestCaseReport.TestName - name: TestName - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_TestName - commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.TestName - fullName: AxaFrance.WebEngine.Report.TestCaseReport.TestName - nameWithType: TestCaseReport.TestName -- uid: AxaFrance.WebEngine.Report.TestCaseReport.TestName* - name: TestName - href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_TestName_ - commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.TestName + fullName: AxaFrance.WebEngine.ActionNotFoundException.ActionNotFoundException + nameWithType: ActionNotFoundException.ActionNotFoundException +- uid: AxaFrance.WebEngine.BrowserType + name: BrowserType + href: api_net/AxaFrance.WebEngine.BrowserType.html + commentId: T:AxaFrance.WebEngine.BrowserType + fullName: AxaFrance.WebEngine.BrowserType + nameWithType: BrowserType +- uid: AxaFrance.WebEngine.BrowserType.AndroidNative + name: AndroidNative + href: api_net/AxaFrance.WebEngine.BrowserType.html#AxaFrance_WebEngine_BrowserType_AndroidNative + commentId: F:AxaFrance.WebEngine.BrowserType.AndroidNative + fullName: AxaFrance.WebEngine.BrowserType.AndroidNative + nameWithType: BrowserType.AndroidNative +- uid: AxaFrance.WebEngine.BrowserType.Chrome + name: Chrome + href: api_net/AxaFrance.WebEngine.BrowserType.html#AxaFrance_WebEngine_BrowserType_Chrome + commentId: F:AxaFrance.WebEngine.BrowserType.Chrome + fullName: AxaFrance.WebEngine.BrowserType.Chrome + nameWithType: BrowserType.Chrome +- uid: AxaFrance.WebEngine.BrowserType.ChromiumEdge + name: ChromiumEdge + href: api_net/AxaFrance.WebEngine.BrowserType.html#AxaFrance_WebEngine_BrowserType_ChromiumEdge + commentId: F:AxaFrance.WebEngine.BrowserType.ChromiumEdge + fullName: AxaFrance.WebEngine.BrowserType.ChromiumEdge + nameWithType: BrowserType.ChromiumEdge +- uid: AxaFrance.WebEngine.BrowserType.Firefox + name: Firefox + href: api_net/AxaFrance.WebEngine.BrowserType.html#AxaFrance_WebEngine_BrowserType_Firefox + commentId: F:AxaFrance.WebEngine.BrowserType.Firefox + fullName: AxaFrance.WebEngine.BrowserType.Firefox + nameWithType: BrowserType.Firefox +- 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.IOSNative + name: IOSNative + href: api_net/AxaFrance.WebEngine.BrowserType.html#AxaFrance_WebEngine_BrowserType_IOSNative + commentId: F:AxaFrance.WebEngine.BrowserType.IOSNative + fullName: AxaFrance.WebEngine.BrowserType.IOSNative + nameWithType: BrowserType.IOSNative +- uid: AxaFrance.WebEngine.BrowserType.Safari + name: Safari + href: api_net/AxaFrance.WebEngine.BrowserType.html#AxaFrance_WebEngine_BrowserType_Safari + commentId: F:AxaFrance.WebEngine.BrowserType.Safari + fullName: AxaFrance.WebEngine.BrowserType.Safari + nameWithType: BrowserType.Safari +- uid: AxaFrance.WebEngine.DebugLogger + name: DebugLogger + href: api_net/AxaFrance.WebEngine.DebugLogger.html + commentId: T:AxaFrance.WebEngine.DebugLogger + fullName: AxaFrance.WebEngine.DebugLogger + nameWithType: DebugLogger +- uid: AxaFrance.WebEngine.DebugLogger.WriteError(System.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) +- uid: AxaFrance.WebEngine.DebugLogger.WriteError* + name: WriteError + href: api_net/AxaFrance.WebEngine.DebugLogger.html#AxaFrance_WebEngine_DebugLogger_WriteError_ + commentId: Overload:AxaFrance.WebEngine.DebugLogger.WriteError isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestCaseReport.TestName - nameWithType: TestCaseReport.TestName -- uid: AxaFrance.WebEngine.Report.TestSuiteReport - name: TestSuiteReport - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html - commentId: T:AxaFrance.WebEngine.Report.TestSuiteReport - fullName: AxaFrance.WebEngine.Report.TestSuiteReport - nameWithType: TestSuiteReport -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.#ctor - name: TestSuiteReport() - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport__ctor - commentId: M:AxaFrance.WebEngine.Report.TestSuiteReport.#ctor - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.TestSuiteReport() - nameWithType: TestSuiteReport.TestSuiteReport() -- 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 + fullName: AxaFrance.WebEngine.DebugLogger.WriteError + nameWithType: DebugLogger.WriteError +- uid: AxaFrance.WebEngine.DebugLogger.WriteLine(System.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) +- 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_ + commentId: M:AxaFrance.WebEngine.DebugLogger.WriteLine(System.Text.StringBuilder) + fullName: AxaFrance.WebEngine.DebugLogger.WriteLine(System.Text.StringBuilder) + nameWithType: DebugLogger.WriteLine(StringBuilder) +- uid: AxaFrance.WebEngine.DebugLogger.WriteLine* + name: WriteLine + href: api_net/AxaFrance.WebEngine.DebugLogger.html#AxaFrance_WebEngine_DebugLogger_WriteLine_ + commentId: Overload:AxaFrance.WebEngine.DebugLogger.WriteLine isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.TestSuiteReport - nameWithType: TestSuiteReport.TestSuiteReport -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Duration - name: Duration - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Duration - commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.Duration - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.Duration - nameWithType: TestSuiteReport.Duration -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Duration* - name: Duration - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Duration_ - commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.Duration + fullName: AxaFrance.WebEngine.DebugLogger.WriteLine + nameWithType: DebugLogger.WriteLine +- uid: AxaFrance.WebEngine.DebugLogger.WriteWarning(System.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) +- uid: AxaFrance.WebEngine.DebugLogger.WriteWarning* + name: WriteWarning + href: api_net/AxaFrance.WebEngine.DebugLogger.html#AxaFrance_WebEngine_DebugLogger_WriteWarning_ + commentId: Overload:AxaFrance.WebEngine.DebugLogger.WriteWarning isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.Duration - nameWithType: TestSuiteReport.Duration -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.EndTime - name: EndTime - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_EndTime - commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.EndTime - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.EndTime - nameWithType: TestSuiteReport.EndTime -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.EndTime* - name: EndTime - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_EndTime_ - commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.EndTime + fullName: AxaFrance.WebEngine.DebugLogger.WriteWarning + nameWithType: DebugLogger.WriteWarning +- uid: AxaFrance.WebEngine.Encrypter + name: Encrypter + href: api_net/AxaFrance.WebEngine.Encrypter.html + commentId: T:AxaFrance.WebEngine.Encrypter + fullName: AxaFrance.WebEngine.Encrypter + nameWithType: Encrypter +- uid: AxaFrance.WebEngine.Encrypter.Encrypt(System.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) +- uid: AxaFrance.WebEngine.Encrypter.Encrypt* + name: Encrypt + href: api_net/AxaFrance.WebEngine.Encrypter.html#AxaFrance_WebEngine_Encrypter_Encrypt_ + commentId: Overload:AxaFrance.WebEngine.Encrypter.Encrypt isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.EndTime - nameWithType: TestSuiteReport.EndTime -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.EnvironmentVariables + fullName: AxaFrance.WebEngine.Encrypter.Encrypt + nameWithType: Encrypter.Encrypt +- uid: AxaFrance.WebEngine.EnvironmentVariables name: EnvironmentVariables - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_EnvironmentVariables - commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.EnvironmentVariables - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.EnvironmentVariables - nameWithType: TestSuiteReport.EnvironmentVariables -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.EnvironmentVariables* + href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html + commentId: T:AxaFrance.WebEngine.EnvironmentVariables + fullName: AxaFrance.WebEngine.EnvironmentVariables + nameWithType: EnvironmentVariables +- uid: AxaFrance.WebEngine.EnvironmentVariables.#ctor + name: EnvironmentVariables() + href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables__ctor + commentId: M:AxaFrance.WebEngine.EnvironmentVariables.#ctor + fullName: AxaFrance.WebEngine.EnvironmentVariables.EnvironmentVariables() + nameWithType: EnvironmentVariables.EnvironmentVariables() +- uid: AxaFrance.WebEngine.EnvironmentVariables.#ctor* name: EnvironmentVariables - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_EnvironmentVariables_ - commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.EnvironmentVariables - isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.EnvironmentVariables - nameWithType: TestSuiteReport.EnvironmentVariables -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Failed - name: Failed - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Failed - commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.Failed - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.Failed - nameWithType: TestSuiteReport.Failed -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Failed* - name: Failed - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Failed_ - commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.Failed + href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables__ctor_ + commentId: Overload:AxaFrance.WebEngine.EnvironmentVariables.#ctor isSpec: "True" - 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) - 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) -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.GenereteCSV* - name: GenereteCSV - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_GenereteCSV_ - commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.GenereteCSV - isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.GenereteCSV - nameWithType: TestSuiteReport.GenereteCSV -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.HostName - name: HostName - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_HostName - commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.HostName - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.HostName - nameWithType: TestSuiteReport.HostName -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.HostName* - name: HostName - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_HostName_ - commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.HostName + fullName: AxaFrance.WebEngine.EnvironmentVariables.EnvironmentVariables + nameWithType: EnvironmentVariables.EnvironmentVariables +- uid: AxaFrance.WebEngine.EnvironmentVariables.Current + name: Current + href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_Current + commentId: P:AxaFrance.WebEngine.EnvironmentVariables.Current + fullName: AxaFrance.WebEngine.EnvironmentVariables.Current + nameWithType: EnvironmentVariables.Current +- uid: AxaFrance.WebEngine.EnvironmentVariables.Current* + name: Current + href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_Current_ + commentId: Overload:AxaFrance.WebEngine.EnvironmentVariables.Current isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.HostName - nameWithType: TestSuiteReport.HostName -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Ignored - name: Ignored - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Ignored - commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.Ignored - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.Ignored - nameWithType: TestSuiteReport.Ignored -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Ignored* - name: Ignored - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Ignored_ - commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.Ignored + fullName: AxaFrance.WebEngine.EnvironmentVariables.Current + nameWithType: EnvironmentVariables.Current +- uid: AxaFrance.WebEngine.EnvironmentVariables.GetValue(System.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) +- uid: AxaFrance.WebEngine.EnvironmentVariables.GetValue* + name: GetValue + href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_GetValue_ + commentId: Overload:AxaFrance.WebEngine.EnvironmentVariables.GetValue isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.Ignored - nameWithType: TestSuiteReport.Ignored -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Passed - name: Passed - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Passed - commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.Passed - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.Passed - nameWithType: TestSuiteReport.Passed -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Passed* - name: Passed - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Passed_ - commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.Passed + fullName: AxaFrance.WebEngine.EnvironmentVariables.GetValue + nameWithType: EnvironmentVariables.GetValue +- uid: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom(System.IO.Stream) + name: LoadFrom(Stream) + href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_LoadFrom_System_IO_Stream_ + commentId: M:AxaFrance.WebEngine.EnvironmentVariables.LoadFrom(System.IO.Stream) + fullName: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom(System.IO.Stream) + nameWithType: EnvironmentVariables.LoadFrom(Stream) +- uid: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom(System.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) +- uid: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom* + name: LoadFrom + href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_LoadFrom_ + commentId: Overload:AxaFrance.WebEngine.EnvironmentVariables.LoadFrom isSpec: "True" - 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) - 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) -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.SaveAs* - name: SaveAs - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_SaveAs_ - commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.SaveAs + fullName: AxaFrance.WebEngine.EnvironmentVariables.LoadFrom + nameWithType: EnvironmentVariables.LoadFrom +- uid: AxaFrance.WebEngine.EnvironmentVariables.Variables + name: Variables + href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_Variables + commentId: P:AxaFrance.WebEngine.EnvironmentVariables.Variables + fullName: AxaFrance.WebEngine.EnvironmentVariables.Variables + nameWithType: EnvironmentVariables.Variables +- uid: AxaFrance.WebEngine.EnvironmentVariables.Variables* + name: Variables + href: api_net/AxaFrance.WebEngine.EnvironmentVariables.html#AxaFrance_WebEngine_EnvironmentVariables_Variables_ + commentId: Overload:AxaFrance.WebEngine.EnvironmentVariables.Variables isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.SaveAs - nameWithType: TestSuiteReport.SaveAs -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.StartTime - name: StartTime - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_StartTime - commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.StartTime - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.StartTime - nameWithType: TestSuiteReport.StartTime -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.StartTime* - name: StartTime - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_StartTime_ - commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.StartTime + fullName: AxaFrance.WebEngine.EnvironmentVariables.Variables + nameWithType: EnvironmentVariables.Variables +- uid: AxaFrance.WebEngine.MethodExtensions + name: MethodExtensions + href: api_net/AxaFrance.WebEngine.MethodExtensions.html + commentId: T:AxaFrance.WebEngine.MethodExtensions + fullName: AxaFrance.WebEngine.MethodExtensions + nameWithType: MethodExtensions +- uid: AxaFrance.WebEngine.MethodExtensions.AddItem(System.Collections.Generic.List{AxaFrance.WebEngine.Variable},AxaFrance.WebEngine.Variable) + name: AddItem(List, Variable) + href: api_net/AxaFrance.WebEngine.MethodExtensions.html#AxaFrance_WebEngine_MethodExtensions_AddItem_System_Collections_Generic_List_AxaFrance_WebEngine_Variable__AxaFrance_WebEngine_Variable_ + commentId: M:AxaFrance.WebEngine.MethodExtensions.AddItem(System.Collections.Generic.List{AxaFrance.WebEngine.Variable},AxaFrance.WebEngine.Variable) + name.vb: AddItem(List(Of Variable), Variable) + fullName: AxaFrance.WebEngine.MethodExtensions.AddItem(System.Collections.Generic.List, AxaFrance.WebEngine.Variable) + fullName.vb: AxaFrance.WebEngine.MethodExtensions.AddItem(System.Collections.Generic.List(Of AxaFrance.WebEngine.Variable), AxaFrance.WebEngine.Variable) + 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) + 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) + nameWithType.vb: MethodExtensions.AddItem(List(Of Variable), String, String) +- uid: AxaFrance.WebEngine.MethodExtensions.AddItem* + name: AddItem + href: api_net/AxaFrance.WebEngine.MethodExtensions.html#AxaFrance_WebEngine_MethodExtensions_AddItem_ + commentId: Overload:AxaFrance.WebEngine.MethodExtensions.AddItem isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.StartTime - nameWithType: TestSuiteReport.StartTime -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.SystemError - name: SystemError - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_SystemError - commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.SystemError - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.SystemError - nameWithType: TestSuiteReport.SystemError -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.SystemError* - name: SystemError - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_SystemError_ - commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.SystemError + 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) + 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) + nameWithType.vb: MethodExtensions.Item(List(Of Variable), String) +- uid: AxaFrance.WebEngine.MethodExtensions.Item* + name: Item + href: api_net/AxaFrance.WebEngine.MethodExtensions.html#AxaFrance_WebEngine_MethodExtensions_Item_ + commentId: Overload:AxaFrance.WebEngine.MethodExtensions.Item isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.SystemError - nameWithType: TestSuiteReport.SystemError -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.SystemOut - name: SystemOut - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_SystemOut - commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.SystemOut - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.SystemOut - nameWithType: TestSuiteReport.SystemOut -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.SystemOut* - name: SystemOut - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_SystemOut_ - commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.SystemOut + 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) + 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) + nameWithType.vb: MethodExtensions.RemoveItem(List(Of Variable), String) +- uid: AxaFrance.WebEngine.MethodExtensions.RemoveItem* + name: RemoveItem + href: api_net/AxaFrance.WebEngine.MethodExtensions.html#AxaFrance_WebEngine_MethodExtensions_RemoveItem_ + commentId: Overload:AxaFrance.WebEngine.MethodExtensions.RemoveItem isSpec: "True" - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.SystemOut - nameWithType: TestSuiteReport.SystemOut -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.TestResult - name: TestResult - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_TestResult - commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.TestResult - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.TestResult - nameWithType: TestSuiteReport.TestResult -- uid: AxaFrance.WebEngine.Report.TestSuiteReport.TestResult* - name: TestResult - href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_TestResult_ - commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.TestResult + fullName: AxaFrance.WebEngine.MethodExtensions.RemoveItem + nameWithType: MethodExtensions.RemoveItem +- uid: AxaFrance.WebEngine.MobileApp + name: AxaFrance.WebEngine.MobileApp + href: api_net/AxaFrance.WebEngine.MobileApp.html + commentId: N:AxaFrance.WebEngine.MobileApp + fullName: AxaFrance.WebEngine.MobileApp + nameWithType: AxaFrance.WebEngine.MobileApp +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription + name: AppElementDescription + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html + commentId: T:AxaFrance.WebEngine.MobileApp.AppElementDescription + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription + nameWithType: AppElementDescription +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.#ctor + name: AppElementDescription() + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription__ctor + commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.#ctor + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.AppElementDescription() + nameWithType: AppElementDescription.AppElementDescription() +- 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) + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.AppElementDescription(OpenQA.Selenium.WebDriver) + nameWithType: AppElementDescription.AppElementDescription(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" - fullName: AxaFrance.WebEngine.Report.TestSuiteReport.TestResult - nameWithType: TestSuiteReport.TestResult -- uid: AxaFrance.WebEngine.ReportSettings - name: ReportSettings - href: api_net/AxaFrance.WebEngine.ReportSettings.html - commentId: T:AxaFrance.WebEngine.ReportSettings - fullName: AxaFrance.WebEngine.ReportSettings - nameWithType: ReportSettings -- uid: AxaFrance.WebEngine.ReportSettings.HtmlReport - name: HtmlReport - href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_HtmlReport - commentId: P:AxaFrance.WebEngine.ReportSettings.HtmlReport - fullName: AxaFrance.WebEngine.ReportSettings.HtmlReport - nameWithType: ReportSettings.HtmlReport -- uid: AxaFrance.WebEngine.ReportSettings.HtmlReport* - name: HtmlReport - href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_HtmlReport_ - commentId: Overload:AxaFrance.WebEngine.ReportSettings.HtmlReport - isSpec: "True" - fullName: AxaFrance.WebEngine.ReportSettings.HtmlReport - nameWithType: ReportSettings.HtmlReport -- uid: AxaFrance.WebEngine.ReportSettings.HtmlReportPath - name: HtmlReportPath - href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_HtmlReportPath - commentId: P:AxaFrance.WebEngine.ReportSettings.HtmlReportPath - fullName: AxaFrance.WebEngine.ReportSettings.HtmlReportPath - nameWithType: ReportSettings.HtmlReportPath -- uid: AxaFrance.WebEngine.ReportSettings.HtmlReportPath* - name: HtmlReportPath - href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_HtmlReportPath_ - commentId: Overload:AxaFrance.WebEngine.ReportSettings.HtmlReportPath + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.AppElementDescription + nameWithType: AppElementDescription.AppElementDescription +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.AccessbilityId + name: AccessbilityId + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_AccessbilityId + commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.AccessbilityId + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.AccessbilityId + nameWithType: AppElementDescription.AccessbilityId +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.AccessbilityId* + name: AccessbilityId + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_AccessbilityId_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.AccessbilityId isSpec: "True" - fullName: AxaFrance.WebEngine.ReportSettings.HtmlReportPath - nameWithType: ReportSettings.HtmlReportPath -- uid: AxaFrance.WebEngine.ReportSettings.JUnitReport - name: JUnitReport - href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_JUnitReport - commentId: P:AxaFrance.WebEngine.ReportSettings.JUnitReport - fullName: AxaFrance.WebEngine.ReportSettings.JUnitReport - nameWithType: ReportSettings.JUnitReport -- uid: AxaFrance.WebEngine.ReportSettings.JUnitReport* - name: JUnitReport - href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_JUnitReport_ - commentId: Overload:AxaFrance.WebEngine.ReportSettings.JUnitReport + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.AccessbilityId + nameWithType: AppElementDescription.AccessbilityId +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) + name: ApplyAttribute(FindsByAttribute) + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ApplyAttribute_AxaFrance_WebEngine_Web_FindsByAttribute_ + commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) + nameWithType: AppElementDescription.ApplyAttribute(FindsByAttribute) +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ApplyAttribute* + name: ApplyAttribute + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ApplyAttribute_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.ApplyAttribute isSpec: "True" - fullName: AxaFrance.WebEngine.ReportSettings.JUnitReport - nameWithType: ReportSettings.JUnitReport -- uid: AxaFrance.WebEngine.ReportSettings.JUnitReportPath - name: JUnitReportPath - href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_JUnitReportPath - commentId: P:AxaFrance.WebEngine.ReportSettings.JUnitReportPath - fullName: AxaFrance.WebEngine.ReportSettings.JUnitReportPath - nameWithType: ReportSettings.JUnitReportPath -- uid: AxaFrance.WebEngine.ReportSettings.JUnitReportPath* - name: JUnitReportPath - href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_JUnitReportPath_ - commentId: Overload:AxaFrance.WebEngine.ReportSettings.JUnitReportPath + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ApplyAttribute + nameWithType: AppElementDescription.ApplyAttribute +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ClassName + name: ClassName + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ClassName + commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.ClassName + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ClassName + nameWithType: AppElementDescription.ClassName +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ClassName* + name: ClassName + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ClassName_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.ClassName isSpec: "True" - fullName: AxaFrance.WebEngine.ReportSettings.JUnitReportPath - nameWithType: ReportSettings.JUnitReportPath -- uid: AxaFrance.WebEngine.ReportSettings.NUnitReport - name: NUnitReport - href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_NUnitReport - commentId: P:AxaFrance.WebEngine.ReportSettings.NUnitReport - fullName: AxaFrance.WebEngine.ReportSettings.NUnitReport - nameWithType: ReportSettings.NUnitReport -- uid: AxaFrance.WebEngine.ReportSettings.NUnitReport* - name: NUnitReport - href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_NUnitReport_ - commentId: Overload:AxaFrance.WebEngine.ReportSettings.NUnitReport + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ClassName + nameWithType: AppElementDescription.ClassName +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ContentDescription + name: ContentDescription + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ContentDescription + commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.ContentDescription + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ContentDescription + nameWithType: AppElementDescription.ContentDescription +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ContentDescription* + name: ContentDescription + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ContentDescription_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.ContentDescription isSpec: "True" - fullName: AxaFrance.WebEngine.ReportSettings.NUnitReport - nameWithType: ReportSettings.NUnitReport -- uid: AxaFrance.WebEngine.ReportSettings.NUnitReportPath - name: NUnitReportPath - href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_NUnitReportPath - commentId: P:AxaFrance.WebEngine.ReportSettings.NUnitReportPath - fullName: AxaFrance.WebEngine.ReportSettings.NUnitReportPath - nameWithType: ReportSettings.NUnitReportPath -- uid: AxaFrance.WebEngine.ReportSettings.NUnitReportPath* - name: NUnitReportPath - href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_NUnitReportPath_ - commentId: Overload:AxaFrance.WebEngine.ReportSettings.NUnitReportPath + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ContentDescription + nameWithType: AppElementDescription.ContentDescription +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.Id + name: Id + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_Id + commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.Id + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.Id + nameWithType: AppElementDescription.Id +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.Id* + name: Id + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_Id_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.Id isSpec: "True" - fullName: AxaFrance.WebEngine.ReportSettings.NUnitReportPath - nameWithType: ReportSettings.NUnitReportPath -- uid: AxaFrance.WebEngine.Result - name: Result - href: api_net/AxaFrance.WebEngine.Result.html - commentId: T:AxaFrance.WebEngine.Result - fullName: AxaFrance.WebEngine.Result - nameWithType: Result -- uid: AxaFrance.WebEngine.Result.CriticalError - name: CriticalError - href: api_net/AxaFrance.WebEngine.Result.html#AxaFrance_WebEngine_Result_CriticalError - commentId: F:AxaFrance.WebEngine.Result.CriticalError - fullName: AxaFrance.WebEngine.Result.CriticalError - nameWithType: Result.CriticalError -- uid: AxaFrance.WebEngine.Result.Failed - name: Failed - href: api_net/AxaFrance.WebEngine.Result.html#AxaFrance_WebEngine_Result_Failed - commentId: F:AxaFrance.WebEngine.Result.Failed - fullName: AxaFrance.WebEngine.Result.Failed - nameWithType: Result.Failed -- uid: AxaFrance.WebEngine.Result.Ignored - name: Ignored - href: api_net/AxaFrance.WebEngine.Result.html#AxaFrance_WebEngine_Result_Ignored - commentId: F:AxaFrance.WebEngine.Result.Ignored - fullName: AxaFrance.WebEngine.Result.Ignored - nameWithType: Result.Ignored -- uid: AxaFrance.WebEngine.Result.None - name: None - href: api_net/AxaFrance.WebEngine.Result.html#AxaFrance_WebEngine_Result_None - commentId: F:AxaFrance.WebEngine.Result.None - fullName: AxaFrance.WebEngine.Result.None - nameWithType: Result.None -- uid: AxaFrance.WebEngine.Result.Passed - name: Passed - href: api_net/AxaFrance.WebEngine.Result.html#AxaFrance_WebEngine_Result_Passed - commentId: F:AxaFrance.WebEngine.Result.Passed - fullName: AxaFrance.WebEngine.Result.Passed - nameWithType: Result.Passed -- uid: AxaFrance.WebEngine.Settings - name: Settings - href: api_net/AxaFrance.WebEngine.Settings.html - commentId: T:AxaFrance.WebEngine.Settings - fullName: AxaFrance.WebEngine.Settings - nameWithType: Settings -- uid: AxaFrance.WebEngine.Settings.AllowAnyCertificate - name: AllowAnyCertificate - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_AllowAnyCertificate - commentId: P:AxaFrance.WebEngine.Settings.AllowAnyCertificate - fullName: AxaFrance.WebEngine.Settings.AllowAnyCertificate - nameWithType: Settings.AllowAnyCertificate -- uid: AxaFrance.WebEngine.Settings.AllowAnyCertificate* - name: AllowAnyCertificate - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_AllowAnyCertificate_ - commentId: Overload:AxaFrance.WebEngine.Settings.AllowAnyCertificate + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.Id + nameWithType: AppElementDescription.Id +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElement + name: InternalFindElement() + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_InternalFindElement + commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElement + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElement() + nameWithType: AppElementDescription.InternalFindElement() +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElement* + name: InternalFindElement + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_InternalFindElement_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElement isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.AllowAnyCertificate - nameWithType: Settings.AllowAnyCertificate -- uid: AxaFrance.WebEngine.Settings.AppId - name: AppId - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_AppId - commentId: P:AxaFrance.WebEngine.Settings.AppId - fullName: AxaFrance.WebEngine.Settings.AppId - nameWithType: Settings.AppId -- uid: AxaFrance.WebEngine.Settings.AppId* - name: AppId - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_AppId_ - commentId: Overload:AxaFrance.WebEngine.Settings.AppId + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElement + nameWithType: AppElementDescription.InternalFindElement +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElements + name: InternalFindElements() + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_InternalFindElements + commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElements + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElements() + nameWithType: AppElementDescription.InternalFindElements() +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElements* + name: InternalFindElements + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_InternalFindElements_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElements isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.AppId - nameWithType: Settings.AppId -- uid: AxaFrance.WebEngine.Settings.AppPackageName - name: AppPackageName - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_AppPackageName - commentId: P:AxaFrance.WebEngine.Settings.AppPackageName - fullName: AxaFrance.WebEngine.Settings.AppPackageName - nameWithType: Settings.AppPackageName -- uid: AxaFrance.WebEngine.Settings.AppPackageName* - name: AppPackageName - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_AppPackageName_ - commentId: Overload:AxaFrance.WebEngine.Settings.AppPackageName + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalFindElements + nameWithType: AppElementDescription.InternalFindElements +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalGetScreenshot + name: InternalGetScreenshot() + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_InternalGetScreenshot + commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalGetScreenshot + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalGetScreenshot() + nameWithType: AppElementDescription.InternalGetScreenshot() +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalGetScreenshot* + name: InternalGetScreenshot + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_InternalGetScreenshot_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalGetScreenshot isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.AppPackageName - nameWithType: Settings.AppPackageName -- uid: AxaFrance.WebEngine.Settings.Browser - name: Browser - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Browser - commentId: P:AxaFrance.WebEngine.Settings.Browser - fullName: AxaFrance.WebEngine.Settings.Browser - nameWithType: Settings.Browser -- uid: AxaFrance.WebEngine.Settings.Browser* - name: Browser - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Browser_ - commentId: Overload:AxaFrance.WebEngine.Settings.Browser - isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.Browser - nameWithType: Settings.Browser -- uid: AxaFrance.WebEngine.Settings.BrowserOptions - name: BrowserOptions - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_BrowserOptions - commentId: P:AxaFrance.WebEngine.Settings.BrowserOptions - fullName: AxaFrance.WebEngine.Settings.BrowserOptions - nameWithType: Settings.BrowserOptions -- uid: AxaFrance.WebEngine.Settings.BrowserOptions* - name: BrowserOptions - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_BrowserOptions_ - commentId: Overload:AxaFrance.WebEngine.Settings.BrowserOptions + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.InternalGetScreenshot + nameWithType: AppElementDescription.InternalGetScreenshot +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.IosClassChain + name: IosClassChain + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_IosClassChain + commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.IosClassChain + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.IosClassChain + nameWithType: AppElementDescription.IosClassChain +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.IosClassChain* + name: IosClassChain + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_IosClassChain_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.IosClassChain isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.BrowserOptions - nameWithType: Settings.BrowserOptions -- uid: AxaFrance.WebEngine.Settings.BrowserVersion - name: BrowserVersion - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_BrowserVersion - commentId: P:AxaFrance.WebEngine.Settings.BrowserVersion - fullName: AxaFrance.WebEngine.Settings.BrowserVersion - nameWithType: Settings.BrowserVersion -- uid: AxaFrance.WebEngine.Settings.BrowserVersion* - name: BrowserVersion - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_BrowserVersion_ - commentId: Overload:AxaFrance.WebEngine.Settings.BrowserVersion + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.IosClassChain + nameWithType: AppElementDescription.IosClassChain +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.Name + name: Name + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_Name + commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.Name + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.Name + nameWithType: AppElementDescription.Name +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.Name* + name: Name + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_Name_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.Name isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.BrowserVersion - nameWithType: Settings.BrowserVersion -- uid: AxaFrance.WebEngine.Settings.Capabilities - name: Capabilities - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Capabilities - commentId: P:AxaFrance.WebEngine.Settings.Capabilities - fullName: AxaFrance.WebEngine.Settings.Capabilities - nameWithType: Settings.Capabilities -- uid: AxaFrance.WebEngine.Settings.Capabilities* - name: Capabilities - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Capabilities_ - commentId: Overload:AxaFrance.WebEngine.Settings.Capabilities + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.Name + nameWithType: AppElementDescription.Name +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollDown + name: ScrollDown() + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ScrollDown + commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollDown + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollDown() + nameWithType: AppElementDescription.ScrollDown() +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollDown* + name: ScrollDown + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ScrollDown_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollDown isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.Capabilities - nameWithType: Settings.Capabilities -- uid: AxaFrance.WebEngine.Settings.DataSourceName - name: DataSourceName - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_DataSourceName - commentId: P:AxaFrance.WebEngine.Settings.DataSourceName - fullName: AxaFrance.WebEngine.Settings.DataSourceName - nameWithType: Settings.DataSourceName -- uid: AxaFrance.WebEngine.Settings.DataSourceName* - name: DataSourceName - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_DataSourceName_ - commentId: Overload:AxaFrance.WebEngine.Settings.DataSourceName + 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) + 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) +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView(System.Int32) + name: ScrollIntoView(Int32) + 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) +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView* + name: ScrollIntoView + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ScrollIntoView_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.DataSourceName - nameWithType: Settings.DataSourceName -- uid: AxaFrance.WebEngine.Settings.Device - name: Device - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Device - commentId: P:AxaFrance.WebEngine.Settings.Device - fullName: AxaFrance.WebEngine.Settings.Device - nameWithType: Settings.Device -- uid: AxaFrance.WebEngine.Settings.Device* - name: Device - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Device_ - commentId: Overload:AxaFrance.WebEngine.Settings.Device + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollIntoView + nameWithType: AppElementDescription.ScrollIntoView +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollUp + name: ScrollUp() + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ScrollUp + commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollUp + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollUp() + nameWithType: AppElementDescription.ScrollUp() +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollUp* + name: ScrollUp + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ScrollUp_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollUp isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.Device - nameWithType: Settings.Device -- uid: AxaFrance.WebEngine.Settings.GridForDesktop - name: GridForDesktop - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_GridForDesktop - commentId: P:AxaFrance.WebEngine.Settings.GridForDesktop - fullName: AxaFrance.WebEngine.Settings.GridForDesktop - nameWithType: Settings.GridForDesktop -- uid: AxaFrance.WebEngine.Settings.GridForDesktop* - name: GridForDesktop - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_GridForDesktop_ - commentId: Overload:AxaFrance.WebEngine.Settings.GridForDesktop + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ScrollUp + nameWithType: AppElementDescription.ScrollUp +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.Text + name: Text + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_Text + commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.Text + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.Text + nameWithType: AppElementDescription.Text +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.Text* + name: Text + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_Text_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.Text isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.GridForDesktop - nameWithType: Settings.GridForDesktop -- uid: AxaFrance.WebEngine.Settings.GridServerUrl - name: GridServerUrl - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_GridServerUrl - commentId: P:AxaFrance.WebEngine.Settings.GridServerUrl - fullName: AxaFrance.WebEngine.Settings.GridServerUrl - nameWithType: Settings.GridServerUrl -- uid: AxaFrance.WebEngine.Settings.GridServerUrl* - name: GridServerUrl - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_GridServerUrl_ - commentId: Overload:AxaFrance.WebEngine.Settings.GridServerUrl + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.Text + nameWithType: AppElementDescription.Text +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ToString + name: ToString() + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ToString + commentId: M:AxaFrance.WebEngine.MobileApp.AppElementDescription.ToString + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ToString() + nameWithType: AppElementDescription.ToString() +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.ToString* + name: ToString + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_ToString_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.ToString isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.GridServerUrl - nameWithType: Settings.GridServerUrl -- uid: AxaFrance.WebEngine.Settings.Instance - name: Instance - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Instance - commentId: P:AxaFrance.WebEngine.Settings.Instance - fullName: AxaFrance.WebEngine.Settings.Instance - nameWithType: Settings.Instance -- uid: AxaFrance.WebEngine.Settings.Instance* - name: Instance - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Instance_ - commentId: Overload:AxaFrance.WebEngine.Settings.Instance + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.ToString + nameWithType: AppElementDescription.ToString +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.UIAutomatorSelector + name: UIAutomatorSelector + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_UIAutomatorSelector + commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.UIAutomatorSelector + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.UIAutomatorSelector + nameWithType: AppElementDescription.UIAutomatorSelector +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.UIAutomatorSelector* + name: UIAutomatorSelector + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_UIAutomatorSelector_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.UIAutomatorSelector isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.Instance - nameWithType: Settings.Instance -- uid: AxaFrance.WebEngine.Settings.LogDir - name: LogDir - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_LogDir - commentId: P:AxaFrance.WebEngine.Settings.LogDir - fullName: AxaFrance.WebEngine.Settings.LogDir - nameWithType: Settings.LogDir -- uid: AxaFrance.WebEngine.Settings.LogDir* - name: LogDir - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_LogDir_ - commentId: Overload:AxaFrance.WebEngine.Settings.LogDir + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.UIAutomatorSelector + nameWithType: AppElementDescription.UIAutomatorSelector +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.XPath + name: XPath + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_XPath + commentId: P:AxaFrance.WebEngine.MobileApp.AppElementDescription.XPath + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.XPath + nameWithType: AppElementDescription.XPath +- uid: AxaFrance.WebEngine.MobileApp.AppElementDescription.XPath* + name: XPath + href: api_net/AxaFrance.WebEngine.MobileApp.AppElementDescription.html#AxaFrance_WebEngine_MobileApp_AppElementDescription_XPath_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppElementDescription.XPath isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.LogDir - nameWithType: Settings.LogDir -- uid: AxaFrance.WebEngine.Settings.LogFileName - name: LogFileName - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_LogFileName - commentId: P:AxaFrance.WebEngine.Settings.LogFileName - fullName: AxaFrance.WebEngine.Settings.LogFileName - nameWithType: Settings.LogFileName -- uid: AxaFrance.WebEngine.Settings.LogFileName* - name: LogFileName - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_LogFileName_ - commentId: Overload:AxaFrance.WebEngine.Settings.LogFileName + fullName: AxaFrance.WebEngine.MobileApp.AppElementDescription.XPath + nameWithType: AppElementDescription.XPath +- uid: AxaFrance.WebEngine.MobileApp.AppFactory + name: AppFactory + href: api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html + commentId: T:AxaFrance.WebEngine.MobileApp.AppFactory + fullName: AxaFrance.WebEngine.MobileApp.AppFactory + nameWithType: AppFactory +- uid: AxaFrance.WebEngine.MobileApp.AppFactory.ActionBack(OpenQA.Selenium.Appium.AppiumDriver) + name: ActionBack(AppiumDriver) + href: api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html#AxaFrance_WebEngine_MobileApp_AppFactory_ActionBack_OpenQA_Selenium_Appium_AppiumDriver_ + commentId: M:AxaFrance.WebEngine.MobileApp.AppFactory.ActionBack(OpenQA.Selenium.Appium.AppiumDriver) + fullName: AxaFrance.WebEngine.MobileApp.AppFactory.ActionBack(OpenQA.Selenium.Appium.AppiumDriver) + nameWithType: AppFactory.ActionBack(AppiumDriver) +- uid: AxaFrance.WebEngine.MobileApp.AppFactory.ActionBack* + name: ActionBack + href: api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html#AxaFrance_WebEngine_MobileApp_AppFactory_ActionBack_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppFactory.ActionBack isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.LogFileName - nameWithType: Settings.LogFileName -- uid: AxaFrance.WebEngine.Settings.ManualMode - name: ManualMode - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_ManualMode - commentId: P:AxaFrance.WebEngine.Settings.ManualMode - fullName: AxaFrance.WebEngine.Settings.ManualMode - nameWithType: Settings.ManualMode -- uid: AxaFrance.WebEngine.Settings.ManualMode* - name: ManualMode - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_ManualMode_ - commentId: Overload:AxaFrance.WebEngine.Settings.ManualMode + fullName: AxaFrance.WebEngine.MobileApp.AppFactory.ActionBack + nameWithType: AppFactory.ActionBack +- uid: AxaFrance.WebEngine.MobileApp.AppFactory.GetDriver(AxaFrance.WebEngine.Platform) + name: GetDriver(Platform) + href: api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html#AxaFrance_WebEngine_MobileApp_AppFactory_GetDriver_AxaFrance_WebEngine_Platform_ + commentId: M:AxaFrance.WebEngine.MobileApp.AppFactory.GetDriver(AxaFrance.WebEngine.Platform) + fullName: AxaFrance.WebEngine.MobileApp.AppFactory.GetDriver(AxaFrance.WebEngine.Platform) + nameWithType: AppFactory.GetDriver(Platform) +- uid: AxaFrance.WebEngine.MobileApp.AppFactory.GetDriver* + name: GetDriver + href: api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html#AxaFrance_WebEngine_MobileApp_AppFactory_GetDriver_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppFactory.GetDriver isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.ManualMode - nameWithType: Settings.ManualMode -- uid: AxaFrance.WebEngine.Settings.OsVersion - name: OsVersion - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_OsVersion - commentId: P:AxaFrance.WebEngine.Settings.OsVersion - fullName: AxaFrance.WebEngine.Settings.OsVersion - nameWithType: Settings.OsVersion -- uid: AxaFrance.WebEngine.Settings.OsVersion* - name: OsVersion - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_OsVersion_ - commentId: Overload:AxaFrance.WebEngine.Settings.OsVersion + 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* + name: SwitchContext + href: api_net/AxaFrance.WebEngine.MobileApp.AppFactory.html#AxaFrance_WebEngine_MobileApp_AppFactory_SwitchContext_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.AppFactory.SwitchContext isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.OsVersion - nameWithType: Settings.OsVersion -- uid: AxaFrance.WebEngine.Settings.PackageUploadUrl - name: PackageUploadUrl - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_PackageUploadUrl - commentId: P:AxaFrance.WebEngine.Settings.PackageUploadUrl - fullName: AxaFrance.WebEngine.Settings.PackageUploadUrl - nameWithType: Settings.PackageUploadUrl -- uid: AxaFrance.WebEngine.Settings.PackageUploadUrl* - name: PackageUploadUrl - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_PackageUploadUrl_ - commentId: Overload:AxaFrance.WebEngine.Settings.PackageUploadUrl + fullName: AxaFrance.WebEngine.MobileApp.AppFactory.SwitchContext + nameWithType: AppFactory.SwitchContext +- uid: AxaFrance.WebEngine.MobileApp.ScrollDirection + name: ScrollDirection + href: api_net/AxaFrance.WebEngine.MobileApp.ScrollDirection.html + commentId: T:AxaFrance.WebEngine.MobileApp.ScrollDirection + fullName: AxaFrance.WebEngine.MobileApp.ScrollDirection + nameWithType: ScrollDirection +- uid: AxaFrance.WebEngine.MobileApp.ScrollDirection.Down + name: Down + href: api_net/AxaFrance.WebEngine.MobileApp.ScrollDirection.html#AxaFrance_WebEngine_MobileApp_ScrollDirection_Down + commentId: F:AxaFrance.WebEngine.MobileApp.ScrollDirection.Down + fullName: AxaFrance.WebEngine.MobileApp.ScrollDirection.Down + nameWithType: ScrollDirection.Down +- uid: AxaFrance.WebEngine.MobileApp.ScrollDirection.Up + name: Up + href: api_net/AxaFrance.WebEngine.MobileApp.ScrollDirection.html#AxaFrance_WebEngine_MobileApp_ScrollDirection_Up + commentId: F:AxaFrance.WebEngine.MobileApp.ScrollDirection.Up + fullName: AxaFrance.WebEngine.MobileApp.ScrollDirection.Up + nameWithType: ScrollDirection.Up +- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp + name: SharedActionApp + href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html + commentId: T:AxaFrance.WebEngine.MobileApp.SharedActionApp + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp + nameWithType: SharedActionApp +- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.#ctor + name: SharedActionApp() + href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp__ctor + commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.#ctor + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SharedActionApp() + nameWithType: SharedActionApp.SharedActionApp() +- 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()) + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SharedActionApp(AxaFrance.WebEngine.Variable[]) + fullName.vb: AxaFrance.WebEngine.MobileApp.SharedActionApp.SharedActionApp(AxaFrance.WebEngine.Variable()) + nameWithType: SharedActionApp.SharedActionApp(Variable[]) + nameWithType.vb: SharedActionApp.SharedActionApp(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" - fullName: AxaFrance.WebEngine.Settings.PackageUploadUrl - nameWithType: Settings.PackageUploadUrl -- uid: AxaFrance.WebEngine.Settings.Password - name: Password - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Password - commentId: P:AxaFrance.WebEngine.Settings.Password - fullName: AxaFrance.WebEngine.Settings.Password - nameWithType: Settings.Password -- uid: AxaFrance.WebEngine.Settings.Password* - name: Password - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Password_ - commentId: Overload:AxaFrance.WebEngine.Settings.Password + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SharedActionApp + nameWithType: SharedActionApp.SharedActionApp +- 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_ + commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction(OpenQA.Selenium.Appium.AppiumDriver) + 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) + 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) +- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction* + name: DoAction + href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_DoAction_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.Password - nameWithType: Settings.Password -- uid: AxaFrance.WebEngine.Settings.Platform - name: Platform - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Platform - commentId: P:AxaFrance.WebEngine.Settings.Platform - fullName: AxaFrance.WebEngine.Settings.Platform - nameWithType: Settings.Platform -- uid: AxaFrance.WebEngine.Settings.Platform* - name: Platform - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Platform_ - commentId: Overload:AxaFrance.WebEngine.Settings.Platform + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoAction + nameWithType: SharedActionApp.DoAction +- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint(OpenQA.Selenium.Appium.AppiumDriver) + name: DoCheckpoint(AppiumDriver) + href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_DoCheckpoint_OpenQA_Selenium_Appium_AppiumDriver_ + commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint(OpenQA.Selenium.Appium.AppiumDriver) + 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) + 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) +- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint* + name: DoCheckpoint + href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_DoCheckpoint_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.Platform - nameWithType: Settings.Platform -- uid: AxaFrance.WebEngine.Settings.ReportSettings - name: ReportSettings - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_ReportSettings - commentId: P:AxaFrance.WebEngine.Settings.ReportSettings - fullName: AxaFrance.WebEngine.Settings.ReportSettings - nameWithType: Settings.ReportSettings -- uid: AxaFrance.WebEngine.Settings.ReportSettings* - name: ReportSettings - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_ReportSettings_ - commentId: Overload:AxaFrance.WebEngine.Settings.ReportSettings + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.DoCheckpoint + nameWithType: SharedActionApp.DoCheckpoint +- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.NativeAppContext + name: NativeAppContext + href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_NativeAppContext + commentId: F:AxaFrance.WebEngine.MobileApp.SharedActionApp.NativeAppContext + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.NativeAppContext + nameWithType: SharedActionApp.NativeAppContext +- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot + name: Screenshot() + href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_Screenshot + commentId: M:AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot() + nameWithType: SharedActionApp.Screenshot() +- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot(System.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) +- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot* + name: Screenshot + href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_Screenshot_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.ReportSettings - nameWithType: Settings.ReportSettings -- uid: AxaFrance.WebEngine.Settings.Separator - name: Separator - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Separator - commentId: P:AxaFrance.WebEngine.Settings.Separator - fullName: AxaFrance.WebEngine.Settings.Separator - nameWithType: Settings.Separator -- uid: AxaFrance.WebEngine.Settings.Separator* - name: Separator - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Separator_ - commentId: Overload:AxaFrance.WebEngine.Settings.Separator + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.Screenshot + nameWithType: SharedActionApp.Screenshot +- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext(System.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) +- uid: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext* + name: SwitchContext + href: api_net/AxaFrance.WebEngine.MobileApp.SharedActionApp.html#AxaFrance_WebEngine_MobileApp_SharedActionApp_SwitchContext_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.Separator - nameWithType: Settings.Separator -- uid: AxaFrance.WebEngine.Settings.ShowReportAfterTest - name: ShowReportAfterTest - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_ShowReportAfterTest - commentId: P:AxaFrance.WebEngine.Settings.ShowReportAfterTest - fullName: AxaFrance.WebEngine.Settings.ShowReportAfterTest - nameWithType: Settings.ShowReportAfterTest -- uid: AxaFrance.WebEngine.Settings.ShowReportAfterTest* - name: ShowReportAfterTest - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_ShowReportAfterTest_ - commentId: Overload:AxaFrance.WebEngine.Settings.ShowReportAfterTest + fullName: AxaFrance.WebEngine.MobileApp.SharedActionApp.SwitchContext + nameWithType: SharedActionApp.SwitchContext +- uid: AxaFrance.WebEngine.MobileApp.TestCaseApp + name: TestCaseApp + href: api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html + commentId: T:AxaFrance.WebEngine.MobileApp.TestCaseApp + fullName: AxaFrance.WebEngine.MobileApp.TestCaseApp + nameWithType: TestCaseApp +- uid: AxaFrance.WebEngine.MobileApp.TestCaseApp.Cleanup + name: Cleanup() + href: api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html#AxaFrance_WebEngine_MobileApp_TestCaseApp_Cleanup + commentId: M:AxaFrance.WebEngine.MobileApp.TestCaseApp.Cleanup + fullName: AxaFrance.WebEngine.MobileApp.TestCaseApp.Cleanup() + nameWithType: TestCaseApp.Cleanup() +- uid: AxaFrance.WebEngine.MobileApp.TestCaseApp.Cleanup* + name: Cleanup + href: api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html#AxaFrance_WebEngine_MobileApp_TestCaseApp_Cleanup_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.TestCaseApp.Cleanup isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.ShowReportAfterTest - nameWithType: Settings.ShowReportAfterTest -- uid: AxaFrance.WebEngine.Settings.SynchronzationTimeout - name: SynchronzationTimeout - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_SynchronzationTimeout - commentId: P:AxaFrance.WebEngine.Settings.SynchronzationTimeout - fullName: AxaFrance.WebEngine.Settings.SynchronzationTimeout - nameWithType: Settings.SynchronzationTimeout -- uid: AxaFrance.WebEngine.Settings.SynchronzationTimeout* - name: SynchronzationTimeout - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_SynchronzationTimeout_ - commentId: Overload:AxaFrance.WebEngine.Settings.SynchronzationTimeout + fullName: AxaFrance.WebEngine.MobileApp.TestCaseApp.Cleanup + nameWithType: TestCaseApp.Cleanup +- uid: AxaFrance.WebEngine.MobileApp.TestCaseApp.Initialize + name: Initialize() + href: api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html#AxaFrance_WebEngine_MobileApp_TestCaseApp_Initialize + commentId: M:AxaFrance.WebEngine.MobileApp.TestCaseApp.Initialize + fullName: AxaFrance.WebEngine.MobileApp.TestCaseApp.Initialize() + nameWithType: TestCaseApp.Initialize() +- uid: AxaFrance.WebEngine.MobileApp.TestCaseApp.Initialize* + name: Initialize + href: api_net/AxaFrance.WebEngine.MobileApp.TestCaseApp.html#AxaFrance_WebEngine_MobileApp_TestCaseApp_Initialize_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.TestCaseApp.Initialize isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.SynchronzationTimeout - nameWithType: Settings.SynchronzationTimeout -- uid: AxaFrance.WebEngine.Settings.UseAppiumForWebMobile - name: UseAppiumForWebMobile - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_UseAppiumForWebMobile - commentId: P:AxaFrance.WebEngine.Settings.UseAppiumForWebMobile - fullName: AxaFrance.WebEngine.Settings.UseAppiumForWebMobile - nameWithType: Settings.UseAppiumForWebMobile -- uid: AxaFrance.WebEngine.Settings.UseAppiumForWebMobile* - name: UseAppiumForWebMobile - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_UseAppiumForWebMobile_ - commentId: Overload:AxaFrance.WebEngine.Settings.UseAppiumForWebMobile + fullName: AxaFrance.WebEngine.MobileApp.TestCaseApp.Initialize + nameWithType: TestCaseApp.Initialize +- uid: AxaFrance.WebEngine.MobileApp.TestSuiteApp + name: TestSuiteApp + href: api_net/AxaFrance.WebEngine.MobileApp.TestSuiteApp.html + commentId: T:AxaFrance.WebEngine.MobileApp.TestSuiteApp + fullName: AxaFrance.WebEngine.MobileApp.TestSuiteApp + nameWithType: TestSuiteApp +- uid: AxaFrance.WebEngine.MobileApp.TestSuiteApp.Initialize(AxaFrance.WebEngine.Settings) + name: Initialize(Settings) + href: api_net/AxaFrance.WebEngine.MobileApp.TestSuiteApp.html#AxaFrance_WebEngine_MobileApp_TestSuiteApp_Initialize_AxaFrance_WebEngine_Settings_ + commentId: M:AxaFrance.WebEngine.MobileApp.TestSuiteApp.Initialize(AxaFrance.WebEngine.Settings) + fullName: AxaFrance.WebEngine.MobileApp.TestSuiteApp.Initialize(AxaFrance.WebEngine.Settings) + nameWithType: TestSuiteApp.Initialize(Settings) +- uid: AxaFrance.WebEngine.MobileApp.TestSuiteApp.Initialize* + name: Initialize + href: api_net/AxaFrance.WebEngine.MobileApp.TestSuiteApp.html#AxaFrance_WebEngine_MobileApp_TestSuiteApp_Initialize_ + commentId: Overload:AxaFrance.WebEngine.MobileApp.TestSuiteApp.Initialize isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.UseAppiumForWebMobile - nameWithType: Settings.UseAppiumForWebMobile -- uid: AxaFrance.WebEngine.Settings.UseJavaScriptClick - name: UseJavaScriptClick - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_UseJavaScriptClick - commentId: P:AxaFrance.WebEngine.Settings.UseJavaScriptClick - fullName: AxaFrance.WebEngine.Settings.UseJavaScriptClick - nameWithType: Settings.UseJavaScriptClick -- uid: AxaFrance.WebEngine.Settings.UseJavaScriptClick* - name: UseJavaScriptClick - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_UseJavaScriptClick_ - commentId: Overload:AxaFrance.WebEngine.Settings.UseJavaScriptClick + fullName: AxaFrance.WebEngine.MobileApp.TestSuiteApp.Initialize + nameWithType: TestSuiteApp.Initialize +- uid: AxaFrance.WebEngine.Platform + name: Platform + href: api_net/AxaFrance.WebEngine.Platform.html + commentId: T:AxaFrance.WebEngine.Platform + fullName: AxaFrance.WebEngine.Platform + nameWithType: Platform +- uid: AxaFrance.WebEngine.Platform.Android + name: Android + href: api_net/AxaFrance.WebEngine.Platform.html#AxaFrance_WebEngine_Platform_Android + commentId: F:AxaFrance.WebEngine.Platform.Android + fullName: AxaFrance.WebEngine.Platform.Android + nameWithType: Platform.Android +- uid: AxaFrance.WebEngine.Platform.iOS + name: iOS + href: api_net/AxaFrance.WebEngine.Platform.html#AxaFrance_WebEngine_Platform_iOS + commentId: F:AxaFrance.WebEngine.Platform.iOS + fullName: AxaFrance.WebEngine.Platform.iOS + nameWithType: Platform.iOS +- uid: AxaFrance.WebEngine.Platform.MacOS + name: MacOS + href: api_net/AxaFrance.WebEngine.Platform.html#AxaFrance_WebEngine_Platform_MacOS + commentId: F:AxaFrance.WebEngine.Platform.MacOS + fullName: AxaFrance.WebEngine.Platform.MacOS + nameWithType: Platform.MacOS +- uid: AxaFrance.WebEngine.Platform.Windows + name: Windows + href: api_net/AxaFrance.WebEngine.Platform.html#AxaFrance_WebEngine_Platform_Windows + commentId: F:AxaFrance.WebEngine.Platform.Windows + fullName: AxaFrance.WebEngine.Platform.Windows + nameWithType: Platform.Windows +- uid: AxaFrance.WebEngine.Report + name: AxaFrance.WebEngine.Report + href: api_net/AxaFrance.WebEngine.Report.html + commentId: N:AxaFrance.WebEngine.Report + fullName: AxaFrance.WebEngine.Report + nameWithType: AxaFrance.WebEngine.Report +- uid: AxaFrance.WebEngine.Report.ActionReport + name: ActionReport + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html + commentId: T:AxaFrance.WebEngine.Report.ActionReport + fullName: AxaFrance.WebEngine.Report.ActionReport + nameWithType: ActionReport +- uid: AxaFrance.WebEngine.Report.ActionReport.ContextValues + name: ContextValues + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_ContextValues + commentId: P:AxaFrance.WebEngine.Report.ActionReport.ContextValues + fullName: AxaFrance.WebEngine.Report.ActionReport.ContextValues + nameWithType: ActionReport.ContextValues +- uid: AxaFrance.WebEngine.Report.ActionReport.ContextValues* + name: ContextValues + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_ContextValues_ + commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.ContextValues isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.UseJavaScriptClick - nameWithType: Settings.UseJavaScriptClick -- uid: AxaFrance.WebEngine.Settings.Username - name: Username - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Username - commentId: P:AxaFrance.WebEngine.Settings.Username - fullName: AxaFrance.WebEngine.Settings.Username - nameWithType: Settings.Username -- uid: AxaFrance.WebEngine.Settings.Username* - name: Username - href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Username_ - commentId: Overload:AxaFrance.WebEngine.Settings.Username + fullName: AxaFrance.WebEngine.Report.ActionReport.ContextValues + nameWithType: ActionReport.ContextValues +- uid: AxaFrance.WebEngine.Report.ActionReport.Duration + name: Duration + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Duration + commentId: P:AxaFrance.WebEngine.Report.ActionReport.Duration + fullName: AxaFrance.WebEngine.Report.ActionReport.Duration + nameWithType: ActionReport.Duration +- uid: AxaFrance.WebEngine.Report.ActionReport.Duration* + name: Duration + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Duration_ + commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.Duration isSpec: "True" - fullName: AxaFrance.WebEngine.Settings.Username - nameWithType: Settings.Username -- uid: AxaFrance.WebEngine.SharedActionBase - name: SharedActionBase - href: api_net/AxaFrance.WebEngine.SharedActionBase.html - commentId: T:AxaFrance.WebEngine.SharedActionBase - fullName: AxaFrance.WebEngine.SharedActionBase - nameWithType: SharedActionBase -- uid: AxaFrance.WebEngine.SharedActionBase.#ctor(AxaFrance.WebEngine.Variable[]) - 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()) - fullName: AxaFrance.WebEngine.SharedActionBase.SharedActionBase(AxaFrance.WebEngine.Variable[]) - fullName.vb: AxaFrance.WebEngine.SharedActionBase.SharedActionBase(AxaFrance.WebEngine.Variable()) - nameWithType: SharedActionBase.SharedActionBase(Variable[]) - nameWithType.vb: SharedActionBase.SharedActionBase(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 + fullName: AxaFrance.WebEngine.Report.ActionReport.Duration + nameWithType: ActionReport.Duration +- uid: AxaFrance.WebEngine.Report.ActionReport.DurationText + name: DurationText + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_DurationText + commentId: P:AxaFrance.WebEngine.Report.ActionReport.DurationText + fullName: AxaFrance.WebEngine.Report.ActionReport.DurationText + nameWithType: ActionReport.DurationText +- uid: AxaFrance.WebEngine.Report.ActionReport.DurationText* + name: DurationText + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_DurationText_ + commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.DurationText isSpec: "True" - fullName: AxaFrance.WebEngine.SharedActionBase.SharedActionBase - nameWithType: SharedActionBase.SharedActionBase -- uid: AxaFrance.WebEngine.SharedActionBase.ActionReport - name: ActionReport - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_ActionReport - commentId: P:AxaFrance.WebEngine.SharedActionBase.ActionReport - fullName: AxaFrance.WebEngine.SharedActionBase.ActionReport - nameWithType: SharedActionBase.ActionReport -- uid: AxaFrance.WebEngine.SharedActionBase.ActionReport* - name: ActionReport - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_ActionReport_ - commentId: Overload:AxaFrance.WebEngine.SharedActionBase.ActionReport + fullName: AxaFrance.WebEngine.Report.ActionReport.DurationText + nameWithType: ActionReport.DurationText +- uid: AxaFrance.WebEngine.Report.ActionReport.EndTime + name: EndTime + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_EndTime + commentId: P:AxaFrance.WebEngine.Report.ActionReport.EndTime + fullName: AxaFrance.WebEngine.Report.ActionReport.EndTime + nameWithType: ActionReport.EndTime +- uid: AxaFrance.WebEngine.Report.ActionReport.EndTime* + name: EndTime + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_EndTime_ + commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.EndTime isSpec: "True" - fullName: AxaFrance.WebEngine.SharedActionBase.ActionReport - nameWithType: SharedActionBase.ActionReport -- uid: AxaFrance.WebEngine.SharedActionBase.ActionResult - name: ActionResult - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_ActionResult - commentId: P:AxaFrance.WebEngine.SharedActionBase.ActionResult - fullName: AxaFrance.WebEngine.SharedActionBase.ActionResult - nameWithType: SharedActionBase.ActionResult -- uid: AxaFrance.WebEngine.SharedActionBase.ActionResult* - name: ActionResult - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_ActionResult_ - commentId: Overload:AxaFrance.WebEngine.SharedActionBase.ActionResult + fullName: AxaFrance.WebEngine.Report.ActionReport.EndTime + nameWithType: ActionReport.EndTime +- uid: AxaFrance.WebEngine.Report.ActionReport.Id + name: Id + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Id + commentId: P:AxaFrance.WebEngine.Report.ActionReport.Id + fullName: AxaFrance.WebEngine.Report.ActionReport.Id + nameWithType: ActionReport.Id +- uid: AxaFrance.WebEngine.Report.ActionReport.Id* + name: Id + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Id_ + commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.Id isSpec: "True" - fullName: AxaFrance.WebEngine.SharedActionBase.ActionResult - nameWithType: SharedActionBase.ActionResult -- uid: AxaFrance.WebEngine.SharedActionBase.ContextValues - name: ContextValues - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_ContextValues - commentId: P:AxaFrance.WebEngine.SharedActionBase.ContextValues - fullName: AxaFrance.WebEngine.SharedActionBase.ContextValues - nameWithType: SharedActionBase.ContextValues -- uid: AxaFrance.WebEngine.SharedActionBase.ContextValues* - name: ContextValues - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_ContextValues_ - commentId: Overload:AxaFrance.WebEngine.SharedActionBase.ContextValues + fullName: AxaFrance.WebEngine.Report.ActionReport.Id + nameWithType: ActionReport.Id +- uid: AxaFrance.WebEngine.Report.ActionReport.Log + name: Log + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Log + commentId: P:AxaFrance.WebEngine.Report.ActionReport.Log + fullName: AxaFrance.WebEngine.Report.ActionReport.Log + nameWithType: ActionReport.Log +- uid: AxaFrance.WebEngine.Report.ActionReport.Log* + name: Log + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Log_ + commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.Log isSpec: "True" - fullName: AxaFrance.WebEngine.SharedActionBase.ContextValues - nameWithType: SharedActionBase.ContextValues -- uid: AxaFrance.WebEngine.SharedActionBase.DoAction(System.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) -- 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[]) - 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()) -- 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[]) - 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()) -- 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[]) - 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()) -- uid: AxaFrance.WebEngine.SharedActionBase.DoAction* - name: DoAction - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoAction_ - commentId: Overload:AxaFrance.WebEngine.SharedActionBase.DoAction + fullName: AxaFrance.WebEngine.Report.ActionReport.Log + nameWithType: ActionReport.Log +- uid: AxaFrance.WebEngine.Report.ActionReport.Name + name: Name + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Name + commentId: P:AxaFrance.WebEngine.Report.ActionReport.Name + fullName: AxaFrance.WebEngine.Report.ActionReport.Name + nameWithType: ActionReport.Name +- uid: AxaFrance.WebEngine.Report.ActionReport.Name* + name: Name + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Name_ + commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.Name isSpec: "True" - 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[]) - 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()) -- 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[]) - 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()) -- uid: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint* - name: DoActionWithCheckpoint - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoActionWithCheckpoint_ - commentId: Overload:AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint + fullName: AxaFrance.WebEngine.Report.ActionReport.Name + nameWithType: ActionReport.Name +- uid: AxaFrance.WebEngine.Report.ActionReport.Result + name: Result + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Result + commentId: P:AxaFrance.WebEngine.Report.ActionReport.Result + fullName: AxaFrance.WebEngine.Report.ActionReport.Result + nameWithType: ActionReport.Result +- uid: AxaFrance.WebEngine.Report.ActionReport.Result* + name: Result + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Result_ + commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.Result isSpec: "True" - fullName: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint - nameWithType: SharedActionBase.DoActionWithCheckpoint -- uid: AxaFrance.WebEngine.SharedActionBase.DoCheckpoint(System.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) -- uid: AxaFrance.WebEngine.SharedActionBase.DoCheckpoint* - name: DoCheckpoint - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoCheckpoint_ - commentId: Overload:AxaFrance.WebEngine.SharedActionBase.DoCheckpoint + fullName: AxaFrance.WebEngine.Report.ActionReport.Result + nameWithType: ActionReport.Result +- uid: AxaFrance.WebEngine.Report.ActionReport.Screenshots + name: Screenshots + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Screenshots + commentId: P:AxaFrance.WebEngine.Report.ActionReport.Screenshots + fullName: AxaFrance.WebEngine.Report.ActionReport.Screenshots + nameWithType: ActionReport.Screenshots +- uid: AxaFrance.WebEngine.Report.ActionReport.Screenshots* + name: Screenshots + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_Screenshots_ + commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.Screenshots isSpec: "True" - 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) - 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) - nameWithType.vb: SharedActionBase.GetParameter(IEnumerable(Of Variable), String) -- uid: AxaFrance.WebEngine.SharedActionBase.GetParameter(System.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) -- uid: AxaFrance.WebEngine.SharedActionBase.GetParameter* - name: GetParameter - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_GetParameter_ - commentId: Overload:AxaFrance.WebEngine.SharedActionBase.GetParameter + fullName: AxaFrance.WebEngine.Report.ActionReport.Screenshots + nameWithType: ActionReport.Screenshots +- uid: AxaFrance.WebEngine.Report.ActionReport.StartTime + name: StartTime + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_StartTime + commentId: P:AxaFrance.WebEngine.Report.ActionReport.StartTime + fullName: AxaFrance.WebEngine.Report.ActionReport.StartTime + nameWithType: ActionReport.StartTime +- uid: AxaFrance.WebEngine.Report.ActionReport.StartTime* + name: StartTime + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_StartTime_ + commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.StartTime isSpec: "True" - fullName: AxaFrance.WebEngine.SharedActionBase.GetParameter - nameWithType: SharedActionBase.GetParameter -- uid: AxaFrance.WebEngine.SharedActionBase.GetType(System.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) -- uid: AxaFrance.WebEngine.SharedActionBase.GetType* - name: GetType - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_GetType_ - commentId: Overload:AxaFrance.WebEngine.SharedActionBase.GetType + fullName: AxaFrance.WebEngine.Report.ActionReport.StartTime + nameWithType: ActionReport.StartTime +- uid: AxaFrance.WebEngine.Report.ActionReport.SubActionReports + name: SubActionReports + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_SubActionReports + commentId: P:AxaFrance.WebEngine.Report.ActionReport.SubActionReports + fullName: AxaFrance.WebEngine.Report.ActionReport.SubActionReports + nameWithType: ActionReport.SubActionReports +- uid: AxaFrance.WebEngine.Report.ActionReport.SubActionReports* + name: SubActionReports + href: api_net/AxaFrance.WebEngine.Report.ActionReport.html#AxaFrance_WebEngine_Report_ActionReport_SubActionReports_ + commentId: Overload:AxaFrance.WebEngine.Report.ActionReport.SubActionReports isSpec: "True" - fullName: AxaFrance.WebEngine.SharedActionBase.GetType - nameWithType: SharedActionBase.GetType -- uid: AxaFrance.WebEngine.SharedActionBase.Global - name: Global - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Global - commentId: P:AxaFrance.WebEngine.SharedActionBase.Global - fullName: AxaFrance.WebEngine.SharedActionBase.Global - nameWithType: SharedActionBase.Global -- uid: AxaFrance.WebEngine.SharedActionBase.Global* - name: Global - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Global_ - commentId: Overload:AxaFrance.WebEngine.SharedActionBase.Global + fullName: AxaFrance.WebEngine.Report.ActionReport.SubActionReports + nameWithType: ActionReport.SubActionReports +- uid: AxaFrance.WebEngine.Report.AdditionalData + name: AdditionalData + href: api_net/AxaFrance.WebEngine.Report.AdditionalData.html + commentId: T:AxaFrance.WebEngine.Report.AdditionalData + fullName: AxaFrance.WebEngine.Report.AdditionalData + nameWithType: AdditionalData +- uid: AxaFrance.WebEngine.Report.AdditionalData.Name + name: Name + href: api_net/AxaFrance.WebEngine.Report.AdditionalData.html#AxaFrance_WebEngine_Report_AdditionalData_Name + commentId: P:AxaFrance.WebEngine.Report.AdditionalData.Name + fullName: AxaFrance.WebEngine.Report.AdditionalData.Name + nameWithType: AdditionalData.Name +- uid: AxaFrance.WebEngine.Report.AdditionalData.Name* + name: Name + href: api_net/AxaFrance.WebEngine.Report.AdditionalData.html#AxaFrance_WebEngine_Report_AdditionalData_Name_ + commentId: Overload:AxaFrance.WebEngine.Report.AdditionalData.Name isSpec: "True" - fullName: AxaFrance.WebEngine.SharedActionBase.Global - nameWithType: SharedActionBase.Global -- uid: AxaFrance.WebEngine.SharedActionBase.Information - name: Information - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Information - commentId: P:AxaFrance.WebEngine.SharedActionBase.Information - fullName: AxaFrance.WebEngine.SharedActionBase.Information - nameWithType: SharedActionBase.Information -- uid: AxaFrance.WebEngine.SharedActionBase.Information* - name: Information - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Information_ - commentId: Overload:AxaFrance.WebEngine.SharedActionBase.Information + fullName: AxaFrance.WebEngine.Report.AdditionalData.Name + nameWithType: AdditionalData.Name +- uid: AxaFrance.WebEngine.Report.AdditionalData.Value + name: Value + href: api_net/AxaFrance.WebEngine.Report.AdditionalData.html#AxaFrance_WebEngine_Report_AdditionalData_Value + commentId: P:AxaFrance.WebEngine.Report.AdditionalData.Value + fullName: AxaFrance.WebEngine.Report.AdditionalData.Value + nameWithType: AdditionalData.Value +- uid: AxaFrance.WebEngine.Report.AdditionalData.Value* + name: Value + href: api_net/AxaFrance.WebEngine.Report.AdditionalData.html#AxaFrance_WebEngine_Report_AdditionalData_Value_ + commentId: Overload:AxaFrance.WebEngine.Report.AdditionalData.Value isSpec: "True" - fullName: AxaFrance.WebEngine.SharedActionBase.Information - nameWithType: SharedActionBase.Information -- uid: AxaFrance.WebEngine.SharedActionBase.Parameters - name: Parameters - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Parameters - commentId: P:AxaFrance.WebEngine.SharedActionBase.Parameters - fullName: AxaFrance.WebEngine.SharedActionBase.Parameters - nameWithType: SharedActionBase.Parameters -- uid: AxaFrance.WebEngine.SharedActionBase.Parameters* - name: Parameters - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Parameters_ - commentId: Overload:AxaFrance.WebEngine.SharedActionBase.Parameters + fullName: AxaFrance.WebEngine.Report.AdditionalData.Value + nameWithType: AdditionalData.Value +- uid: AxaFrance.WebEngine.Report.JUnit + name: AxaFrance.WebEngine.Report.JUnit + href: api_net/AxaFrance.WebEngine.Report.JUnit.html + commentId: N:AxaFrance.WebEngine.Report.JUnit + fullName: AxaFrance.WebEngine.Report.JUnit + nameWithType: AxaFrance.WebEngine.Report.JUnit +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite + name: testsuite + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html + commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuite + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite + nameWithType: testsuite +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.errors + name: errors + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_errors + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.errors + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.errors + nameWithType: testsuite.errors +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.errors* + name: errors + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_errors_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.errors isSpec: "True" - fullName: AxaFrance.WebEngine.SharedActionBase.Parameters - nameWithType: SharedActionBase.Parameters -- uid: AxaFrance.WebEngine.SharedActionBase.RequiredParameters - name: RequiredParameters - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_RequiredParameters - commentId: P:AxaFrance.WebEngine.SharedActionBase.RequiredParameters - fullName: AxaFrance.WebEngine.SharedActionBase.RequiredParameters - nameWithType: SharedActionBase.RequiredParameters -- uid: AxaFrance.WebEngine.SharedActionBase.RequiredParameters* - name: RequiredParameters - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_RequiredParameters_ - commentId: Overload:AxaFrance.WebEngine.SharedActionBase.RequiredParameters + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.errors + nameWithType: testsuite.errors +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.failures + name: failures + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_failures + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.failures + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.failures + nameWithType: testsuite.failures +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.failures* + name: failures + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_failures_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.failures isSpec: "True" - fullName: AxaFrance.WebEngine.SharedActionBase.RequiredParameters - nameWithType: SharedActionBase.RequiredParameters -- uid: AxaFrance.WebEngine.SharedActionBase.Screenshot(System.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) -- uid: AxaFrance.WebEngine.SharedActionBase.Screenshot* - name: Screenshot - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Screenshot_ - commentId: Overload:AxaFrance.WebEngine.SharedActionBase.Screenshot + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.failures + nameWithType: testsuite.failures +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.hostname + name: hostname + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_hostname + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.hostname + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.hostname + nameWithType: testsuite.hostname +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.hostname* + name: hostname + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_hostname_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.hostname isSpec: "True" - fullName: AxaFrance.WebEngine.SharedActionBase.Screenshot - nameWithType: SharedActionBase.Screenshot -- uid: AxaFrance.WebEngine.SharedActionBase.Screenshots - name: Screenshots - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Screenshots - commentId: P:AxaFrance.WebEngine.SharedActionBase.Screenshots - fullName: AxaFrance.WebEngine.SharedActionBase.Screenshots - nameWithType: SharedActionBase.Screenshots -- uid: AxaFrance.WebEngine.SharedActionBase.Screenshots* - name: Screenshots - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Screenshots_ - commentId: Overload:AxaFrance.WebEngine.SharedActionBase.Screenshots + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.hostname + nameWithType: testsuite.hostname +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.name + name: name + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_name + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.name + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.name + nameWithType: testsuite.name +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.name* + name: name + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_name_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.name isSpec: "True" - fullName: AxaFrance.WebEngine.SharedActionBase.Screenshots - nameWithType: SharedActionBase.Screenshots -- uid: AxaFrance.WebEngine.SharedActionBase.testCase - name: testCase - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_testCase - commentId: F:AxaFrance.WebEngine.SharedActionBase.testCase - fullName: AxaFrance.WebEngine.SharedActionBase.testCase - nameWithType: SharedActionBase.testCase -- uid: AxaFrance.WebEngine.SharedActionBase.UpdateTime - name: UpdateTime - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_UpdateTime - commentId: P:AxaFrance.WebEngine.SharedActionBase.UpdateTime - fullName: AxaFrance.WebEngine.SharedActionBase.UpdateTime - nameWithType: SharedActionBase.UpdateTime -- uid: AxaFrance.WebEngine.SharedActionBase.UpdateTime* - name: UpdateTime - href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_UpdateTime_ - commentId: Overload:AxaFrance.WebEngine.SharedActionBase.UpdateTime + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.name + nameWithType: testsuite.name +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.properties + name: properties + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_properties + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.properties + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.properties + nameWithType: testsuite.properties +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.properties* + name: properties + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_properties_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.properties isSpec: "True" - fullName: AxaFrance.WebEngine.SharedActionBase.UpdateTime - nameWithType: SharedActionBase.UpdateTime -- uid: AxaFrance.WebEngine.TestCase - name: TestCase - href: api_net/AxaFrance.WebEngine.TestCase.html - commentId: T:AxaFrance.WebEngine.TestCase - fullName: AxaFrance.WebEngine.TestCase - nameWithType: TestCase -- uid: AxaFrance.WebEngine.TestCase.Cleanup - name: Cleanup() - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Cleanup - commentId: M:AxaFrance.WebEngine.TestCase.Cleanup - fullName: AxaFrance.WebEngine.TestCase.Cleanup() - nameWithType: TestCase.Cleanup() -- uid: AxaFrance.WebEngine.TestCase.Cleanup* - name: Cleanup - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Cleanup_ - commentId: Overload:AxaFrance.WebEngine.TestCase.Cleanup + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.properties + nameWithType: testsuite.properties +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.skipped + name: skipped + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_skipped + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.skipped + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.skipped + nameWithType: testsuite.skipped +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.skipped* + name: skipped + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_skipped_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.skipped isSpec: "True" - fullName: AxaFrance.WebEngine.TestCase.Cleanup - nameWithType: TestCase.Cleanup -- uid: AxaFrance.WebEngine.TestCase.Context - name: Context - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Context - commentId: P:AxaFrance.WebEngine.TestCase.Context - fullName: AxaFrance.WebEngine.TestCase.Context - nameWithType: TestCase.Context -- uid: AxaFrance.WebEngine.TestCase.Context* - name: Context - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Context_ - commentId: Overload:AxaFrance.WebEngine.TestCase.Context + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.skipped + nameWithType: testsuite.skipped +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.skippedSpecified + name: skippedSpecified + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_skippedSpecified + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.skippedSpecified + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.skippedSpecified + nameWithType: testsuite.skippedSpecified +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.skippedSpecified* + name: skippedSpecified + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_skippedSpecified_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.skippedSpecified isSpec: "True" - fullName: AxaFrance.WebEngine.TestCase.Context - nameWithType: TestCase.Context -- uid: AxaFrance.WebEngine.TestCase.ContextValues - name: ContextValues - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_ContextValues - commentId: P:AxaFrance.WebEngine.TestCase.ContextValues - fullName: AxaFrance.WebEngine.TestCase.ContextValues - nameWithType: TestCase.ContextValues -- uid: AxaFrance.WebEngine.TestCase.ContextValues* - name: ContextValues - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_ContextValues_ - commentId: Overload:AxaFrance.WebEngine.TestCase.ContextValues + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.skippedSpecified + nameWithType: testsuite.skippedSpecified +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.systemerr + name: systemerr + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_systemerr + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.systemerr + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.systemerr + nameWithType: testsuite.systemerr +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.systemerr* + name: systemerr + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_systemerr_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.systemerr isSpec: "True" - fullName: AxaFrance.WebEngine.TestCase.ContextValues - nameWithType: TestCase.ContextValues -- uid: AxaFrance.WebEngine.TestCase.GetReport - name: GetReport() - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_GetReport - commentId: M:AxaFrance.WebEngine.TestCase.GetReport - fullName: AxaFrance.WebEngine.TestCase.GetReport() - nameWithType: TestCase.GetReport() -- uid: AxaFrance.WebEngine.TestCase.GetReport* - name: GetReport - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_GetReport_ - commentId: Overload:AxaFrance.WebEngine.TestCase.GetReport + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.systemerr + nameWithType: testsuite.systemerr +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.systemout + name: systemout + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_systemout + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.systemout + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.systemout + nameWithType: testsuite.systemout +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.systemout* + name: systemout + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_systemout_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.systemout isSpec: "True" - fullName: AxaFrance.WebEngine.TestCase.GetReport - nameWithType: TestCase.GetReport -- uid: AxaFrance.WebEngine.TestCase.Information - name: Information - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Information - commentId: P:AxaFrance.WebEngine.TestCase.Information - fullName: AxaFrance.WebEngine.TestCase.Information - nameWithType: TestCase.Information -- uid: AxaFrance.WebEngine.TestCase.Information* - name: Information - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Information_ - commentId: Overload:AxaFrance.WebEngine.TestCase.Information + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.systemout + nameWithType: testsuite.systemout +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.testcase + name: testcase + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_testcase + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.testcase + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.testcase + nameWithType: testsuite.testcase +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.testcase* + name: testcase + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_testcase_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.testcase isSpec: "True" - fullName: AxaFrance.WebEngine.TestCase.Information - nameWithType: TestCase.Information -- uid: AxaFrance.WebEngine.TestCase.Initialize - name: Initialize() - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Initialize - commentId: M:AxaFrance.WebEngine.TestCase.Initialize - fullName: AxaFrance.WebEngine.TestCase.Initialize() - nameWithType: TestCase.Initialize() -- uid: AxaFrance.WebEngine.TestCase.Initialize* - name: Initialize - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Initialize_ - commentId: Overload:AxaFrance.WebEngine.TestCase.Initialize + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.testcase + nameWithType: testsuite.testcase +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.tests + name: tests + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_tests + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.tests + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.tests + nameWithType: testsuite.tests +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.tests* + name: tests + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_tests_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.tests isSpec: "True" - fullName: AxaFrance.WebEngine.TestCase.Initialize - nameWithType: TestCase.Initialize -- uid: AxaFrance.WebEngine.TestCase.Name - name: Name - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Name - commentId: P:AxaFrance.WebEngine.TestCase.Name - fullName: AxaFrance.WebEngine.TestCase.Name - nameWithType: TestCase.Name -- uid: AxaFrance.WebEngine.TestCase.Name* - name: Name - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Name_ - commentId: Overload:AxaFrance.WebEngine.TestCase.Name - isSpec: "True" - fullName: AxaFrance.WebEngine.TestCase.Name - nameWithType: TestCase.Name -- uid: AxaFrance.WebEngine.TestCase.Run(AxaFrance.WebEngine.Report.TestCaseReport,System.Boolean) - name: Run(TestCaseReport, Boolean) - 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) -- uid: AxaFrance.WebEngine.TestCase.Run* - name: Run - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Run_ - commentId: Overload:AxaFrance.WebEngine.TestCase.Run + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.tests + nameWithType: testsuite.tests +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.time + name: time + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_time + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.time + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.time + nameWithType: testsuite.time +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.time* + name: time + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_time_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.time isSpec: "True" - fullName: AxaFrance.WebEngine.TestCase.Run - nameWithType: TestCase.Run -- uid: AxaFrance.WebEngine.TestCase.StartDate - name: StartDate - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_StartDate - commentId: P:AxaFrance.WebEngine.TestCase.StartDate - fullName: AxaFrance.WebEngine.TestCase.StartDate - nameWithType: TestCase.StartDate -- uid: AxaFrance.WebEngine.TestCase.StartDate* - name: StartDate - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_StartDate_ - commentId: Overload:AxaFrance.WebEngine.TestCase.StartDate + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.time + nameWithType: testsuite.time +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.timestamp + name: timestamp + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_timestamp + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuite.timestamp + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.timestamp + nameWithType: testsuite.timestamp +- uid: AxaFrance.WebEngine.Report.JUnit.testsuite.timestamp* + name: timestamp + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuite_timestamp_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuite.timestamp isSpec: "True" - fullName: AxaFrance.WebEngine.TestCase.StartDate - nameWithType: TestCase.StartDate -- uid: AxaFrance.WebEngine.TestCase.TestCaseLogDir - name: TestCaseLogDir - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestCaseLogDir - commentId: P:AxaFrance.WebEngine.TestCase.TestCaseLogDir - fullName: AxaFrance.WebEngine.TestCase.TestCaseLogDir - nameWithType: TestCase.TestCaseLogDir -- uid: AxaFrance.WebEngine.TestCase.TestCaseLogDir* - name: TestCaseLogDir - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestCaseLogDir_ - commentId: Overload:AxaFrance.WebEngine.TestCase.TestCaseLogDir + fullName: AxaFrance.WebEngine.Report.JUnit.testsuite.timestamp + nameWithType: testsuite.timestamp +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty + name: testsuiteProperty + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html + commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuiteProperty + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty + nameWithType: testsuiteProperty +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.name + name: name + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html#AxaFrance_WebEngine_Report_JUnit_testsuiteProperty_name + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.name + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.name + nameWithType: testsuiteProperty.name +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.name* + name: name + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html#AxaFrance_WebEngine_Report_JUnit_testsuiteProperty_name_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.name isSpec: "True" - fullName: AxaFrance.WebEngine.TestCase.TestCaseLogDir - nameWithType: TestCase.TestCaseLogDir -- uid: AxaFrance.WebEngine.TestCase.testCaseReport - name: testCaseReport - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_testCaseReport - commentId: P:AxaFrance.WebEngine.TestCase.testCaseReport - fullName: AxaFrance.WebEngine.TestCase.testCaseReport - nameWithType: TestCase.testCaseReport -- uid: AxaFrance.WebEngine.TestCase.testCaseReport* - name: testCaseReport - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_testCaseReport_ - commentId: Overload:AxaFrance.WebEngine.TestCase.testCaseReport + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.name + nameWithType: testsuiteProperty.name +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.value + name: value + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html#AxaFrance_WebEngine_Report_JUnit_testsuiteProperty_value + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.value + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.value + nameWithType: testsuiteProperty.value +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.value* + name: value + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.html#AxaFrance_WebEngine_Report_JUnit_testsuiteProperty_value_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.value isSpec: "True" - fullName: AxaFrance.WebEngine.TestCase.testCaseReport - nameWithType: TestCase.testCaseReport -- uid: AxaFrance.WebEngine.TestCase.TestCaseResult - name: TestCaseResult - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestCaseResult - commentId: P:AxaFrance.WebEngine.TestCase.TestCaseResult - fullName: AxaFrance.WebEngine.TestCase.TestCaseResult - nameWithType: TestCase.TestCaseResult -- uid: AxaFrance.WebEngine.TestCase.TestCaseResult* - name: TestCaseResult - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestCaseResult_ - commentId: Overload:AxaFrance.WebEngine.TestCase.TestCaseResult + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteProperty.value + nameWithType: testsuiteProperty.value +- uid: AxaFrance.WebEngine.Report.JUnit.testsuites + name: testsuites + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuites.html + commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuites + fullName: AxaFrance.WebEngine.Report.JUnit.testsuites + nameWithType: testsuites +- uid: AxaFrance.WebEngine.Report.JUnit.testsuites.testsuite + name: testsuite + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuites.html#AxaFrance_WebEngine_Report_JUnit_testsuites_testsuite + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuites.testsuite + fullName: AxaFrance.WebEngine.Report.JUnit.testsuites.testsuite + nameWithType: testsuites.testsuite +- uid: AxaFrance.WebEngine.Report.JUnit.testsuites.testsuite* + name: testsuite + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuites.html#AxaFrance_WebEngine_Report_JUnit_testsuites_testsuite_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuites.testsuite isSpec: "True" - fullName: AxaFrance.WebEngine.TestCase.TestCaseResult - nameWithType: TestCase.TestCaseResult -- uid: AxaFrance.WebEngine.TestCase.TestData - name: TestData - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestData - commentId: P:AxaFrance.WebEngine.TestCase.TestData - fullName: AxaFrance.WebEngine.TestCase.TestData - nameWithType: TestCase.TestData -- uid: AxaFrance.WebEngine.TestCase.TestData* - name: TestData - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestData_ - commentId: Overload:AxaFrance.WebEngine.TestCase.TestData + fullName: AxaFrance.WebEngine.Report.JUnit.testsuites.testsuite + nameWithType: testsuites.testsuite +- uid: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite + name: testsuitesTestsuite + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html + commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite + fullName: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite + nameWithType: testsuitesTestsuite +- uid: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.id + name: id + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuitesTestsuite_id + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.id + fullName: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.id + nameWithType: testsuitesTestsuite.id +- uid: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.id* + name: id + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuitesTestsuite_id_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.id isSpec: "True" - fullName: AxaFrance.WebEngine.TestCase.TestData - nameWithType: TestCase.TestData -- uid: AxaFrance.WebEngine.TestCase.TestSteps - name: TestSteps - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestSteps - commentId: P:AxaFrance.WebEngine.TestCase.TestSteps - fullName: AxaFrance.WebEngine.TestCase.TestSteps - nameWithType: TestCase.TestSteps -- uid: AxaFrance.WebEngine.TestCase.TestSteps* - name: TestSteps - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestSteps_ - commentId: Overload:AxaFrance.WebEngine.TestCase.TestSteps + fullName: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.id + nameWithType: testsuitesTestsuite.id +- uid: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.package + name: package + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuitesTestsuite_package + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.package + fullName: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.package + nameWithType: testsuitesTestsuite.package +- uid: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.package* + name: package + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.html#AxaFrance_WebEngine_Report_JUnit_testsuitesTestsuite_package_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.package isSpec: "True" - fullName: AxaFrance.WebEngine.TestCase.TestSteps - nameWithType: TestCase.TestSteps -- uid: AxaFrance.WebEngine.TestCase.UniqueId - name: UniqueId - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_UniqueId - commentId: P:AxaFrance.WebEngine.TestCase.UniqueId - fullName: AxaFrance.WebEngine.TestCase.UniqueId - nameWithType: TestCase.UniqueId -- uid: AxaFrance.WebEngine.TestCase.UniqueId* - name: UniqueId - href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_UniqueId_ - commentId: Overload:AxaFrance.WebEngine.TestCase.UniqueId + fullName: AxaFrance.WebEngine.Report.JUnit.testsuitesTestsuite.package + nameWithType: testsuitesTestsuite.package +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase + name: testsuiteTestcase + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html + commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase + nameWithType: testsuiteTestcase +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.classname + name: classname + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_classname + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.classname + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.classname + nameWithType: testsuiteTestcase.classname +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.classname* + name: classname + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_classname_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.classname isSpec: "True" - fullName: AxaFrance.WebEngine.TestCase.UniqueId - nameWithType: TestCase.UniqueId -- uid: AxaFrance.WebEngine.TestData - name: TestData - href: api_net/AxaFrance.WebEngine.TestData.html - commentId: T:AxaFrance.WebEngine.TestData - fullName: AxaFrance.WebEngine.TestData - nameWithType: TestData -- uid: AxaFrance.WebEngine.TestData.Data - name: Data - href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_Data - commentId: P:AxaFrance.WebEngine.TestData.Data - fullName: AxaFrance.WebEngine.TestData.Data - nameWithType: TestData.Data -- uid: AxaFrance.WebEngine.TestData.Data* - name: Data - href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_Data_ - commentId: Overload:AxaFrance.WebEngine.TestData.Data + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.classname + nameWithType: testsuiteTestcase.classname +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.Item + name: Item + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_Item + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.Item + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.Item + nameWithType: testsuiteTestcase.Item +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.Item* + name: Item + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_Item_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.Item isSpec: "True" - fullName: AxaFrance.WebEngine.TestData.Data - nameWithType: TestData.Data -- uid: AxaFrance.WebEngine.TestData.GetValue(System.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) -- uid: AxaFrance.WebEngine.TestData.GetValue* - name: GetValue - href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_GetValue_ - commentId: Overload:AxaFrance.WebEngine.TestData.GetValue - isSpec: "True" - fullName: AxaFrance.WebEngine.TestData.GetValue - nameWithType: TestData.GetValue -- uid: AxaFrance.WebEngine.TestData.SetValue(System.String,System.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) -- uid: AxaFrance.WebEngine.TestData.SetValue* - name: SetValue - href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_SetValue_ - commentId: Overload:AxaFrance.WebEngine.TestData.SetValue + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.Item + nameWithType: testsuiteTestcase.Item +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.name + name: name + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_name + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.name + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.name + nameWithType: testsuiteTestcase.name +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.name* + name: name + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_name_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.name isSpec: "True" - fullName: AxaFrance.WebEngine.TestData.SetValue - nameWithType: TestData.SetValue -- uid: AxaFrance.WebEngine.TestData.TestName - name: TestName - href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_TestName - commentId: P:AxaFrance.WebEngine.TestData.TestName - fullName: AxaFrance.WebEngine.TestData.TestName - nameWithType: TestData.TestName -- uid: AxaFrance.WebEngine.TestData.TestName* - name: TestName - href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_TestName_ - commentId: Overload:AxaFrance.WebEngine.TestData.TestName + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.name + nameWithType: testsuiteTestcase.name +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.time + name: time + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_time + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.time + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.time + nameWithType: testsuiteTestcase.time +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.time* + name: time + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcase_time_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.time isSpec: "True" - fullName: AxaFrance.WebEngine.TestData.TestName - nameWithType: TestData.TestName -- uid: AxaFrance.WebEngine.TestData.TryGetValue(System.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) -- uid: AxaFrance.WebEngine.TestData.TryGetValue* - name: TryGetValue - href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_TryGetValue_ - commentId: Overload:AxaFrance.WebEngine.TestData.TryGetValue + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcase.time + nameWithType: testsuiteTestcase.time +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError + name: testsuiteTestcaseError + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html + commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError + nameWithType: testsuiteTestcaseError +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.message + name: message + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseError_message + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.message + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.message + nameWithType: testsuiteTestcaseError.message +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.message* + name: message + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseError_message_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.message isSpec: "True" - fullName: AxaFrance.WebEngine.TestData.TryGetValue - nameWithType: TestData.TryGetValue -- uid: AxaFrance.WebEngine.TestStep - name: TestStep - href: api_net/AxaFrance.WebEngine.TestStep.html - commentId: T:AxaFrance.WebEngine.TestStep - fullName: AxaFrance.WebEngine.TestStep - nameWithType: TestStep -- uid: AxaFrance.WebEngine.TestStep.#ctor - name: TestStep() - href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep__ctor - commentId: M:AxaFrance.WebEngine.TestStep.#ctor - fullName: AxaFrance.WebEngine.TestStep.TestStep() - nameWithType: TestStep.TestStep() -- uid: AxaFrance.WebEngine.TestStep.#ctor* - name: TestStep - href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep__ctor_ - commentId: Overload:AxaFrance.WebEngine.TestStep.#ctor + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.message + nameWithType: testsuiteTestcaseError.message +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.type + name: type + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseError_type + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.type + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.type + nameWithType: testsuiteTestcaseError.type +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.type* + name: type + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseError_type_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.type isSpec: "True" - fullName: AxaFrance.WebEngine.TestStep.TestStep - nameWithType: TestStep.TestStep -- uid: AxaFrance.WebEngine.TestStep.Action - name: Action - href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep_Action - commentId: P:AxaFrance.WebEngine.TestStep.Action - fullName: AxaFrance.WebEngine.TestStep.Action - nameWithType: TestStep.Action -- uid: AxaFrance.WebEngine.TestStep.Action* - name: Action - href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep_Action_ - commentId: Overload:AxaFrance.WebEngine.TestStep.Action + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.type + nameWithType: testsuiteTestcaseError.type +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.Value + name: Value + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseError_Value + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.Value + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.Value + nameWithType: testsuiteTestcaseError.Value +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.Value* + name: Value + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseError_Value_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.Value isSpec: "True" - fullName: AxaFrance.WebEngine.TestStep.Action - nameWithType: TestStep.Action -- uid: AxaFrance.WebEngine.TestStep.Details - name: Details - href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep_Details - commentId: P:AxaFrance.WebEngine.TestStep.Details - fullName: AxaFrance.WebEngine.TestStep.Details - nameWithType: TestStep.Details -- uid: AxaFrance.WebEngine.TestStep.Details* - name: Details - href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep_Details_ - commentId: Overload:AxaFrance.WebEngine.TestStep.Details + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseError.Value + nameWithType: testsuiteTestcaseError.Value +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure + name: testsuiteTestcaseFailure + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html + commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure + nameWithType: testsuiteTestcaseFailure +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.message + name: message + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseFailure_message + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.message + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.message + nameWithType: testsuiteTestcaseFailure.message +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.message* + name: message + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseFailure_message_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.message isSpec: "True" - fullName: AxaFrance.WebEngine.TestStep.Details - nameWithType: TestStep.Details -- uid: AxaFrance.WebEngine.TestStep.Result - name: Result - href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep_Result - commentId: P:AxaFrance.WebEngine.TestStep.Result - fullName: AxaFrance.WebEngine.TestStep.Result - nameWithType: TestStep.Result -- uid: AxaFrance.WebEngine.TestStep.Result* - name: Result - href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep_Result_ - commentId: Overload:AxaFrance.WebEngine.TestStep.Result + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.message + nameWithType: testsuiteTestcaseFailure.message +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.type + name: type + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseFailure_type + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.type + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.type + nameWithType: testsuiteTestcaseFailure.type +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.type* + name: type + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseFailure_type_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.type isSpec: "True" - fullName: AxaFrance.WebEngine.TestStep.Result - nameWithType: TestStep.Result -- uid: AxaFrance.WebEngine.TestSuite - name: TestSuite - href: api_net/AxaFrance.WebEngine.TestSuite.html - commentId: T:AxaFrance.WebEngine.TestSuite - fullName: AxaFrance.WebEngine.TestSuite - nameWithType: TestSuite -- uid: AxaFrance.WebEngine.TestSuite.CleanUp(AxaFrance.WebEngine.Settings) - name: CleanUp(Settings) - href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_CleanUp_AxaFrance_WebEngine_Settings_ - commentId: M:AxaFrance.WebEngine.TestSuite.CleanUp(AxaFrance.WebEngine.Settings) - fullName: AxaFrance.WebEngine.TestSuite.CleanUp(AxaFrance.WebEngine.Settings) - nameWithType: TestSuite.CleanUp(Settings) -- uid: AxaFrance.WebEngine.TestSuite.CleanUp* - name: CleanUp - href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_CleanUp_ - commentId: Overload:AxaFrance.WebEngine.TestSuite.CleanUp + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.type + nameWithType: testsuiteTestcaseFailure.type +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.Value + name: Value + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseFailure_Value + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.Value + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.Value + nameWithType: testsuiteTestcaseFailure.Value +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.Value* + name: Value + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseFailure_Value_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.Value isSpec: "True" - fullName: AxaFrance.WebEngine.TestSuite.CleanUp - nameWithType: TestSuite.CleanUp -- uid: AxaFrance.WebEngine.TestSuite.Initialize(AxaFrance.WebEngine.Settings) - name: Initialize(Settings) - href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_Initialize_AxaFrance_WebEngine_Settings_ - commentId: M:AxaFrance.WebEngine.TestSuite.Initialize(AxaFrance.WebEngine.Settings) - fullName: AxaFrance.WebEngine.TestSuite.Initialize(AxaFrance.WebEngine.Settings) - nameWithType: TestSuite.Initialize(Settings) -- uid: AxaFrance.WebEngine.TestSuite.Initialize* - name: Initialize - href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_Initialize_ - commentId: Overload:AxaFrance.WebEngine.TestSuite.Initialize + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseFailure.Value + nameWithType: testsuiteTestcaseFailure.Value +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped + name: testsuiteTestcaseSkipped + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html + commentId: T:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped + nameWithType: testsuiteTestcaseSkipped +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.message + name: message + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseSkipped_message + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.message + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.message + nameWithType: testsuiteTestcaseSkipped.message +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.message* + name: message + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseSkipped_message_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.message isSpec: "True" - fullName: AxaFrance.WebEngine.TestSuite.Initialize - nameWithType: TestSuite.Initialize -- uid: AxaFrance.WebEngine.TestSuite.Run - name: Run() - href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_Run - commentId: M:AxaFrance.WebEngine.TestSuite.Run - fullName: AxaFrance.WebEngine.TestSuite.Run() - nameWithType: TestSuite.Run() -- uid: AxaFrance.WebEngine.TestSuite.Run* - name: Run - href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_Run_ - commentId: Overload:AxaFrance.WebEngine.TestSuite.Run - isSpec: "True" - fullName: AxaFrance.WebEngine.TestSuite.Run - nameWithType: TestSuite.Run -- uid: AxaFrance.WebEngine.TestSuite.TestCases - name: TestCases - href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_TestCases - commentId: P:AxaFrance.WebEngine.TestSuite.TestCases - fullName: AxaFrance.WebEngine.TestSuite.TestCases - nameWithType: TestSuite.TestCases -- uid: AxaFrance.WebEngine.TestSuite.TestCases* - name: TestCases - href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_TestCases_ - commentId: Overload:AxaFrance.WebEngine.TestSuite.TestCases + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.message + nameWithType: testsuiteTestcaseSkipped.message +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.Value + name: Value + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseSkipped_Value + commentId: P:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.Value + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.Value + nameWithType: testsuiteTestcaseSkipped.Value +- uid: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.Value* + name: Value + href: api_net/AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.html#AxaFrance_WebEngine_Report_JUnit_testsuiteTestcaseSkipped_Value_ + commentId: Overload:AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.Value isSpec: "True" - fullName: AxaFrance.WebEngine.TestSuite.TestCases - nameWithType: TestSuite.TestCases -- uid: AxaFrance.WebEngine.TestSuiteData - name: TestSuiteData - href: api_net/AxaFrance.WebEngine.TestSuiteData.html - commentId: T:AxaFrance.WebEngine.TestSuiteData - fullName: AxaFrance.WebEngine.TestSuiteData - nameWithType: TestSuiteData -- uid: AxaFrance.WebEngine.TestSuiteData.#ctor - name: TestSuiteData() - href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData__ctor - commentId: M:AxaFrance.WebEngine.TestSuiteData.#ctor - fullName: AxaFrance.WebEngine.TestSuiteData.TestSuiteData() - nameWithType: TestSuiteData.TestSuiteData() -- uid: AxaFrance.WebEngine.TestSuiteData.#ctor* - name: TestSuiteData - href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData__ctor_ - commentId: Overload:AxaFrance.WebEngine.TestSuiteData.#ctor + fullName: AxaFrance.WebEngine.Report.JUnit.testsuiteTestcaseSkipped.Value + nameWithType: testsuiteTestcaseSkipped.Value +- uid: AxaFrance.WebEngine.Report.ReportHelper + name: ReportHelper + href: api_net/AxaFrance.WebEngine.Report.ReportHelper.html + commentId: T:AxaFrance.WebEngine.Report.ReportHelper + 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) + 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) +- uid: AxaFrance.WebEngine.Report.ReportHelper.GenerateHtmlReport* + name: GenerateHtmlReport + href: api_net/AxaFrance.WebEngine.Report.ReportHelper.html#AxaFrance_WebEngine_Report_ReportHelper_GenerateHtmlReport_ + commentId: Overload:AxaFrance.WebEngine.Report.ReportHelper.GenerateHtmlReport isSpec: "True" - fullName: AxaFrance.WebEngine.TestSuiteData.TestSuiteData - nameWithType: TestSuiteData.TestSuiteData -- uid: AxaFrance.WebEngine.TestSuiteData.Current - name: Current - href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_Current - commentId: P:AxaFrance.WebEngine.TestSuiteData.Current - fullName: AxaFrance.WebEngine.TestSuiteData.Current - nameWithType: TestSuiteData.Current -- uid: AxaFrance.WebEngine.TestSuiteData.Current* - name: Current - href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_Current_ - commentId: Overload:AxaFrance.WebEngine.TestSuiteData.Current + 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) + 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) +- uid: AxaFrance.WebEngine.Report.ReportHelper.GenerateJUnitReport* + name: GenerateJUnitReport + href: api_net/AxaFrance.WebEngine.Report.ReportHelper.html#AxaFrance_WebEngine_Report_ReportHelper_GenerateJUnitReport_ + commentId: Overload:AxaFrance.WebEngine.Report.ReportHelper.GenerateJUnitReport isSpec: "True" - fullName: AxaFrance.WebEngine.TestSuiteData.Current - nameWithType: TestSuiteData.Current -- uid: AxaFrance.WebEngine.TestSuiteData.GetTestData(System.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) -- uid: AxaFrance.WebEngine.TestSuiteData.GetTestData* - name: GetTestData - href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_GetTestData_ - commentId: Overload:AxaFrance.WebEngine.TestSuiteData.GetTestData + fullName: AxaFrance.WebEngine.Report.ReportHelper.GenerateJUnitReport + nameWithType: ReportHelper.GenerateJUnitReport +- uid: AxaFrance.WebEngine.Report.ReportHelper.LoadReport(System.String,System.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) +- uid: AxaFrance.WebEngine.Report.ReportHelper.LoadReport* + name: LoadReport + href: api_net/AxaFrance.WebEngine.Report.ReportHelper.html#AxaFrance_WebEngine_Report_ReportHelper_LoadReport_ + commentId: Overload:AxaFrance.WebEngine.Report.ReportHelper.LoadReport isSpec: "True" - fullName: AxaFrance.WebEngine.TestSuiteData.GetTestData - nameWithType: TestSuiteData.GetTestData -- uid: AxaFrance.WebEngine.TestSuiteData.GetValue(System.String,System.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) -- uid: AxaFrance.WebEngine.TestSuiteData.GetValue* - name: GetValue - href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_GetValue_ - commentId: Overload:AxaFrance.WebEngine.TestSuiteData.GetValue + fullName: AxaFrance.WebEngine.Report.ReportHelper.LoadReport + nameWithType: ReportHelper.LoadReport +- uid: AxaFrance.WebEngine.Report.ScreenshotReport + name: ScreenshotReport + href: api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html + commentId: T:AxaFrance.WebEngine.Report.ScreenshotReport + fullName: AxaFrance.WebEngine.Report.ScreenshotReport + nameWithType: ScreenshotReport +- uid: AxaFrance.WebEngine.Report.ScreenshotReport.Data + name: Data + href: api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html#AxaFrance_WebEngine_Report_ScreenshotReport_Data + commentId: P:AxaFrance.WebEngine.Report.ScreenshotReport.Data + fullName: AxaFrance.WebEngine.Report.ScreenshotReport.Data + nameWithType: ScreenshotReport.Data +- uid: AxaFrance.WebEngine.Report.ScreenshotReport.Data* + name: Data + href: api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html#AxaFrance_WebEngine_Report_ScreenshotReport_Data_ + commentId: Overload:AxaFrance.WebEngine.Report.ScreenshotReport.Data isSpec: "True" - fullName: AxaFrance.WebEngine.TestSuiteData.GetValue - nameWithType: TestSuiteData.GetValue -- uid: AxaFrance.WebEngine.TestSuiteData.InitializeEmpty - name: InitializeEmpty() - href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_InitializeEmpty - commentId: M:AxaFrance.WebEngine.TestSuiteData.InitializeEmpty - fullName: AxaFrance.WebEngine.TestSuiteData.InitializeEmpty() - nameWithType: TestSuiteData.InitializeEmpty() -- uid: AxaFrance.WebEngine.TestSuiteData.InitializeEmpty* - name: InitializeEmpty - href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_InitializeEmpty_ - commentId: Overload:AxaFrance.WebEngine.TestSuiteData.InitializeEmpty + fullName: AxaFrance.WebEngine.Report.ScreenshotReport.Data + nameWithType: ScreenshotReport.Data +- uid: AxaFrance.WebEngine.Report.ScreenshotReport.Id + name: Id + href: api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html#AxaFrance_WebEngine_Report_ScreenshotReport_Id + commentId: P:AxaFrance.WebEngine.Report.ScreenshotReport.Id + fullName: AxaFrance.WebEngine.Report.ScreenshotReport.Id + nameWithType: ScreenshotReport.Id +- uid: AxaFrance.WebEngine.Report.ScreenshotReport.Id* + name: Id + href: api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html#AxaFrance_WebEngine_Report_ScreenshotReport_Id_ + commentId: Overload:AxaFrance.WebEngine.Report.ScreenshotReport.Id isSpec: "True" - fullName: AxaFrance.WebEngine.TestSuiteData.InitializeEmpty - nameWithType: TestSuiteData.InitializeEmpty -- uid: AxaFrance.WebEngine.TestSuiteData.LoadFrom(System.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) -- uid: AxaFrance.WebEngine.TestSuiteData.LoadFrom* - name: LoadFrom - href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_LoadFrom_ - commentId: Overload:AxaFrance.WebEngine.TestSuiteData.LoadFrom + fullName: AxaFrance.WebEngine.Report.ScreenshotReport.Id + nameWithType: ScreenshotReport.Id +- uid: AxaFrance.WebEngine.Report.ScreenshotReport.Name + name: Name + href: api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html#AxaFrance_WebEngine_Report_ScreenshotReport_Name + commentId: P:AxaFrance.WebEngine.Report.ScreenshotReport.Name + fullName: AxaFrance.WebEngine.Report.ScreenshotReport.Name + nameWithType: ScreenshotReport.Name +- uid: AxaFrance.WebEngine.Report.ScreenshotReport.Name* + name: Name + href: api_net/AxaFrance.WebEngine.Report.ScreenshotReport.html#AxaFrance_WebEngine_Report_ScreenshotReport_Name_ + commentId: Overload:AxaFrance.WebEngine.Report.ScreenshotReport.Name isSpec: "True" - fullName: AxaFrance.WebEngine.TestSuiteData.LoadFrom - nameWithType: TestSuiteData.LoadFrom -- uid: AxaFrance.WebEngine.TestSuiteData.SetValue(System.String,System.String,System.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) -- uid: AxaFrance.WebEngine.TestSuiteData.SetValue* - name: SetValue - href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_SetValue_ - commentId: Overload:AxaFrance.WebEngine.TestSuiteData.SetValue + fullName: AxaFrance.WebEngine.Report.ScreenshotReport.Name + nameWithType: ScreenshotReport.Name +- uid: AxaFrance.WebEngine.Report.TestCaseReport + name: TestCaseReport + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html + commentId: T:AxaFrance.WebEngine.Report.TestCaseReport + fullName: AxaFrance.WebEngine.Report.TestCaseReport + nameWithType: TestCaseReport +- uid: AxaFrance.WebEngine.Report.TestCaseReport.ActionReports + name: ActionReports + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_ActionReports + commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.ActionReports + fullName: AxaFrance.WebEngine.Report.TestCaseReport.ActionReports + nameWithType: TestCaseReport.ActionReports +- uid: AxaFrance.WebEngine.Report.TestCaseReport.ActionReports* + name: ActionReports + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_ActionReports_ + commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.ActionReports isSpec: "True" - fullName: AxaFrance.WebEngine.TestSuiteData.SetValue - nameWithType: TestSuiteData.SetValue -- uid: AxaFrance.WebEngine.TestSuiteData.TestDataList - name: TestDataList - href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_TestDataList - commentId: P:AxaFrance.WebEngine.TestSuiteData.TestDataList - fullName: AxaFrance.WebEngine.TestSuiteData.TestDataList - nameWithType: TestSuiteData.TestDataList -- uid: AxaFrance.WebEngine.TestSuiteData.TestDataList* - name: TestDataList - href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_TestDataList_ - commentId: Overload:AxaFrance.WebEngine.TestSuiteData.TestDataList + fullName: AxaFrance.WebEngine.Report.TestCaseReport.ActionReports + nameWithType: TestCaseReport.ActionReports +- uid: AxaFrance.WebEngine.Report.TestCaseReport.AttachedData + name: AttachedData + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_AttachedData + commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.AttachedData + fullName: AxaFrance.WebEngine.Report.TestCaseReport.AttachedData + nameWithType: TestCaseReport.AttachedData +- uid: AxaFrance.WebEngine.Report.TestCaseReport.AttachedData* + name: AttachedData + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_AttachedData_ + commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.AttachedData isSpec: "True" - fullName: AxaFrance.WebEngine.TestSuiteData.TestDataList - nameWithType: TestSuiteData.TestDataList -- uid: AxaFrance.WebEngine.Utilities - name: Utilities - href: api_net/AxaFrance.WebEngine.Utilities.html - commentId: T:AxaFrance.WebEngine.Utilities - fullName: AxaFrance.WebEngine.Utilities - nameWithType: Utilities -- uid: AxaFrance.WebEngine.Utilities.ExtractDateFromText(System.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) -- uid: AxaFrance.WebEngine.Utilities.ExtractDateFromText* - name: ExtractDateFromText - href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_ExtractDateFromText_ - commentId: Overload:AxaFrance.WebEngine.Utilities.ExtractDateFromText + fullName: AxaFrance.WebEngine.Report.TestCaseReport.AttachedData + nameWithType: TestCaseReport.AttachedData +- uid: AxaFrance.WebEngine.Report.TestCaseReport.ContextValues + name: ContextValues + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_ContextValues + commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.ContextValues + fullName: AxaFrance.WebEngine.Report.TestCaseReport.ContextValues + nameWithType: TestCaseReport.ContextValues +- uid: AxaFrance.WebEngine.Report.TestCaseReport.ContextValues* + name: ContextValues + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_ContextValues_ + commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.ContextValues isSpec: "True" - 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) - 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) -- uid: AxaFrance.WebEngine.Utilities.GenerateEmail* - name: GenerateEmail - href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GenerateEmail_ - commentId: Overload:AxaFrance.WebEngine.Utilities.GenerateEmail + fullName: AxaFrance.WebEngine.Report.TestCaseReport.ContextValues + nameWithType: TestCaseReport.ContextValues +- uid: AxaFrance.WebEngine.Report.TestCaseReport.Duration + name: Duration + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Duration + commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.Duration + fullName: AxaFrance.WebEngine.Report.TestCaseReport.Duration + nameWithType: TestCaseReport.Duration +- uid: AxaFrance.WebEngine.Report.TestCaseReport.Duration* + name: Duration + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Duration_ + commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.Duration isSpec: "True" - fullName: AxaFrance.WebEngine.Utilities.GenerateEmail - nameWithType: Utilities.GenerateEmail -- uid: AxaFrance.WebEngine.Utilities.GeneratePhoneNumber(System.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) -- uid: AxaFrance.WebEngine.Utilities.GeneratePhoneNumber* - name: GeneratePhoneNumber - href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GeneratePhoneNumber_ - commentId: Overload:AxaFrance.WebEngine.Utilities.GeneratePhoneNumber + fullName: AxaFrance.WebEngine.Report.TestCaseReport.Duration + nameWithType: TestCaseReport.Duration +- uid: AxaFrance.WebEngine.Report.TestCaseReport.DurationText + name: DurationText + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_DurationText + commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.DurationText + fullName: AxaFrance.WebEngine.Report.TestCaseReport.DurationText + nameWithType: TestCaseReport.DurationText +- uid: AxaFrance.WebEngine.Report.TestCaseReport.DurationText* + name: DurationText + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_DurationText_ + commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.DurationText isSpec: "True" - fullName: AxaFrance.WebEngine.Utilities.GeneratePhoneNumber - nameWithType: Utilities.GeneratePhoneNumber -- uid: AxaFrance.WebEngine.Utilities.GetRandomItemFromEnvironmentVariable(System.String,System.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) -- uid: AxaFrance.WebEngine.Utilities.GetRandomItemFromEnvironmentVariable* - name: GetRandomItemFromEnvironmentVariable - href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GetRandomItemFromEnvironmentVariable_ - commentId: Overload:AxaFrance.WebEngine.Utilities.GetRandomItemFromEnvironmentVariable + fullName: AxaFrance.WebEngine.Report.TestCaseReport.DurationText + nameWithType: TestCaseReport.DurationText +- uid: AxaFrance.WebEngine.Report.TestCaseReport.EndTime + name: EndTime + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_EndTime + commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.EndTime + fullName: AxaFrance.WebEngine.Report.TestCaseReport.EndTime + nameWithType: TestCaseReport.EndTime +- uid: AxaFrance.WebEngine.Report.TestCaseReport.EndTime* + name: EndTime + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_EndTime_ + commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.EndTime isSpec: "True" - fullName: AxaFrance.WebEngine.Utilities.GetRandomItemFromEnvironmentVariable - nameWithType: Utilities.GetRandomItemFromEnvironmentVariable -- uid: AxaFrance.WebEngine.Utilities.GetRandomLetter - name: GetRandomLetter() - href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GetRandomLetter - commentId: M:AxaFrance.WebEngine.Utilities.GetRandomLetter - fullName: AxaFrance.WebEngine.Utilities.GetRandomLetter() - nameWithType: Utilities.GetRandomLetter() -- uid: AxaFrance.WebEngine.Utilities.GetRandomLetter* - name: GetRandomLetter - href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GetRandomLetter_ - commentId: Overload:AxaFrance.WebEngine.Utilities.GetRandomLetter + fullName: AxaFrance.WebEngine.Report.TestCaseReport.EndTime + nameWithType: TestCaseReport.EndTime +- uid: AxaFrance.WebEngine.Report.TestCaseReport.GlobalContextValues + name: GlobalContextValues + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_GlobalContextValues + commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.GlobalContextValues + fullName: AxaFrance.WebEngine.Report.TestCaseReport.GlobalContextValues + nameWithType: TestCaseReport.GlobalContextValues +- uid: AxaFrance.WebEngine.Report.TestCaseReport.GlobalContextValues* + name: GlobalContextValues + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_GlobalContextValues_ + commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.GlobalContextValues isSpec: "True" - fullName: AxaFrance.WebEngine.Utilities.GetRandomLetter - nameWithType: Utilities.GetRandomLetter -- uid: AxaFrance.WebEngine.Utilities.GetRandomNumber(System.Int32) - name: GetRandomNumber(Int32) - 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) -- uid: AxaFrance.WebEngine.Utilities.GetRandomNumber* - name: GetRandomNumber - href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GetRandomNumber_ - commentId: Overload:AxaFrance.WebEngine.Utilities.GetRandomNumber + fullName: AxaFrance.WebEngine.Report.TestCaseReport.GlobalContextValues + nameWithType: TestCaseReport.GlobalContextValues +- uid: AxaFrance.WebEngine.Report.TestCaseReport.Id + name: Id + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Id + commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.Id + fullName: AxaFrance.WebEngine.Report.TestCaseReport.Id + nameWithType: TestCaseReport.Id +- uid: AxaFrance.WebEngine.Report.TestCaseReport.Id* + name: Id + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Id_ + commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.Id isSpec: "True" - fullName: AxaFrance.WebEngine.Utilities.GetRandomNumber - nameWithType: Utilities.GetRandomNumber -- uid: AxaFrance.WebEngine.Utilities.GetRandomStringFromList(System.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[]) - nameWithType.vb: Utilities.GetRandomStringFromList(Object()) -- uid: AxaFrance.WebEngine.Utilities.GetRandomStringFromList* - name: GetRandomStringFromList - href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GetRandomStringFromList_ - commentId: Overload:AxaFrance.WebEngine.Utilities.GetRandomStringFromList + fullName: AxaFrance.WebEngine.Report.TestCaseReport.Id + nameWithType: TestCaseReport.Id +- uid: AxaFrance.WebEngine.Report.TestCaseReport.Log + name: Log + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Log + commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.Log + fullName: AxaFrance.WebEngine.Report.TestCaseReport.Log + nameWithType: TestCaseReport.Log +- uid: AxaFrance.WebEngine.Report.TestCaseReport.Log* + name: Log + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Log_ + commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.Log isSpec: "True" - 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) - 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) -- uid: AxaFrance.WebEngine.Utilities.LoremIpsum* - name: LoremIpsum - href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_LoremIpsum_ - commentId: Overload:AxaFrance.WebEngine.Utilities.LoremIpsum + fullName: AxaFrance.WebEngine.Report.TestCaseReport.Log + nameWithType: TestCaseReport.Log +- uid: AxaFrance.WebEngine.Report.TestCaseReport.Result + name: Result + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Result + commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.Result + fullName: AxaFrance.WebEngine.Report.TestCaseReport.Result + nameWithType: TestCaseReport.Result +- uid: AxaFrance.WebEngine.Report.TestCaseReport.Result* + name: Result + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_Result_ + commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.Result isSpec: "True" - fullName: AxaFrance.WebEngine.Utilities.LoremIpsum - nameWithType: Utilities.LoremIpsum -- uid: AxaFrance.WebEngine.Utilities.SaveFile(System.String,System.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) -- uid: AxaFrance.WebEngine.Utilities.SaveFile* - name: SaveFile - href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_SaveFile_ - commentId: Overload:AxaFrance.WebEngine.Utilities.SaveFile + fullName: AxaFrance.WebEngine.Report.TestCaseReport.Result + nameWithType: TestCaseReport.Result +- uid: AxaFrance.WebEngine.Report.TestCaseReport.StartTime + name: StartTime + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_StartTime + commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.StartTime + fullName: AxaFrance.WebEngine.Report.TestCaseReport.StartTime + nameWithType: TestCaseReport.StartTime +- uid: AxaFrance.WebEngine.Report.TestCaseReport.StartTime* + name: StartTime + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_StartTime_ + commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.StartTime isSpec: "True" - fullName: AxaFrance.WebEngine.Utilities.SaveFile - nameWithType: Utilities.SaveFile -- uid: AxaFrance.WebEngine.Utilities.ShiftDateByDuration* - name: ShiftDateByDuration - href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_ShiftDateByDuration_ - commentId: Overload:AxaFrance.WebEngine.Utilities.ShiftDateByDuration + fullName: AxaFrance.WebEngine.Report.TestCaseReport.StartTime + nameWithType: TestCaseReport.StartTime +- uid: AxaFrance.WebEngine.Report.TestCaseReport.TestData + name: TestData + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_TestData + commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.TestData + fullName: AxaFrance.WebEngine.Report.TestCaseReport.TestData + nameWithType: TestCaseReport.TestData +- uid: AxaFrance.WebEngine.Report.TestCaseReport.TestData* + name: TestData + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_TestData_ + commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.TestData isSpec: "True" - fullName: AxaFrance.WebEngine.Utilities.ShiftDateByDuration - nameWithType: Utilities.ShiftDateByDuration -- uid: AxaFrance.WebEngine.Utilities.ShiftDateByDuration``1(System.String,``0) - 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) - nameWithType.vb: Utilities.ShiftDateByDuration(Of T)(String, T) -- uid: AxaFrance.WebEngine.Variable - name: Variable - href: api_net/AxaFrance.WebEngine.Variable.html - commentId: T:AxaFrance.WebEngine.Variable - fullName: AxaFrance.WebEngine.Variable - nameWithType: Variable -- uid: AxaFrance.WebEngine.Variable.#ctor - name: Variable() - href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable__ctor - commentId: M:AxaFrance.WebEngine.Variable.#ctor - fullName: AxaFrance.WebEngine.Variable.Variable() - nameWithType: Variable.Variable() -- uid: AxaFrance.WebEngine.Variable.#ctor(System.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) -- uid: AxaFrance.WebEngine.Variable.#ctor(System.String,System.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) -- 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" - fullName: AxaFrance.WebEngine.Variable.Variable - nameWithType: Variable.Variable -- uid: AxaFrance.WebEngine.Variable.GetValue(System.Collections.Generic.IEnumerable{AxaFrance.WebEngine.Variable},System.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) - nameWithType.vb: Variable.GetValue(IEnumerable(Of Variable), String) -- uid: AxaFrance.WebEngine.Variable.GetValue* - name: GetValue - href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable_GetValue_ - commentId: Overload:AxaFrance.WebEngine.Variable.GetValue + fullName: AxaFrance.WebEngine.Report.TestCaseReport.TestData + nameWithType: TestCaseReport.TestData +- uid: AxaFrance.WebEngine.Report.TestCaseReport.TestName + name: TestName + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_TestName + commentId: P:AxaFrance.WebEngine.Report.TestCaseReport.TestName + fullName: AxaFrance.WebEngine.Report.TestCaseReport.TestName + nameWithType: TestCaseReport.TestName +- uid: AxaFrance.WebEngine.Report.TestCaseReport.TestName* + name: TestName + href: api_net/AxaFrance.WebEngine.Report.TestCaseReport.html#AxaFrance_WebEngine_Report_TestCaseReport_TestName_ + commentId: Overload:AxaFrance.WebEngine.Report.TestCaseReport.TestName isSpec: "True" - fullName: AxaFrance.WebEngine.Variable.GetValue - nameWithType: Variable.GetValue -- uid: AxaFrance.WebEngine.Variable.Name - name: Name - href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable_Name - commentId: P:AxaFrance.WebEngine.Variable.Name - fullName: AxaFrance.WebEngine.Variable.Name - nameWithType: Variable.Name -- uid: AxaFrance.WebEngine.Variable.Name* - name: Name - href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable_Name_ - commentId: Overload:AxaFrance.WebEngine.Variable.Name + fullName: AxaFrance.WebEngine.Report.TestCaseReport.TestName + nameWithType: TestCaseReport.TestName +- uid: AxaFrance.WebEngine.Report.TestSuiteReport + name: TestSuiteReport + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html + commentId: T:AxaFrance.WebEngine.Report.TestSuiteReport + fullName: AxaFrance.WebEngine.Report.TestSuiteReport + nameWithType: TestSuiteReport +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.#ctor + name: TestSuiteReport() + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport__ctor + commentId: M:AxaFrance.WebEngine.Report.TestSuiteReport.#ctor + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.TestSuiteReport() + nameWithType: TestSuiteReport.TestSuiteReport() +- 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" - fullName: AxaFrance.WebEngine.Variable.Name - nameWithType: Variable.Name -- uid: AxaFrance.WebEngine.Variable.ToString - name: ToString() - href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable_ToString - commentId: M:AxaFrance.WebEngine.Variable.ToString - fullName: AxaFrance.WebEngine.Variable.ToString() - nameWithType: Variable.ToString() -- uid: AxaFrance.WebEngine.Variable.ToString* - name: ToString - href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable_ToString_ - commentId: Overload:AxaFrance.WebEngine.Variable.ToString + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.TestSuiteReport + nameWithType: TestSuiteReport.TestSuiteReport +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Duration + name: Duration + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Duration + commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.Duration + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.Duration + nameWithType: TestSuiteReport.Duration +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Duration* + name: Duration + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Duration_ + commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.Duration isSpec: "True" - fullName: AxaFrance.WebEngine.Variable.ToString - nameWithType: Variable.ToString -- uid: AxaFrance.WebEngine.Variable.Value - name: Value - href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable_Value - commentId: P:AxaFrance.WebEngine.Variable.Value - fullName: AxaFrance.WebEngine.Variable.Value - nameWithType: Variable.Value -- uid: AxaFrance.WebEngine.Variable.Value* - name: Value - href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable_Value_ - commentId: Overload:AxaFrance.WebEngine.Variable.Value + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.Duration + nameWithType: TestSuiteReport.Duration +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.EndTime + name: EndTime + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_EndTime + commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.EndTime + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.EndTime + nameWithType: TestSuiteReport.EndTime +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.EndTime* + name: EndTime + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_EndTime_ + commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.EndTime isSpec: "True" - fullName: AxaFrance.WebEngine.Variable.Value - nameWithType: Variable.Value -- uid: AxaFrance.WebEngine.Web - name: AxaFrance.WebEngine.Web - href: api_net/AxaFrance.WebEngine.Web.html - commentId: N:AxaFrance.WebEngine.Web - fullName: AxaFrance.WebEngine.Web - nameWithType: AxaFrance.WebEngine.Web -- uid: AxaFrance.WebEngine.Web.BrowserFactory - name: BrowserFactory - href: api_net/AxaFrance.WebEngine.Web.BrowserFactory.html - commentId: T:AxaFrance.WebEngine.Web.BrowserFactory - fullName: AxaFrance.WebEngine.Web.BrowserFactory - nameWithType: BrowserFactory -- uid: AxaFrance.WebEngine.Web.BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform,AxaFrance.WebEngine.BrowserType) - name: GetDriver(Platform, BrowserType) - href: api_net/AxaFrance.WebEngine.Web.BrowserFactory.html#AxaFrance_WebEngine_Web_BrowserFactory_GetDriver_AxaFrance_WebEngine_Platform_AxaFrance_WebEngine_BrowserType_ - commentId: M:AxaFrance.WebEngine.Web.BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform,AxaFrance.WebEngine.BrowserType) - 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) - 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) - nameWithType.vb: BrowserFactory.GetDriver(Platform, BrowserType, IEnumerable(Of String)) -- uid: AxaFrance.WebEngine.Web.BrowserFactory.GetDriver* - name: GetDriver - href: api_net/AxaFrance.WebEngine.Web.BrowserFactory.html#AxaFrance_WebEngine_Web_BrowserFactory_GetDriver_ - commentId: Overload:AxaFrance.WebEngine.Web.BrowserFactory.GetDriver + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.EndTime + nameWithType: TestSuiteReport.EndTime +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.EnvironmentVariables + name: EnvironmentVariables + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_EnvironmentVariables + commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.EnvironmentVariables + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.EnvironmentVariables + nameWithType: TestSuiteReport.EnvironmentVariables +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.EnvironmentVariables* + name: EnvironmentVariables + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_EnvironmentVariables_ + commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.EnvironmentVariables isSpec: "True" - fullName: AxaFrance.WebEngine.Web.BrowserFactory.GetDriver - nameWithType: BrowserFactory.GetDriver -- uid: AxaFrance.WebEngine.Web.BrowserFactory.Sync(OpenQA.Selenium.WebDriver) - name: Sync(WebDriver) - href: api_net/AxaFrance.WebEngine.Web.BrowserFactory.html#AxaFrance_WebEngine_Web_BrowserFactory_Sync_OpenQA_Selenium_WebDriver_ - commentId: M:AxaFrance.WebEngine.Web.BrowserFactory.Sync(OpenQA.Selenium.WebDriver) - fullName: AxaFrance.WebEngine.Web.BrowserFactory.Sync(OpenQA.Selenium.WebDriver) - nameWithType: BrowserFactory.Sync(WebDriver) -- uid: AxaFrance.WebEngine.Web.BrowserFactory.Sync* - name: Sync - href: api_net/AxaFrance.WebEngine.Web.BrowserFactory.html#AxaFrance_WebEngine_Web_BrowserFactory_Sync_ - commentId: Overload:AxaFrance.WebEngine.Web.BrowserFactory.Sync + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.EnvironmentVariables + nameWithType: TestSuiteReport.EnvironmentVariables +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Failed + name: Failed + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Failed + commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.Failed + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.Failed + nameWithType: TestSuiteReport.Failed +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Failed* + name: Failed + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Failed_ + commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.Failed isSpec: "True" - fullName: AxaFrance.WebEngine.Web.BrowserFactory.Sync - nameWithType: BrowserFactory.Sync -- uid: AxaFrance.WebEngine.Web.ElementDescription - name: ElementDescription - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html - commentId: T:AxaFrance.WebEngine.Web.ElementDescription - fullName: AxaFrance.WebEngine.Web.ElementDescription - nameWithType: ElementDescription -- uid: AxaFrance.WebEngine.Web.ElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) - name: ApplyAttribute(FindsByAttribute) - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_ApplyAttribute_AxaFrance_WebEngine_Web_FindsByAttribute_ - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) - fullName: AxaFrance.WebEngine.Web.ElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) - nameWithType: ElementDescription.ApplyAttribute(FindsByAttribute) -- uid: AxaFrance.WebEngine.Web.ElementDescription.ApplyAttribute* - name: ApplyAttribute - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_ApplyAttribute_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.ApplyAttribute + 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) + 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) +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.GenereteCSV* + name: GenereteCSV + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_GenereteCSV_ + commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.GenereteCSV isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.ApplyAttribute - nameWithType: ElementDescription.ApplyAttribute -- uid: AxaFrance.WebEngine.Web.ElementDescription.Clear - name: Clear() - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Clear - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Clear - fullName: AxaFrance.WebEngine.Web.ElementDescription.Clear() - nameWithType: ElementDescription.Clear() -- uid: AxaFrance.WebEngine.Web.ElementDescription.Clear* - name: Clear - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Clear_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.Clear + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.GenereteCSV + nameWithType: TestSuiteReport.GenereteCSV +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.HostName + name: HostName + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_HostName + commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.HostName + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.HostName + nameWithType: TestSuiteReport.HostName +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.HostName* + name: HostName + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_HostName_ + commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.HostName isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.Clear - nameWithType: ElementDescription.Clear -- uid: AxaFrance.WebEngine.Web.ElementDescription.Click - name: Click() - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Click - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Click - fullName: AxaFrance.WebEngine.Web.ElementDescription.Click() - nameWithType: ElementDescription.Click() -- uid: AxaFrance.WebEngine.Web.ElementDescription.Click* - name: Click - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Click_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.Click - isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.Click - nameWithType: ElementDescription.Click -- uid: AxaFrance.WebEngine.Web.ElementDescription.driver - name: driver - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_driver - commentId: F:AxaFrance.WebEngine.Web.ElementDescription.driver - fullName: AxaFrance.WebEngine.Web.ElementDescription.driver - nameWithType: ElementDescription.driver -- uid: AxaFrance.WebEngine.Web.ElementDescription.Exists - name: Exists() - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Exists - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Exists - fullName: AxaFrance.WebEngine.Web.ElementDescription.Exists() - nameWithType: ElementDescription.Exists() -- uid: AxaFrance.WebEngine.Web.ElementDescription.Exists(System.Int32) - name: Exists(Int32) - 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) -- uid: AxaFrance.WebEngine.Web.ElementDescription.Exists* - name: Exists - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Exists_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.Exists + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.HostName + nameWithType: TestSuiteReport.HostName +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Ignored + name: Ignored + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Ignored + commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.Ignored + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.Ignored + nameWithType: TestSuiteReport.Ignored +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Ignored* + name: Ignored + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Ignored_ + commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.Ignored isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.Exists - nameWithType: ElementDescription.Exists -- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElement - name: FindElement() - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElement - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.FindElement - fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElement() - nameWithType: ElementDescription.FindElement() -- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElement(OpenQA.Selenium.By) - name: FindElement(By) - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElement_OpenQA_Selenium_By_ - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.FindElement(OpenQA.Selenium.By) - 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) - 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) -- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElement(System.Int32) - name: FindElement(Int32) - 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) -- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElement* - name: FindElement - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElement_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.FindElement + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.Ignored + nameWithType: TestSuiteReport.Ignored +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Passed + name: Passed + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Passed + commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.Passed + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.Passed + nameWithType: TestSuiteReport.Passed +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.Passed* + name: Passed + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_Passed_ + commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.Passed isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElement - nameWithType: ElementDescription.FindElement -- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElements - name: FindElements() - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElements - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.FindElements - fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElements() - nameWithType: ElementDescription.FindElements() -- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElements(OpenQA.Selenium.By) - name: FindElements(By) - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElements_OpenQA_Selenium_By_ - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.FindElements(OpenQA.Selenium.By) - fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElements(OpenQA.Selenium.By) - nameWithType: ElementDescription.FindElements(By) -- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElements(System.Int32) - name: FindElements(Int32) - 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) -- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElements* - name: FindElements - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElements_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.FindElements + 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) + 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) +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.SaveAs* + name: SaveAs + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_SaveAs_ + commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.SaveAs isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElements - nameWithType: ElementDescription.FindElements -- uid: AxaFrance.WebEngine.Web.ElementDescription.GetAttribute(System.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) -- uid: AxaFrance.WebEngine.Web.ElementDescription.GetAttribute* - name: GetAttribute - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetAttribute_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.GetAttribute + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.SaveAs + nameWithType: TestSuiteReport.SaveAs +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.StartTime + name: StartTime + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_StartTime + commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.StartTime + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.StartTime + nameWithType: TestSuiteReport.StartTime +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.StartTime* + name: StartTime + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_StartTime_ + commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.StartTime isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.GetAttribute - nameWithType: ElementDescription.GetAttribute -- uid: AxaFrance.WebEngine.Web.ElementDescription.GetProperty(System.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) -- uid: AxaFrance.WebEngine.Web.ElementDescription.GetProperty* - name: GetProperty - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetProperty_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.GetProperty + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.StartTime + nameWithType: TestSuiteReport.StartTime +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.SystemError + name: SystemError + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_SystemError + commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.SystemError + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.SystemError + nameWithType: TestSuiteReport.SystemError +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.SystemError* + name: SystemError + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_SystemError_ + commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.SystemError isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.GetProperty - nameWithType: ElementDescription.GetProperty -- uid: AxaFrance.WebEngine.Web.ElementDescription.GetScreenshot - name: GetScreenshot() - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetScreenshot - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.GetScreenshot - fullName: AxaFrance.WebEngine.Web.ElementDescription.GetScreenshot() - nameWithType: ElementDescription.GetScreenshot() -- uid: AxaFrance.WebEngine.Web.ElementDescription.GetScreenshot* - name: GetScreenshot - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetScreenshot_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.GetScreenshot + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.SystemError + nameWithType: TestSuiteReport.SystemError +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.SystemOut + name: SystemOut + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_SystemOut + commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.SystemOut + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.SystemOut + nameWithType: TestSuiteReport.SystemOut +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.SystemOut* + name: SystemOut + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_SystemOut_ + commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.SystemOut isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.GetScreenshot - nameWithType: ElementDescription.GetScreenshot -- uid: AxaFrance.WebEngine.Web.ElementDescription.GetText - name: GetText() - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetText - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.GetText - fullName: AxaFrance.WebEngine.Web.ElementDescription.GetText() - nameWithType: ElementDescription.GetText() -- uid: AxaFrance.WebEngine.Web.ElementDescription.GetText* - name: GetText - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetText_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.GetText + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.SystemOut + nameWithType: TestSuiteReport.SystemOut +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.TestResult + name: TestResult + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_TestResult + commentId: P:AxaFrance.WebEngine.Report.TestSuiteReport.TestResult + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.TestResult + nameWithType: TestSuiteReport.TestResult +- uid: AxaFrance.WebEngine.Report.TestSuiteReport.TestResult* + name: TestResult + href: api_net/AxaFrance.WebEngine.Report.TestSuiteReport.html#AxaFrance_WebEngine_Report_TestSuiteReport_TestResult_ + commentId: Overload:AxaFrance.WebEngine.Report.TestSuiteReport.TestResult isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.GetText - nameWithType: ElementDescription.GetText -- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalClick - name: InternalClick() - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalClick - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.InternalClick - fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalClick() - nameWithType: ElementDescription.InternalClick() -- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalClick* - name: InternalClick - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalClick_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.InternalClick + fullName: AxaFrance.WebEngine.Report.TestSuiteReport.TestResult + nameWithType: TestSuiteReport.TestResult +- uid: AxaFrance.WebEngine.ReportSettings + name: ReportSettings + href: api_net/AxaFrance.WebEngine.ReportSettings.html + commentId: T:AxaFrance.WebEngine.ReportSettings + fullName: AxaFrance.WebEngine.ReportSettings + nameWithType: ReportSettings +- uid: AxaFrance.WebEngine.ReportSettings.HtmlReport + name: HtmlReport + href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_HtmlReport + commentId: P:AxaFrance.WebEngine.ReportSettings.HtmlReport + fullName: AxaFrance.WebEngine.ReportSettings.HtmlReport + nameWithType: ReportSettings.HtmlReport +- uid: AxaFrance.WebEngine.ReportSettings.HtmlReport* + name: HtmlReport + href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_HtmlReport_ + commentId: Overload:AxaFrance.WebEngine.ReportSettings.HtmlReport isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalClick - nameWithType: ElementDescription.InternalClick -- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElement - name: InternalFindElement() - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalFindElement - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.InternalFindElement - fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElement() - nameWithType: ElementDescription.InternalFindElement() -- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElement* - name: InternalFindElement - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalFindElement_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.InternalFindElement + fullName: AxaFrance.WebEngine.ReportSettings.HtmlReport + nameWithType: ReportSettings.HtmlReport +- uid: AxaFrance.WebEngine.ReportSettings.HtmlReportPath + name: HtmlReportPath + href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_HtmlReportPath + commentId: P:AxaFrance.WebEngine.ReportSettings.HtmlReportPath + fullName: AxaFrance.WebEngine.ReportSettings.HtmlReportPath + nameWithType: ReportSettings.HtmlReportPath +- uid: AxaFrance.WebEngine.ReportSettings.HtmlReportPath* + name: HtmlReportPath + href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_HtmlReportPath_ + commentId: Overload:AxaFrance.WebEngine.ReportSettings.HtmlReportPath isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElement - nameWithType: ElementDescription.InternalFindElement -- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElements - name: InternalFindElements() - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalFindElements - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.InternalFindElements - fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElements() - nameWithType: ElementDescription.InternalFindElements() -- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElements* - name: InternalFindElements - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalFindElements_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.InternalFindElements + fullName: AxaFrance.WebEngine.ReportSettings.HtmlReportPath + nameWithType: ReportSettings.HtmlReportPath +- uid: AxaFrance.WebEngine.ReportSettings.JUnitReport + name: JUnitReport + href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_JUnitReport + commentId: P:AxaFrance.WebEngine.ReportSettings.JUnitReport + fullName: AxaFrance.WebEngine.ReportSettings.JUnitReport + nameWithType: ReportSettings.JUnitReport +- uid: AxaFrance.WebEngine.ReportSettings.JUnitReport* + name: JUnitReport + href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_JUnitReport_ + commentId: Overload:AxaFrance.WebEngine.ReportSettings.JUnitReport isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElements - nameWithType: ElementDescription.InternalFindElements -- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalGetScreenshot - name: InternalGetScreenshot() - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalGetScreenshot - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.InternalGetScreenshot - fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalGetScreenshot() - nameWithType: ElementDescription.InternalGetScreenshot() -- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalGetScreenshot* - name: InternalGetScreenshot - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalGetScreenshot_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.InternalGetScreenshot + fullName: AxaFrance.WebEngine.ReportSettings.JUnitReport + nameWithType: ReportSettings.JUnitReport +- uid: AxaFrance.WebEngine.ReportSettings.JUnitReportPath + name: JUnitReportPath + href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_JUnitReportPath + commentId: P:AxaFrance.WebEngine.ReportSettings.JUnitReportPath + fullName: AxaFrance.WebEngine.ReportSettings.JUnitReportPath + nameWithType: ReportSettings.JUnitReportPath +- uid: AxaFrance.WebEngine.ReportSettings.JUnitReportPath* + name: JUnitReportPath + href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_JUnitReportPath_ + commentId: Overload:AxaFrance.WebEngine.ReportSettings.JUnitReportPath isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalGetScreenshot - nameWithType: ElementDescription.InternalGetScreenshot -- uid: AxaFrance.WebEngine.Web.ElementDescription.IsDisplayed - name: IsDisplayed - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_IsDisplayed - commentId: P:AxaFrance.WebEngine.Web.ElementDescription.IsDisplayed - fullName: AxaFrance.WebEngine.Web.ElementDescription.IsDisplayed - nameWithType: ElementDescription.IsDisplayed -- uid: AxaFrance.WebEngine.Web.ElementDescription.IsDisplayed* - name: IsDisplayed - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_IsDisplayed_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.IsDisplayed + fullName: AxaFrance.WebEngine.ReportSettings.JUnitReportPath + nameWithType: ReportSettings.JUnitReportPath +- uid: AxaFrance.WebEngine.ReportSettings.NUnitReport + name: NUnitReport + href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_NUnitReport + commentId: P:AxaFrance.WebEngine.ReportSettings.NUnitReport + fullName: AxaFrance.WebEngine.ReportSettings.NUnitReport + nameWithType: ReportSettings.NUnitReport +- uid: AxaFrance.WebEngine.ReportSettings.NUnitReport* + name: NUnitReport + href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_NUnitReport_ + commentId: Overload:AxaFrance.WebEngine.ReportSettings.NUnitReport isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.IsDisplayed - nameWithType: ElementDescription.IsDisplayed -- uid: AxaFrance.WebEngine.Web.ElementDescription.IsEnabled - name: IsEnabled - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_IsEnabled - commentId: P:AxaFrance.WebEngine.Web.ElementDescription.IsEnabled - fullName: AxaFrance.WebEngine.Web.ElementDescription.IsEnabled - nameWithType: ElementDescription.IsEnabled -- uid: AxaFrance.WebEngine.Web.ElementDescription.IsEnabled* - name: IsEnabled - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_IsEnabled_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.IsEnabled + fullName: AxaFrance.WebEngine.ReportSettings.NUnitReport + nameWithType: ReportSettings.NUnitReport +- uid: AxaFrance.WebEngine.ReportSettings.NUnitReportPath + name: NUnitReportPath + href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_NUnitReportPath + commentId: P:AxaFrance.WebEngine.ReportSettings.NUnitReportPath + fullName: AxaFrance.WebEngine.ReportSettings.NUnitReportPath + nameWithType: ReportSettings.NUnitReportPath +- uid: AxaFrance.WebEngine.ReportSettings.NUnitReportPath* + name: NUnitReportPath + href: api_net/AxaFrance.WebEngine.ReportSettings.html#AxaFrance_WebEngine_ReportSettings_NUnitReportPath_ + commentId: Overload:AxaFrance.WebEngine.ReportSettings.NUnitReportPath isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.IsEnabled - nameWithType: ElementDescription.IsEnabled -- uid: AxaFrance.WebEngine.Web.ElementDescription.IsSelected - name: IsSelected - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_IsSelected - commentId: P:AxaFrance.WebEngine.Web.ElementDescription.IsSelected - fullName: AxaFrance.WebEngine.Web.ElementDescription.IsSelected - nameWithType: ElementDescription.IsSelected -- uid: AxaFrance.WebEngine.Web.ElementDescription.IsSelected* - name: IsSelected - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_IsSelected_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.IsSelected + fullName: AxaFrance.WebEngine.ReportSettings.NUnitReportPath + nameWithType: ReportSettings.NUnitReportPath +- uid: AxaFrance.WebEngine.Result + name: Result + href: api_net/AxaFrance.WebEngine.Result.html + commentId: T:AxaFrance.WebEngine.Result + fullName: AxaFrance.WebEngine.Result + nameWithType: Result +- uid: AxaFrance.WebEngine.Result.CriticalError + name: CriticalError + href: api_net/AxaFrance.WebEngine.Result.html#AxaFrance_WebEngine_Result_CriticalError + commentId: F:AxaFrance.WebEngine.Result.CriticalError + fullName: AxaFrance.WebEngine.Result.CriticalError + nameWithType: Result.CriticalError +- uid: AxaFrance.WebEngine.Result.Failed + name: Failed + href: api_net/AxaFrance.WebEngine.Result.html#AxaFrance_WebEngine_Result_Failed + commentId: F:AxaFrance.WebEngine.Result.Failed + fullName: AxaFrance.WebEngine.Result.Failed + nameWithType: Result.Failed +- uid: AxaFrance.WebEngine.Result.Ignored + name: Ignored + href: api_net/AxaFrance.WebEngine.Result.html#AxaFrance_WebEngine_Result_Ignored + commentId: F:AxaFrance.WebEngine.Result.Ignored + fullName: AxaFrance.WebEngine.Result.Ignored + nameWithType: Result.Ignored +- uid: AxaFrance.WebEngine.Result.None + name: None + href: api_net/AxaFrance.WebEngine.Result.html#AxaFrance_WebEngine_Result_None + commentId: F:AxaFrance.WebEngine.Result.None + fullName: AxaFrance.WebEngine.Result.None + nameWithType: Result.None +- uid: AxaFrance.WebEngine.Result.Passed + name: Passed + href: api_net/AxaFrance.WebEngine.Result.html#AxaFrance_WebEngine_Result_Passed + commentId: F:AxaFrance.WebEngine.Result.Passed + fullName: AxaFrance.WebEngine.Result.Passed + nameWithType: Result.Passed +- uid: AxaFrance.WebEngine.Settings + name: Settings + href: api_net/AxaFrance.WebEngine.Settings.html + commentId: T:AxaFrance.WebEngine.Settings + fullName: AxaFrance.WebEngine.Settings + nameWithType: Settings +- uid: AxaFrance.WebEngine.Settings.AllowAnyCertificate + name: AllowAnyCertificate + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_AllowAnyCertificate + commentId: P:AxaFrance.WebEngine.Settings.AllowAnyCertificate + fullName: AxaFrance.WebEngine.Settings.AllowAnyCertificate + nameWithType: Settings.AllowAnyCertificate +- uid: AxaFrance.WebEngine.Settings.AllowAnyCertificate* + name: AllowAnyCertificate + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_AllowAnyCertificate_ + commentId: Overload:AxaFrance.WebEngine.Settings.AllowAnyCertificate isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.IsSelected - nameWithType: ElementDescription.IsSelected -- uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action) - name: Perform(Action) - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Perform_System_Action_ - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action) - 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) - 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) -- uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action{System.String},System.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) - nameWithType.vb: ElementDescription.Perform(Action(Of String), String) -- uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.Boolean}) - 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) - nameWithType.vb: ElementDescription.Perform(Func(Of Boolean)) -- uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.Byte[]}) - 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) - 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) - 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) - 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) - 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) - nameWithType.vb: ElementDescription.Perform(Func(Of String, String), String) -- uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.String}) - 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) - nameWithType.vb: ElementDescription.Perform(Func(Of String)) -- uid: AxaFrance.WebEngine.Web.ElementDescription.Perform* - name: Perform - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Perform_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.Perform + fullName: AxaFrance.WebEngine.Settings.AllowAnyCertificate + nameWithType: Settings.AllowAnyCertificate +- uid: AxaFrance.WebEngine.Settings.AppId + name: AppId + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_AppId + commentId: P:AxaFrance.WebEngine.Settings.AppId + fullName: AxaFrance.WebEngine.Settings.AppId + nameWithType: Settings.AppId +- uid: AxaFrance.WebEngine.Settings.AppId* + name: AppId + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_AppId_ + commentId: Overload:AxaFrance.WebEngine.Settings.AppId isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform - nameWithType: ElementDescription.Perform -- uid: AxaFrance.WebEngine.Web.ElementDescription.SendKeys(System.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) -- uid: AxaFrance.WebEngine.Web.ElementDescription.SendKeys* - name: SendKeys - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_SendKeys_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.SendKeys + fullName: AxaFrance.WebEngine.Settings.AppId + nameWithType: Settings.AppId +- uid: AxaFrance.WebEngine.Settings.AppPackageName + name: AppPackageName + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_AppPackageName + commentId: P:AxaFrance.WebEngine.Settings.AppPackageName + fullName: AxaFrance.WebEngine.Settings.AppPackageName + nameWithType: Settings.AppPackageName +- uid: AxaFrance.WebEngine.Settings.AppPackageName* + name: AppPackageName + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_AppPackageName_ + commentId: Overload:AxaFrance.WebEngine.Settings.AppPackageName isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.SendKeys - nameWithType: ElementDescription.SendKeys -- uid: AxaFrance.WebEngine.Web.ElementDescription.SetValue(System.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) -- uid: AxaFrance.WebEngine.Web.ElementDescription.SetValue* - name: SetValue - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_SetValue_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.SetValue + fullName: AxaFrance.WebEngine.Settings.AppPackageName + nameWithType: Settings.AppPackageName +- uid: AxaFrance.WebEngine.Settings.Browser + name: Browser + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Browser + commentId: P:AxaFrance.WebEngine.Settings.Browser + fullName: AxaFrance.WebEngine.Settings.Browser + nameWithType: Settings.Browser +- uid: AxaFrance.WebEngine.Settings.Browser* + name: Browser + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Browser_ + commentId: Overload:AxaFrance.WebEngine.Settings.Browser isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.SetValue - nameWithType: ElementDescription.SetValue -- uid: AxaFrance.WebEngine.Web.ElementDescription.UseDriver(OpenQA.Selenium.WebDriver) - name: UseDriver(WebDriver) - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_UseDriver_OpenQA_Selenium_WebDriver_ - commentId: M:AxaFrance.WebEngine.Web.ElementDescription.UseDriver(OpenQA.Selenium.WebDriver) - fullName: AxaFrance.WebEngine.Web.ElementDescription.UseDriver(OpenQA.Selenium.WebDriver) - nameWithType: ElementDescription.UseDriver(WebDriver) -- uid: AxaFrance.WebEngine.Web.ElementDescription.UseDriver* - name: UseDriver - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_UseDriver_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.UseDriver + fullName: AxaFrance.WebEngine.Settings.Browser + nameWithType: Settings.Browser +- uid: AxaFrance.WebEngine.Settings.BrowserOptions + name: BrowserOptions + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_BrowserOptions + commentId: P:AxaFrance.WebEngine.Settings.BrowserOptions + fullName: AxaFrance.WebEngine.Settings.BrowserOptions + nameWithType: Settings.BrowserOptions +- uid: AxaFrance.WebEngine.Settings.BrowserOptions* + name: BrowserOptions + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_BrowserOptions_ + commentId: Overload:AxaFrance.WebEngine.Settings.BrowserOptions isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.UseDriver - nameWithType: ElementDescription.UseDriver -- uid: AxaFrance.WebEngine.Web.ElementDescription.Value - name: Value - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Value - commentId: P:AxaFrance.WebEngine.Web.ElementDescription.Value - fullName: AxaFrance.WebEngine.Web.ElementDescription.Value - nameWithType: ElementDescription.Value -- uid: AxaFrance.WebEngine.Web.ElementDescription.Value* - name: Value - href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Value_ - commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.Value + fullName: AxaFrance.WebEngine.Settings.BrowserOptions + nameWithType: Settings.BrowserOptions +- uid: AxaFrance.WebEngine.Settings.BrowserVersion + name: BrowserVersion + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_BrowserVersion + commentId: P:AxaFrance.WebEngine.Settings.BrowserVersion + fullName: AxaFrance.WebEngine.Settings.BrowserVersion + nameWithType: Settings.BrowserVersion +- uid: AxaFrance.WebEngine.Settings.BrowserVersion* + name: BrowserVersion + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_BrowserVersion_ + commentId: Overload:AxaFrance.WebEngine.Settings.BrowserVersion isSpec: "True" - fullName: AxaFrance.WebEngine.Web.ElementDescription.Value - nameWithType: ElementDescription.Value -- uid: AxaFrance.WebEngine.Web.FindsByAttribute - name: FindsByAttribute - href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html - commentId: T:AxaFrance.WebEngine.Web.FindsByAttribute - fullName: AxaFrance.WebEngine.Web.FindsByAttribute - nameWithType: FindsByAttribute -- uid: AxaFrance.WebEngine.Web.FindsByAttribute.#ctor - name: FindsByAttribute() - href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html#AxaFrance_WebEngine_Web_FindsByAttribute__ctor - commentId: M:AxaFrance.WebEngine.Web.FindsByAttribute.#ctor - fullName: AxaFrance.WebEngine.Web.FindsByAttribute.FindsByAttribute() - nameWithType: FindsByAttribute.FindsByAttribute() -- uid: AxaFrance.WebEngine.Web.FindsByAttribute.#ctor(AxaFrance.WebEngine.Web.How,System.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) -- 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 + fullName: AxaFrance.WebEngine.Settings.BrowserVersion + nameWithType: Settings.BrowserVersion +- uid: AxaFrance.WebEngine.Settings.Capabilities + name: Capabilities + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Capabilities + commentId: P:AxaFrance.WebEngine.Settings.Capabilities + fullName: AxaFrance.WebEngine.Settings.Capabilities + nameWithType: Settings.Capabilities +- uid: AxaFrance.WebEngine.Settings.Capabilities* + name: Capabilities + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Capabilities_ + commentId: Overload:AxaFrance.WebEngine.Settings.Capabilities isSpec: "True" - fullName: AxaFrance.WebEngine.Web.FindsByAttribute.FindsByAttribute - nameWithType: FindsByAttribute.FindsByAttribute -- uid: AxaFrance.WebEngine.Web.FindsByAttribute.How - name: How - href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html#AxaFrance_WebEngine_Web_FindsByAttribute_How - commentId: P:AxaFrance.WebEngine.Web.FindsByAttribute.How - fullName: AxaFrance.WebEngine.Web.FindsByAttribute.How - nameWithType: FindsByAttribute.How -- uid: AxaFrance.WebEngine.Web.FindsByAttribute.How* - name: How - href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html#AxaFrance_WebEngine_Web_FindsByAttribute_How_ - commentId: Overload:AxaFrance.WebEngine.Web.FindsByAttribute.How + fullName: AxaFrance.WebEngine.Settings.Capabilities + nameWithType: Settings.Capabilities +- uid: AxaFrance.WebEngine.Settings.DataSourceName + name: DataSourceName + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_DataSourceName + commentId: P:AxaFrance.WebEngine.Settings.DataSourceName + fullName: AxaFrance.WebEngine.Settings.DataSourceName + nameWithType: Settings.DataSourceName +- uid: AxaFrance.WebEngine.Settings.DataSourceName* + name: DataSourceName + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_DataSourceName_ + commentId: Overload:AxaFrance.WebEngine.Settings.DataSourceName + isSpec: "True" + fullName: AxaFrance.WebEngine.Settings.DataSourceName + nameWithType: Settings.DataSourceName +- uid: AxaFrance.WebEngine.Settings.Device + name: Device + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Device + commentId: P:AxaFrance.WebEngine.Settings.Device + fullName: AxaFrance.WebEngine.Settings.Device + nameWithType: Settings.Device +- uid: AxaFrance.WebEngine.Settings.Device* + name: Device + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Device_ + commentId: Overload:AxaFrance.WebEngine.Settings.Device isSpec: "True" - fullName: AxaFrance.WebEngine.Web.FindsByAttribute.How - nameWithType: FindsByAttribute.How -- uid: AxaFrance.WebEngine.Web.FindsByAttribute.Using - name: Using - href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html#AxaFrance_WebEngine_Web_FindsByAttribute_Using - commentId: P:AxaFrance.WebEngine.Web.FindsByAttribute.Using - fullName: AxaFrance.WebEngine.Web.FindsByAttribute.Using - nameWithType: FindsByAttribute.Using -- uid: AxaFrance.WebEngine.Web.FindsByAttribute.Using* - name: Using - href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html#AxaFrance_WebEngine_Web_FindsByAttribute_Using_ - commentId: Overload:AxaFrance.WebEngine.Web.FindsByAttribute.Using + fullName: AxaFrance.WebEngine.Settings.Device + nameWithType: Settings.Device +- uid: AxaFrance.WebEngine.Settings.GridForDesktop + name: GridForDesktop + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_GridForDesktop + commentId: P:AxaFrance.WebEngine.Settings.GridForDesktop + fullName: AxaFrance.WebEngine.Settings.GridForDesktop + nameWithType: Settings.GridForDesktop +- uid: AxaFrance.WebEngine.Settings.GridForDesktop* + name: GridForDesktop + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_GridForDesktop_ + commentId: Overload:AxaFrance.WebEngine.Settings.GridForDesktop isSpec: "True" - fullName: AxaFrance.WebEngine.Web.FindsByAttribute.Using - nameWithType: FindsByAttribute.Using -- uid: AxaFrance.WebEngine.Web.How - name: How - href: api_net/AxaFrance.WebEngine.Web.How.html - commentId: T:AxaFrance.WebEngine.Web.How - fullName: AxaFrance.WebEngine.Web.How - nameWithType: How -- uid: AxaFrance.WebEngine.Web.How.ClassName - name: ClassName - href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_ClassName - commentId: F:AxaFrance.WebEngine.Web.How.ClassName - fullName: AxaFrance.WebEngine.Web.How.ClassName - nameWithType: How.ClassName -- uid: AxaFrance.WebEngine.Web.How.CssSelector - name: CssSelector - href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_CssSelector - commentId: F:AxaFrance.WebEngine.Web.How.CssSelector - fullName: AxaFrance.WebEngine.Web.How.CssSelector - nameWithType: How.CssSelector -- uid: AxaFrance.WebEngine.Web.How.Custom - name: Custom - href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_Custom - commentId: F:AxaFrance.WebEngine.Web.How.Custom - fullName: AxaFrance.WebEngine.Web.How.Custom - nameWithType: How.Custom -- uid: AxaFrance.WebEngine.Web.How.Id - name: Id - href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_Id - commentId: F:AxaFrance.WebEngine.Web.How.Id - fullName: AxaFrance.WebEngine.Web.How.Id - nameWithType: How.Id -- uid: AxaFrance.WebEngine.Web.How.LinkText - name: LinkText - href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_LinkText - commentId: F:AxaFrance.WebEngine.Web.How.LinkText - fullName: AxaFrance.WebEngine.Web.How.LinkText - nameWithType: How.LinkText -- uid: AxaFrance.WebEngine.Web.How.Name - name: Name - href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_Name - commentId: F:AxaFrance.WebEngine.Web.How.Name - fullName: AxaFrance.WebEngine.Web.How.Name - nameWithType: How.Name -- uid: AxaFrance.WebEngine.Web.How.PartialLinkText - name: PartialLinkText - href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_PartialLinkText - commentId: F:AxaFrance.WebEngine.Web.How.PartialLinkText - fullName: AxaFrance.WebEngine.Web.How.PartialLinkText - nameWithType: How.PartialLinkText -- uid: AxaFrance.WebEngine.Web.How.TagName - name: TagName - href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_TagName - commentId: F:AxaFrance.WebEngine.Web.How.TagName - fullName: AxaFrance.WebEngine.Web.How.TagName - nameWithType: How.TagName -- uid: AxaFrance.WebEngine.Web.How.XPath - name: XPath - href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_XPath - commentId: F:AxaFrance.WebEngine.Web.How.XPath - fullName: AxaFrance.WebEngine.Web.How.XPath - nameWithType: How.XPath -- uid: AxaFrance.WebEngine.Web.HtmlAttribute - name: HtmlAttribute - href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html - commentId: T:AxaFrance.WebEngine.Web.HtmlAttribute - fullName: AxaFrance.WebEngine.Web.HtmlAttribute - nameWithType: HtmlAttribute -- uid: AxaFrance.WebEngine.Web.HtmlAttribute.#ctor - name: HtmlAttribute() - href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html#AxaFrance_WebEngine_Web_HtmlAttribute__ctor - commentId: M:AxaFrance.WebEngine.Web.HtmlAttribute.#ctor - fullName: AxaFrance.WebEngine.Web.HtmlAttribute.HtmlAttribute() - nameWithType: HtmlAttribute.HtmlAttribute() -- uid: AxaFrance.WebEngine.Web.HtmlAttribute.#ctor(System.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) -- uid: AxaFrance.WebEngine.Web.HtmlAttribute.#ctor(System.String,System.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) -- 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 + fullName: AxaFrance.WebEngine.Settings.GridForDesktop + nameWithType: Settings.GridForDesktop +- uid: AxaFrance.WebEngine.Settings.GridServerUrl + name: GridServerUrl + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_GridServerUrl + commentId: P:AxaFrance.WebEngine.Settings.GridServerUrl + fullName: AxaFrance.WebEngine.Settings.GridServerUrl + nameWithType: Settings.GridServerUrl +- uid: AxaFrance.WebEngine.Settings.GridServerUrl* + name: GridServerUrl + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_GridServerUrl_ + commentId: Overload:AxaFrance.WebEngine.Settings.GridServerUrl isSpec: "True" - fullName: AxaFrance.WebEngine.Web.HtmlAttribute.HtmlAttribute - nameWithType: HtmlAttribute.HtmlAttribute -- uid: AxaFrance.WebEngine.Web.HtmlAttribute.Name - name: Name - href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html#AxaFrance_WebEngine_Web_HtmlAttribute_Name - commentId: P:AxaFrance.WebEngine.Web.HtmlAttribute.Name - fullName: AxaFrance.WebEngine.Web.HtmlAttribute.Name - nameWithType: HtmlAttribute.Name -- uid: AxaFrance.WebEngine.Web.HtmlAttribute.Name* - name: Name - href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html#AxaFrance_WebEngine_Web_HtmlAttribute_Name_ - commentId: Overload:AxaFrance.WebEngine.Web.HtmlAttribute.Name + fullName: AxaFrance.WebEngine.Settings.GridServerUrl + nameWithType: Settings.GridServerUrl +- uid: AxaFrance.WebEngine.Settings.Instance + name: Instance + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Instance + commentId: P:AxaFrance.WebEngine.Settings.Instance + fullName: AxaFrance.WebEngine.Settings.Instance + nameWithType: Settings.Instance +- uid: AxaFrance.WebEngine.Settings.Instance* + name: Instance + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Instance_ + commentId: Overload:AxaFrance.WebEngine.Settings.Instance isSpec: "True" - fullName: AxaFrance.WebEngine.Web.HtmlAttribute.Name - nameWithType: HtmlAttribute.Name -- uid: AxaFrance.WebEngine.Web.HtmlAttribute.Value - name: Value - href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html#AxaFrance_WebEngine_Web_HtmlAttribute_Value - commentId: P:AxaFrance.WebEngine.Web.HtmlAttribute.Value - fullName: AxaFrance.WebEngine.Web.HtmlAttribute.Value - nameWithType: HtmlAttribute.Value -- uid: AxaFrance.WebEngine.Web.HtmlAttribute.Value* - name: Value - href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html#AxaFrance_WebEngine_Web_HtmlAttribute_Value_ - commentId: Overload:AxaFrance.WebEngine.Web.HtmlAttribute.Value + fullName: AxaFrance.WebEngine.Settings.Instance + nameWithType: Settings.Instance +- uid: AxaFrance.WebEngine.Settings.LogDir + name: LogDir + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_LogDir + commentId: P:AxaFrance.WebEngine.Settings.LogDir + fullName: AxaFrance.WebEngine.Settings.LogDir + nameWithType: Settings.LogDir +- uid: AxaFrance.WebEngine.Settings.LogDir* + name: LogDir + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_LogDir_ + commentId: Overload:AxaFrance.WebEngine.Settings.LogDir isSpec: "True" - fullName: AxaFrance.WebEngine.Web.HtmlAttribute.Value - nameWithType: HtmlAttribute.Value -- uid: AxaFrance.WebEngine.Web.PageModel - name: PageModel - href: api_net/AxaFrance.WebEngine.Web.PageModel.html - commentId: T:AxaFrance.WebEngine.Web.PageModel - fullName: AxaFrance.WebEngine.Web.PageModel - nameWithType: PageModel -- uid: AxaFrance.WebEngine.Web.PageModel.#ctor(OpenQA.Selenium.WebDriver) - 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) - fullName: AxaFrance.WebEngine.Web.PageModel.PageModel(OpenQA.Selenium.WebDriver) - nameWithType: PageModel.PageModel(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 + fullName: AxaFrance.WebEngine.Settings.LogDir + nameWithType: Settings.LogDir +- uid: AxaFrance.WebEngine.Settings.LogFileName + name: LogFileName + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_LogFileName + commentId: P:AxaFrance.WebEngine.Settings.LogFileName + fullName: AxaFrance.WebEngine.Settings.LogFileName + nameWithType: Settings.LogFileName +- uid: AxaFrance.WebEngine.Settings.LogFileName* + name: LogFileName + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_LogFileName_ + commentId: Overload:AxaFrance.WebEngine.Settings.LogFileName isSpec: "True" - fullName: AxaFrance.WebEngine.Web.PageModel.PageModel - nameWithType: PageModel.PageModel -- uid: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck - name: AccessibilityCheck() - href: api_net/AxaFrance.WebEngine.Web.PageModel.html#AxaFrance_WebEngine_Web_PageModel_AccessibilityCheck - commentId: M:AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck - fullName: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck() - nameWithType: PageModel.AccessibilityCheck() -- uid: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck(AxaFrance.WebEngine.Web.ElementDescription) - name: AccessibilityCheck(ElementDescription) - href: api_net/AxaFrance.WebEngine.Web.PageModel.html#AxaFrance_WebEngine_Web_PageModel_AccessibilityCheck_AxaFrance_WebEngine_Web_ElementDescription_ - commentId: M:AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck(AxaFrance.WebEngine.Web.ElementDescription) - fullName: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck(AxaFrance.WebEngine.Web.ElementDescription) - nameWithType: PageModel.AccessibilityCheck(ElementDescription) -- uid: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck(OpenQA.Selenium.IWebElement) - name: AccessibilityCheck(IWebElement) - href: api_net/AxaFrance.WebEngine.Web.PageModel.html#AxaFrance_WebEngine_Web_PageModel_AccessibilityCheck_OpenQA_Selenium_IWebElement_ - commentId: M:AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck(OpenQA.Selenium.IWebElement) - fullName: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck(OpenQA.Selenium.IWebElement) - nameWithType: PageModel.AccessibilityCheck(IWebElement) -- uid: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck* - name: AccessibilityCheck - href: api_net/AxaFrance.WebEngine.Web.PageModel.html#AxaFrance_WebEngine_Web_PageModel_AccessibilityCheck_ - commentId: Overload:AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck + fullName: AxaFrance.WebEngine.Settings.LogFileName + nameWithType: Settings.LogFileName +- uid: AxaFrance.WebEngine.Settings.ManualMode + name: ManualMode + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_ManualMode + commentId: P:AxaFrance.WebEngine.Settings.ManualMode + fullName: AxaFrance.WebEngine.Settings.ManualMode + nameWithType: Settings.ManualMode +- uid: AxaFrance.WebEngine.Settings.ManualMode* + name: ManualMode + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_ManualMode_ + commentId: Overload:AxaFrance.WebEngine.Settings.ManualMode + isSpec: "True" + fullName: AxaFrance.WebEngine.Settings.ManualMode + nameWithType: Settings.ManualMode +- uid: AxaFrance.WebEngine.Settings.OsVersion + name: OsVersion + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_OsVersion + commentId: P:AxaFrance.WebEngine.Settings.OsVersion + fullName: AxaFrance.WebEngine.Settings.OsVersion + nameWithType: Settings.OsVersion +- uid: AxaFrance.WebEngine.Settings.OsVersion* + name: OsVersion + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_OsVersion_ + commentId: Overload:AxaFrance.WebEngine.Settings.OsVersion isSpec: "True" - fullName: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck - nameWithType: PageModel.AccessibilityCheck -- uid: AxaFrance.WebEngine.Web.SharedActionWeb - name: SharedActionWeb - href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html - commentId: T:AxaFrance.WebEngine.Web.SharedActionWeb - fullName: AxaFrance.WebEngine.Web.SharedActionWeb - nameWithType: SharedActionWeb -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.#ctor - name: SharedActionWeb() - href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb__ctor - commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.#ctor - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.SharedActionWeb() - nameWithType: SharedActionWeb.SharedActionWeb() -- 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()) - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.SharedActionWeb(AxaFrance.WebEngine.Variable[]) - fullName.vb: AxaFrance.WebEngine.Web.SharedActionWeb.SharedActionWeb(AxaFrance.WebEngine.Variable()) - nameWithType: SharedActionWeb.SharedActionWeb(Variable[]) - nameWithType.vb: SharedActionWeb.SharedActionWeb(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 + fullName: AxaFrance.WebEngine.Settings.OsVersion + nameWithType: Settings.OsVersion +- uid: AxaFrance.WebEngine.Settings.PackageUploadUrl + name: PackageUploadUrl + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_PackageUploadUrl + commentId: P:AxaFrance.WebEngine.Settings.PackageUploadUrl + fullName: AxaFrance.WebEngine.Settings.PackageUploadUrl + nameWithType: Settings.PackageUploadUrl +- uid: AxaFrance.WebEngine.Settings.PackageUploadUrl* + name: PackageUploadUrl + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_PackageUploadUrl_ + commentId: Overload:AxaFrance.WebEngine.Settings.PackageUploadUrl isSpec: "True" - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.SharedActionWeb - nameWithType: SharedActionWeb.SharedActionWeb -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.Browser - name: Browser - href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_Browser - commentId: P:AxaFrance.WebEngine.Web.SharedActionWeb.Browser - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.Browser - nameWithType: SharedActionWeb.Browser -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.Browser* - name: Browser - href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_Browser_ - commentId: Overload:AxaFrance.WebEngine.Web.SharedActionWeb.Browser + fullName: AxaFrance.WebEngine.Settings.PackageUploadUrl + nameWithType: Settings.PackageUploadUrl +- uid: AxaFrance.WebEngine.Settings.Password + name: Password + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Password + commentId: P:AxaFrance.WebEngine.Settings.Password + fullName: AxaFrance.WebEngine.Settings.Password + nameWithType: Settings.Password +- uid: AxaFrance.WebEngine.Settings.Password* + name: Password + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Password_ + commentId: Overload:AxaFrance.WebEngine.Settings.Password isSpec: "True" - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.Browser - nameWithType: SharedActionWeb.Browser -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction - name: DoAction() - href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_DoAction - commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.DoAction - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction() - nameWithType: SharedActionWeb.DoAction() -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction(System.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) -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction* - name: DoAction - href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_DoAction_ - commentId: Overload:AxaFrance.WebEngine.Web.SharedActionWeb.DoAction + fullName: AxaFrance.WebEngine.Settings.Password + nameWithType: Settings.Password +- uid: AxaFrance.WebEngine.Settings.Platform + name: Platform + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Platform + commentId: P:AxaFrance.WebEngine.Settings.Platform + fullName: AxaFrance.WebEngine.Settings.Platform + nameWithType: Settings.Platform +- uid: AxaFrance.WebEngine.Settings.Platform* + name: Platform + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Platform_ + commentId: Overload:AxaFrance.WebEngine.Settings.Platform isSpec: "True" - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction - nameWithType: SharedActionWeb.DoAction -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint - name: DoCheckpoint() - href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_DoCheckpoint - commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint() - nameWithType: SharedActionWeb.DoCheckpoint() -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint(System.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) -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint* - name: DoCheckpoint - href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_DoCheckpoint_ - commentId: Overload:AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint + fullName: AxaFrance.WebEngine.Settings.Platform + nameWithType: Settings.Platform +- uid: AxaFrance.WebEngine.Settings.ReportSettings + name: ReportSettings + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_ReportSettings + commentId: P:AxaFrance.WebEngine.Settings.ReportSettings + fullName: AxaFrance.WebEngine.Settings.ReportSettings + nameWithType: Settings.ReportSettings +- uid: AxaFrance.WebEngine.Settings.ReportSettings* + name: ReportSettings + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_ReportSettings_ + commentId: Overload:AxaFrance.WebEngine.Settings.ReportSettings isSpec: "True" - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint - nameWithType: SharedActionWeb.DoCheckpoint -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.IsMobile - name: IsMobile - href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_IsMobile - commentId: P:AxaFrance.WebEngine.Web.SharedActionWeb.IsMobile - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.IsMobile - nameWithType: SharedActionWeb.IsMobile -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.IsMobile* - name: IsMobile - href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_IsMobile_ - commentId: Overload:AxaFrance.WebEngine.Web.SharedActionWeb.IsMobile + fullName: AxaFrance.WebEngine.Settings.ReportSettings + nameWithType: Settings.ReportSettings +- uid: AxaFrance.WebEngine.Settings.Separator + name: Separator + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Separator + commentId: P:AxaFrance.WebEngine.Settings.Separator + fullName: AxaFrance.WebEngine.Settings.Separator + nameWithType: Settings.Separator +- uid: AxaFrance.WebEngine.Settings.Separator* + name: Separator + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Separator_ + commentId: Overload:AxaFrance.WebEngine.Settings.Separator isSpec: "True" - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.IsMobile - nameWithType: SharedActionWeb.IsMobile -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.RunAccessibilityTest(System.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) -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.RunAccessibilityTest* - name: RunAccessibilityTest - href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_RunAccessibilityTest_ - commentId: Overload:AxaFrance.WebEngine.Web.SharedActionWeb.RunAccessibilityTest + fullName: AxaFrance.WebEngine.Settings.Separator + nameWithType: Settings.Separator +- uid: AxaFrance.WebEngine.Settings.ShowReportAfterTest + name: ShowReportAfterTest + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_ShowReportAfterTest + commentId: P:AxaFrance.WebEngine.Settings.ShowReportAfterTest + fullName: AxaFrance.WebEngine.Settings.ShowReportAfterTest + nameWithType: Settings.ShowReportAfterTest +- uid: AxaFrance.WebEngine.Settings.ShowReportAfterTest* + name: ShowReportAfterTest + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_ShowReportAfterTest_ + commentId: Overload:AxaFrance.WebEngine.Settings.ShowReportAfterTest isSpec: "True" - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.RunAccessibilityTest - nameWithType: SharedActionWeb.RunAccessibilityTest -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot - name: Screenshot() - href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_Screenshot - commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot() - nameWithType: SharedActionWeb.Screenshot() -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot(AxaFrance.WebEngine.Web.ElementDescription) - name: Screenshot(ElementDescription) - href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_Screenshot_AxaFrance_WebEngine_Web_ElementDescription_ - commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot(AxaFrance.WebEngine.Web.ElementDescription) - 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) - 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) -- uid: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot* - name: Screenshot - href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_Screenshot_ - commentId: Overload:AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot + fullName: AxaFrance.WebEngine.Settings.ShowReportAfterTest + nameWithType: Settings.ShowReportAfterTest +- uid: AxaFrance.WebEngine.Settings.SynchronzationTimeout + name: SynchronzationTimeout + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_SynchronzationTimeout + commentId: P:AxaFrance.WebEngine.Settings.SynchronzationTimeout + fullName: AxaFrance.WebEngine.Settings.SynchronzationTimeout + nameWithType: Settings.SynchronzationTimeout +- uid: AxaFrance.WebEngine.Settings.SynchronzationTimeout* + name: SynchronzationTimeout + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_SynchronzationTimeout_ + commentId: Overload:AxaFrance.WebEngine.Settings.SynchronzationTimeout isSpec: "True" - fullName: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot - nameWithType: SharedActionWeb.Screenshot -- uid: AxaFrance.WebEngine.Web.TestCaseWeb - name: TestCaseWeb - href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html - commentId: T:AxaFrance.WebEngine.Web.TestCaseWeb - fullName: AxaFrance.WebEngine.Web.TestCaseWeb - nameWithType: TestCaseWeb -- uid: AxaFrance.WebEngine.Web.TestCaseWeb.AccessibilityReportTitle - name: AccessibilityReportTitle - href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_AccessibilityReportTitle - commentId: P:AxaFrance.WebEngine.Web.TestCaseWeb.AccessibilityReportTitle - fullName: AxaFrance.WebEngine.Web.TestCaseWeb.AccessibilityReportTitle - nameWithType: TestCaseWeb.AccessibilityReportTitle -- uid: AxaFrance.WebEngine.Web.TestCaseWeb.AccessibilityReportTitle* - name: AccessibilityReportTitle - href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_AccessibilityReportTitle_ - commentId: Overload:AxaFrance.WebEngine.Web.TestCaseWeb.AccessibilityReportTitle + fullName: AxaFrance.WebEngine.Settings.SynchronzationTimeout + nameWithType: Settings.SynchronzationTimeout +- uid: AxaFrance.WebEngine.Settings.UseAppiumForWebMobile + name: UseAppiumForWebMobile + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_UseAppiumForWebMobile + commentId: P:AxaFrance.WebEngine.Settings.UseAppiumForWebMobile + fullName: AxaFrance.WebEngine.Settings.UseAppiumForWebMobile + nameWithType: Settings.UseAppiumForWebMobile +- uid: AxaFrance.WebEngine.Settings.UseAppiumForWebMobile* + name: UseAppiumForWebMobile + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_UseAppiumForWebMobile_ + commentId: Overload:AxaFrance.WebEngine.Settings.UseAppiumForWebMobile isSpec: "True" - fullName: AxaFrance.WebEngine.Web.TestCaseWeb.AccessibilityReportTitle - nameWithType: TestCaseWeb.AccessibilityReportTitle -- uid: AxaFrance.WebEngine.Web.TestCaseWeb.Cleanup - name: Cleanup() - href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_Cleanup - commentId: M:AxaFrance.WebEngine.Web.TestCaseWeb.Cleanup - fullName: AxaFrance.WebEngine.Web.TestCaseWeb.Cleanup() - nameWithType: TestCaseWeb.Cleanup() -- uid: AxaFrance.WebEngine.Web.TestCaseWeb.Cleanup* - name: Cleanup - href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_Cleanup_ - commentId: Overload:AxaFrance.WebEngine.Web.TestCaseWeb.Cleanup + fullName: AxaFrance.WebEngine.Settings.UseAppiumForWebMobile + nameWithType: Settings.UseAppiumForWebMobile +- uid: AxaFrance.WebEngine.Settings.UseJavaScriptClick + name: UseJavaScriptClick + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_UseJavaScriptClick + commentId: P:AxaFrance.WebEngine.Settings.UseJavaScriptClick + fullName: AxaFrance.WebEngine.Settings.UseJavaScriptClick + nameWithType: Settings.UseJavaScriptClick +- uid: AxaFrance.WebEngine.Settings.UseJavaScriptClick* + name: UseJavaScriptClick + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_UseJavaScriptClick_ + commentId: Overload:AxaFrance.WebEngine.Settings.UseJavaScriptClick isSpec: "True" - fullName: AxaFrance.WebEngine.Web.TestCaseWeb.Cleanup - nameWithType: TestCaseWeb.Cleanup -- uid: AxaFrance.WebEngine.Web.TestCaseWeb.Initialize - name: Initialize() - href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_Initialize - commentId: M:AxaFrance.WebEngine.Web.TestCaseWeb.Initialize - fullName: AxaFrance.WebEngine.Web.TestCaseWeb.Initialize() - nameWithType: TestCaseWeb.Initialize() -- uid: AxaFrance.WebEngine.Web.TestCaseWeb.Initialize* - name: Initialize - href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_Initialize_ - commentId: Overload:AxaFrance.WebEngine.Web.TestCaseWeb.Initialize + fullName: AxaFrance.WebEngine.Settings.UseJavaScriptClick + nameWithType: Settings.UseJavaScriptClick +- uid: AxaFrance.WebEngine.Settings.Username + name: Username + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Username + commentId: P:AxaFrance.WebEngine.Settings.Username + fullName: AxaFrance.WebEngine.Settings.Username + nameWithType: Settings.Username +- uid: AxaFrance.WebEngine.Settings.Username* + name: Username + href: api_net/AxaFrance.WebEngine.Settings.html#AxaFrance_WebEngine_Settings_Username_ + commentId: Overload:AxaFrance.WebEngine.Settings.Username isSpec: "True" - fullName: AxaFrance.WebEngine.Web.TestCaseWeb.Initialize - nameWithType: TestCaseWeb.Initialize -- uid: AxaFrance.WebEngine.Web.TestCaseWeb.IsAccessibilityTestEnabled - name: IsAccessibilityTestEnabled - href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_IsAccessibilityTestEnabled - commentId: P:AxaFrance.WebEngine.Web.TestCaseWeb.IsAccessibilityTestEnabled - fullName: AxaFrance.WebEngine.Web.TestCaseWeb.IsAccessibilityTestEnabled - nameWithType: TestCaseWeb.IsAccessibilityTestEnabled -- uid: AxaFrance.WebEngine.Web.TestCaseWeb.IsAccessibilityTestEnabled* - name: IsAccessibilityTestEnabled - href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_IsAccessibilityTestEnabled_ - commentId: Overload:AxaFrance.WebEngine.Web.TestCaseWeb.IsAccessibilityTestEnabled + fullName: AxaFrance.WebEngine.Settings.Username + nameWithType: Settings.Username +- uid: AxaFrance.WebEngine.SharedActionBase + name: SharedActionBase + href: api_net/AxaFrance.WebEngine.SharedActionBase.html + commentId: T:AxaFrance.WebEngine.SharedActionBase + fullName: AxaFrance.WebEngine.SharedActionBase + nameWithType: SharedActionBase +- uid: AxaFrance.WebEngine.SharedActionBase.#ctor(AxaFrance.WebEngine.Variable[]) + 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()) + fullName: AxaFrance.WebEngine.SharedActionBase.SharedActionBase(AxaFrance.WebEngine.Variable[]) + fullName.vb: AxaFrance.WebEngine.SharedActionBase.SharedActionBase(AxaFrance.WebEngine.Variable()) + nameWithType: SharedActionBase.SharedActionBase(Variable[]) + nameWithType.vb: SharedActionBase.SharedActionBase(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" - fullName: AxaFrance.WebEngine.Web.TestCaseWeb.IsAccessibilityTestEnabled - nameWithType: TestCaseWeb.IsAccessibilityTestEnabled -- uid: AxaFrance.WebEngine.Web.WebElementDescription - name: WebElementDescription - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html - commentId: T:AxaFrance.WebEngine.Web.WebElementDescription - fullName: AxaFrance.WebEngine.Web.WebElementDescription - nameWithType: WebElementDescription -- uid: AxaFrance.WebEngine.Web.WebElementDescription.#ctor - name: WebElementDescription() - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription__ctor - commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.#ctor - fullName: AxaFrance.WebEngine.Web.WebElementDescription.WebElementDescription() - nameWithType: WebElementDescription.WebElementDescription() -- 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) - fullName: AxaFrance.WebEngine.Web.WebElementDescription.WebElementDescription(OpenQA.Selenium.WebDriver) - nameWithType: WebElementDescription.WebElementDescription(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 + fullName: AxaFrance.WebEngine.SharedActionBase.SharedActionBase + nameWithType: SharedActionBase.SharedActionBase +- uid: AxaFrance.WebEngine.SharedActionBase.ActionReport + name: ActionReport + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_ActionReport + commentId: P:AxaFrance.WebEngine.SharedActionBase.ActionReport + fullName: AxaFrance.WebEngine.SharedActionBase.ActionReport + nameWithType: SharedActionBase.ActionReport +- uid: AxaFrance.WebEngine.SharedActionBase.ActionReport* + name: ActionReport + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_ActionReport_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.ActionReport isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.WebElementDescription - nameWithType: WebElementDescription.WebElementDescription -- 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_ - commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) - fullName: AxaFrance.WebEngine.Web.WebElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) - nameWithType: WebElementDescription.ApplyAttribute(FindsByAttribute) -- uid: AxaFrance.WebEngine.Web.WebElementDescription.ApplyAttribute* - name: ApplyAttribute - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ApplyAttribute_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.ApplyAttribute + fullName: AxaFrance.WebEngine.SharedActionBase.ActionReport + nameWithType: SharedActionBase.ActionReport +- uid: AxaFrance.WebEngine.SharedActionBase.ActionResult + name: ActionResult + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_ActionResult + commentId: P:AxaFrance.WebEngine.SharedActionBase.ActionResult + fullName: AxaFrance.WebEngine.SharedActionBase.ActionResult + nameWithType: SharedActionBase.ActionResult +- uid: AxaFrance.WebEngine.SharedActionBase.ActionResult* + name: ActionResult + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_ActionResult_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.ActionResult isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.ApplyAttribute - nameWithType: WebElementDescription.ApplyAttribute -- uid: AxaFrance.WebEngine.Web.WebElementDescription.AsSelect - name: AsSelect() - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_AsSelect - commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.AsSelect - fullName: AxaFrance.WebEngine.Web.WebElementDescription.AsSelect() - nameWithType: WebElementDescription.AsSelect() -- uid: AxaFrance.WebEngine.Web.WebElementDescription.AsSelect* - name: AsSelect - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_AsSelect_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.AsSelect + fullName: AxaFrance.WebEngine.SharedActionBase.ActionResult + nameWithType: SharedActionBase.ActionResult +- uid: AxaFrance.WebEngine.SharedActionBase.ContextValues + name: ContextValues + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_ContextValues + commentId: P:AxaFrance.WebEngine.SharedActionBase.ContextValues + fullName: AxaFrance.WebEngine.SharedActionBase.ContextValues + nameWithType: SharedActionBase.ContextValues +- uid: AxaFrance.WebEngine.SharedActionBase.ContextValues* + name: ContextValues + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_ContextValues_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.ContextValues isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.AsSelect - nameWithType: WebElementDescription.AsSelect -- uid: AxaFrance.WebEngine.Web.WebElementDescription.Attributes - name: Attributes - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_Attributes - commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.Attributes - fullName: AxaFrance.WebEngine.Web.WebElementDescription.Attributes - nameWithType: WebElementDescription.Attributes -- uid: AxaFrance.WebEngine.Web.WebElementDescription.Attributes* - name: Attributes - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_Attributes_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.Attributes + fullName: AxaFrance.WebEngine.SharedActionBase.ContextValues + nameWithType: SharedActionBase.ContextValues +- uid: AxaFrance.WebEngine.SharedActionBase.DoAction(System.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) +- 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[]) + 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()) +- 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[]) + 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()) +- 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[]) + 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()) +- uid: AxaFrance.WebEngine.SharedActionBase.DoAction* + name: DoAction + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoAction_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.DoAction isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.Attributes - nameWithType: WebElementDescription.Attributes -- uid: AxaFrance.WebEngine.Web.WebElementDescription.CheckByValue(System.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) -- uid: AxaFrance.WebEngine.Web.WebElementDescription.CheckByValue* - name: CheckByValue - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_CheckByValue_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.CheckByValue + 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[]) + 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()) +- 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[]) + 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()) +- uid: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint* + name: DoActionWithCheckpoint + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoActionWithCheckpoint_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.CheckByValue - nameWithType: WebElementDescription.CheckByValue -- uid: AxaFrance.WebEngine.Web.WebElementDescription.ClassName - name: ClassName - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ClassName - commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.ClassName - fullName: AxaFrance.WebEngine.Web.WebElementDescription.ClassName - nameWithType: WebElementDescription.ClassName -- uid: AxaFrance.WebEngine.Web.WebElementDescription.ClassName* - name: ClassName - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ClassName_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.ClassName + fullName: AxaFrance.WebEngine.SharedActionBase.DoActionWithCheckpoint + nameWithType: SharedActionBase.DoActionWithCheckpoint +- uid: AxaFrance.WebEngine.SharedActionBase.DoCheckpoint(System.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) +- uid: AxaFrance.WebEngine.SharedActionBase.DoCheckpoint* + name: DoCheckpoint + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_DoCheckpoint_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.DoCheckpoint isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.ClassName - nameWithType: WebElementDescription.ClassName -- uid: AxaFrance.WebEngine.Web.WebElementDescription.CssSelector - name: CssSelector - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_CssSelector - commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.CssSelector - fullName: AxaFrance.WebEngine.Web.WebElementDescription.CssSelector - nameWithType: WebElementDescription.CssSelector -- uid: AxaFrance.WebEngine.Web.WebElementDescription.CssSelector* - name: CssSelector - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_CssSelector_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.CssSelector + 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) + 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) + nameWithType.vb: SharedActionBase.GetParameter(IEnumerable(Of Variable), String) +- uid: AxaFrance.WebEngine.SharedActionBase.GetParameter(System.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) +- uid: AxaFrance.WebEngine.SharedActionBase.GetParameter* + name: GetParameter + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_GetParameter_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.GetParameter isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.CssSelector - nameWithType: WebElementDescription.CssSelector -- uid: AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo(AxaFrance.WebEngine.Web.ElementDescription) - name: DragAndDropTo(ElementDescription) - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_DragAndDropTo_AxaFrance_WebEngine_Web_ElementDescription_ - commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo(AxaFrance.WebEngine.Web.ElementDescription) - fullName: AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo(AxaFrance.WebEngine.Web.ElementDescription) - nameWithType: WebElementDescription.DragAndDropTo(ElementDescription) -- uid: AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo(OpenQA.Selenium.IWebElement) - name: DragAndDropTo(IWebElement) - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_DragAndDropTo_OpenQA_Selenium_IWebElement_ - commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo(OpenQA.Selenium.IWebElement) - fullName: AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo(OpenQA.Selenium.IWebElement) - nameWithType: WebElementDescription.DragAndDropTo(IWebElement) -- uid: AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo* - name: DragAndDropTo - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_DragAndDropTo_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo + fullName: AxaFrance.WebEngine.SharedActionBase.GetParameter + nameWithType: SharedActionBase.GetParameter +- uid: AxaFrance.WebEngine.SharedActionBase.GetType(System.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) +- uid: AxaFrance.WebEngine.SharedActionBase.GetType* + name: GetType + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_GetType_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.GetType isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo - nameWithType: WebElementDescription.DragAndDropTo -- uid: AxaFrance.WebEngine.Web.WebElementDescription.GetInnerHtml - name: GetInnerHtml() - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_GetInnerHtml - commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.GetInnerHtml - fullName: AxaFrance.WebEngine.Web.WebElementDescription.GetInnerHtml() - nameWithType: WebElementDescription.GetInnerHtml() -- uid: AxaFrance.WebEngine.Web.WebElementDescription.GetInnerHtml* - name: GetInnerHtml - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_GetInnerHtml_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.GetInnerHtml + fullName: AxaFrance.WebEngine.SharedActionBase.GetType + nameWithType: SharedActionBase.GetType +- uid: AxaFrance.WebEngine.SharedActionBase.Global + name: Global + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Global + commentId: P:AxaFrance.WebEngine.SharedActionBase.Global + fullName: AxaFrance.WebEngine.SharedActionBase.Global + nameWithType: SharedActionBase.Global +- uid: AxaFrance.WebEngine.SharedActionBase.Global* + name: Global + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Global_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.Global isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.GetInnerHtml - nameWithType: WebElementDescription.GetInnerHtml -- uid: AxaFrance.WebEngine.Web.WebElementDescription.GetOuterHtml - name: GetOuterHtml() - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_GetOuterHtml - commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.GetOuterHtml - fullName: AxaFrance.WebEngine.Web.WebElementDescription.GetOuterHtml() - nameWithType: WebElementDescription.GetOuterHtml() -- uid: AxaFrance.WebEngine.Web.WebElementDescription.GetOuterHtml* - name: GetOuterHtml - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_GetOuterHtml_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.GetOuterHtml + fullName: AxaFrance.WebEngine.SharedActionBase.Global + nameWithType: SharedActionBase.Global +- uid: AxaFrance.WebEngine.SharedActionBase.Information + name: Information + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Information + commentId: P:AxaFrance.WebEngine.SharedActionBase.Information + fullName: AxaFrance.WebEngine.SharedActionBase.Information + nameWithType: SharedActionBase.Information +- uid: AxaFrance.WebEngine.SharedActionBase.Information* + name: Information + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Information_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.Information isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.GetOuterHtml - nameWithType: WebElementDescription.GetOuterHtml -- uid: AxaFrance.WebEngine.Web.WebElementDescription.Id - name: Id - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_Id - commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.Id - fullName: AxaFrance.WebEngine.Web.WebElementDescription.Id - nameWithType: WebElementDescription.Id -- uid: AxaFrance.WebEngine.Web.WebElementDescription.Id* - name: Id - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_Id_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.Id + fullName: AxaFrance.WebEngine.SharedActionBase.Information + nameWithType: SharedActionBase.Information +- uid: AxaFrance.WebEngine.SharedActionBase.Parameters + name: Parameters + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Parameters + commentId: P:AxaFrance.WebEngine.SharedActionBase.Parameters + fullName: AxaFrance.WebEngine.SharedActionBase.Parameters + nameWithType: SharedActionBase.Parameters +- uid: AxaFrance.WebEngine.SharedActionBase.Parameters* + name: Parameters + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Parameters_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.Parameters isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.Id - nameWithType: WebElementDescription.Id -- uid: AxaFrance.WebEngine.Web.WebElementDescription.InnerText - name: InnerText - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InnerText - commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.InnerText - fullName: AxaFrance.WebEngine.Web.WebElementDescription.InnerText - nameWithType: WebElementDescription.InnerText -- uid: AxaFrance.WebEngine.Web.WebElementDescription.InnerText* - name: InnerText - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InnerText_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.InnerText + fullName: AxaFrance.WebEngine.SharedActionBase.Parameters + nameWithType: SharedActionBase.Parameters +- uid: AxaFrance.WebEngine.SharedActionBase.RequiredParameters + name: RequiredParameters + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_RequiredParameters + commentId: P:AxaFrance.WebEngine.SharedActionBase.RequiredParameters + fullName: AxaFrance.WebEngine.SharedActionBase.RequiredParameters + nameWithType: SharedActionBase.RequiredParameters +- uid: AxaFrance.WebEngine.SharedActionBase.RequiredParameters* + name: RequiredParameters + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_RequiredParameters_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.RequiredParameters isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.InnerText - nameWithType: WebElementDescription.InnerText -- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalClick - name: InternalClick() - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalClick - commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.InternalClick - fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalClick() - nameWithType: WebElementDescription.InternalClick() -- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalClick* - name: InternalClick - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalClick_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.InternalClick + fullName: AxaFrance.WebEngine.SharedActionBase.RequiredParameters + nameWithType: SharedActionBase.RequiredParameters +- uid: AxaFrance.WebEngine.SharedActionBase.Screenshot(System.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) +- uid: AxaFrance.WebEngine.SharedActionBase.Screenshot* + name: Screenshot + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Screenshot_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.Screenshot isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalClick - nameWithType: WebElementDescription.InternalClick -- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElement - name: InternalFindElement() - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalFindElement - commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElement - fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElement() - nameWithType: WebElementDescription.InternalFindElement() -- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElement* - name: InternalFindElement - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalFindElement_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElement + fullName: AxaFrance.WebEngine.SharedActionBase.Screenshot + nameWithType: SharedActionBase.Screenshot +- uid: AxaFrance.WebEngine.SharedActionBase.Screenshots + name: Screenshots + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Screenshots + commentId: P:AxaFrance.WebEngine.SharedActionBase.Screenshots + fullName: AxaFrance.WebEngine.SharedActionBase.Screenshots + nameWithType: SharedActionBase.Screenshots +- uid: AxaFrance.WebEngine.SharedActionBase.Screenshots* + name: Screenshots + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_Screenshots_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.Screenshots isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElement - nameWithType: WebElementDescription.InternalFindElement -- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElements - name: InternalFindElements() - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalFindElements - commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElements - fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElements() - nameWithType: WebElementDescription.InternalFindElements() -- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElements* - name: InternalFindElements - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalFindElements_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElements + fullName: AxaFrance.WebEngine.SharedActionBase.Screenshots + nameWithType: SharedActionBase.Screenshots +- uid: AxaFrance.WebEngine.SharedActionBase.testCase + name: testCase + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_testCase + commentId: F:AxaFrance.WebEngine.SharedActionBase.testCase + fullName: AxaFrance.WebEngine.SharedActionBase.testCase + nameWithType: SharedActionBase.testCase +- uid: AxaFrance.WebEngine.SharedActionBase.UpdateTime + name: UpdateTime + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_UpdateTime + commentId: P:AxaFrance.WebEngine.SharedActionBase.UpdateTime + fullName: AxaFrance.WebEngine.SharedActionBase.UpdateTime + nameWithType: SharedActionBase.UpdateTime +- uid: AxaFrance.WebEngine.SharedActionBase.UpdateTime* + name: UpdateTime + href: api_net/AxaFrance.WebEngine.SharedActionBase.html#AxaFrance_WebEngine_SharedActionBase_UpdateTime_ + commentId: Overload:AxaFrance.WebEngine.SharedActionBase.UpdateTime + isSpec: "True" + fullName: AxaFrance.WebEngine.SharedActionBase.UpdateTime + nameWithType: SharedActionBase.UpdateTime +- uid: AxaFrance.WebEngine.TestCase + name: TestCase + href: api_net/AxaFrance.WebEngine.TestCase.html + commentId: T:AxaFrance.WebEngine.TestCase + fullName: AxaFrance.WebEngine.TestCase + nameWithType: TestCase +- uid: AxaFrance.WebEngine.TestCase.Cleanup + name: Cleanup() + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Cleanup + commentId: M:AxaFrance.WebEngine.TestCase.Cleanup + fullName: AxaFrance.WebEngine.TestCase.Cleanup() + nameWithType: TestCase.Cleanup() +- uid: AxaFrance.WebEngine.TestCase.Cleanup* + name: Cleanup + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Cleanup_ + commentId: Overload:AxaFrance.WebEngine.TestCase.Cleanup isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElements - nameWithType: WebElementDescription.InternalFindElements -- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalGetScreenshot - name: InternalGetScreenshot() - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalGetScreenshot - commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.InternalGetScreenshot - fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalGetScreenshot() - nameWithType: WebElementDescription.InternalGetScreenshot() -- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalGetScreenshot* - name: InternalGetScreenshot - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalGetScreenshot_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.InternalGetScreenshot + fullName: AxaFrance.WebEngine.TestCase.Cleanup + nameWithType: TestCase.Cleanup +- uid: AxaFrance.WebEngine.TestCase.Context + name: Context + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Context + commentId: P:AxaFrance.WebEngine.TestCase.Context + fullName: AxaFrance.WebEngine.TestCase.Context + nameWithType: TestCase.Context +- uid: AxaFrance.WebEngine.TestCase.Context* + name: Context + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Context_ + commentId: Overload:AxaFrance.WebEngine.TestCase.Context isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalGetScreenshot - nameWithType: WebElementDescription.InternalGetScreenshot -- uid: AxaFrance.WebEngine.Web.WebElementDescription.IsVisibleInViewPort - name: IsVisibleInViewPort - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_IsVisibleInViewPort - commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.IsVisibleInViewPort - fullName: AxaFrance.WebEngine.Web.WebElementDescription.IsVisibleInViewPort - nameWithType: WebElementDescription.IsVisibleInViewPort -- uid: AxaFrance.WebEngine.Web.WebElementDescription.IsVisibleInViewPort* - name: IsVisibleInViewPort - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_IsVisibleInViewPort_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.IsVisibleInViewPort + fullName: AxaFrance.WebEngine.TestCase.Context + nameWithType: TestCase.Context +- uid: AxaFrance.WebEngine.TestCase.ContextValues + name: ContextValues + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_ContextValues + commentId: P:AxaFrance.WebEngine.TestCase.ContextValues + fullName: AxaFrance.WebEngine.TestCase.ContextValues + nameWithType: TestCase.ContextValues +- uid: AxaFrance.WebEngine.TestCase.ContextValues* + name: ContextValues + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_ContextValues_ + commentId: Overload:AxaFrance.WebEngine.TestCase.ContextValues isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.IsVisibleInViewPort - nameWithType: WebElementDescription.IsVisibleInViewPort -- uid: AxaFrance.WebEngine.Web.WebElementDescription.LinkText - name: LinkText - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_LinkText - commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.LinkText - fullName: AxaFrance.WebEngine.Web.WebElementDescription.LinkText - nameWithType: WebElementDescription.LinkText -- uid: AxaFrance.WebEngine.Web.WebElementDescription.LinkText* - name: LinkText - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_LinkText_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.LinkText + fullName: AxaFrance.WebEngine.TestCase.ContextValues + nameWithType: TestCase.ContextValues +- uid: AxaFrance.WebEngine.TestCase.GetReport + name: GetReport() + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_GetReport + commentId: M:AxaFrance.WebEngine.TestCase.GetReport + fullName: AxaFrance.WebEngine.TestCase.GetReport() + nameWithType: TestCase.GetReport() +- uid: AxaFrance.WebEngine.TestCase.GetReport* + name: GetReport + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_GetReport_ + commentId: Overload:AxaFrance.WebEngine.TestCase.GetReport isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.LinkText - nameWithType: WebElementDescription.LinkText -- uid: AxaFrance.WebEngine.Web.WebElementDescription.MouseHover - name: MouseHover() - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_MouseHover - commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.MouseHover - fullName: AxaFrance.WebEngine.Web.WebElementDescription.MouseHover() - nameWithType: WebElementDescription.MouseHover() -- uid: AxaFrance.WebEngine.Web.WebElementDescription.MouseHover* - name: MouseHover - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_MouseHover_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.MouseHover + fullName: AxaFrance.WebEngine.TestCase.GetReport + nameWithType: TestCase.GetReport +- uid: AxaFrance.WebEngine.TestCase.Information + name: Information + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Information + commentId: P:AxaFrance.WebEngine.TestCase.Information + fullName: AxaFrance.WebEngine.TestCase.Information + nameWithType: TestCase.Information +- uid: AxaFrance.WebEngine.TestCase.Information* + name: Information + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Information_ + commentId: Overload:AxaFrance.WebEngine.TestCase.Information isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.MouseHover - nameWithType: WebElementDescription.MouseHover -- uid: AxaFrance.WebEngine.Web.WebElementDescription.Name + fullName: AxaFrance.WebEngine.TestCase.Information + nameWithType: TestCase.Information +- uid: AxaFrance.WebEngine.TestCase.Initialize + name: Initialize() + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Initialize + commentId: M:AxaFrance.WebEngine.TestCase.Initialize + fullName: AxaFrance.WebEngine.TestCase.Initialize() + nameWithType: TestCase.Initialize() +- uid: AxaFrance.WebEngine.TestCase.Initialize* + name: Initialize + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Initialize_ + commentId: Overload:AxaFrance.WebEngine.TestCase.Initialize + isSpec: "True" + fullName: AxaFrance.WebEngine.TestCase.Initialize + nameWithType: TestCase.Initialize +- uid: AxaFrance.WebEngine.TestCase.Name name: Name - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_Name - commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.Name - fullName: AxaFrance.WebEngine.Web.WebElementDescription.Name - nameWithType: WebElementDescription.Name -- uid: AxaFrance.WebEngine.Web.WebElementDescription.Name* + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Name + commentId: P:AxaFrance.WebEngine.TestCase.Name + fullName: AxaFrance.WebEngine.TestCase.Name + nameWithType: TestCase.Name +- uid: AxaFrance.WebEngine.TestCase.Name* name: Name - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_Name_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.Name + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Name_ + commentId: Overload:AxaFrance.WebEngine.TestCase.Name isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.Name - nameWithType: WebElementDescription.Name -- uid: AxaFrance.WebEngine.Web.WebElementDescription.RightClick - name: RightClick() - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_RightClick - commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.RightClick - fullName: AxaFrance.WebEngine.Web.WebElementDescription.RightClick() - nameWithType: WebElementDescription.RightClick() -- uid: AxaFrance.WebEngine.Web.WebElementDescription.RightClick* - name: RightClick - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_RightClick_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.RightClick + fullName: AxaFrance.WebEngine.TestCase.Name + nameWithType: TestCase.Name +- uid: AxaFrance.WebEngine.TestCase.Run(AxaFrance.WebEngine.Report.TestCaseReport,System.Boolean) + name: Run(TestCaseReport, Boolean) + 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) +- uid: AxaFrance.WebEngine.TestCase.Run* + name: Run + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_Run_ + commentId: Overload:AxaFrance.WebEngine.TestCase.Run isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.RightClick - nameWithType: WebElementDescription.RightClick -- uid: AxaFrance.WebEngine.Web.WebElementDescription.ScrollIntoView - name: ScrollIntoView() - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ScrollIntoView - commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.ScrollIntoView - fullName: AxaFrance.WebEngine.Web.WebElementDescription.ScrollIntoView() - nameWithType: WebElementDescription.ScrollIntoView() -- uid: AxaFrance.WebEngine.Web.WebElementDescription.ScrollIntoView* - name: ScrollIntoView - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ScrollIntoView_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.ScrollIntoView + fullName: AxaFrance.WebEngine.TestCase.Run + nameWithType: TestCase.Run +- uid: AxaFrance.WebEngine.TestCase.StartDate + name: StartDate + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_StartDate + commentId: P:AxaFrance.WebEngine.TestCase.StartDate + fullName: AxaFrance.WebEngine.TestCase.StartDate + nameWithType: TestCase.StartDate +- uid: AxaFrance.WebEngine.TestCase.StartDate* + name: StartDate + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_StartDate_ + commentId: Overload:AxaFrance.WebEngine.TestCase.StartDate isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.ScrollIntoView - nameWithType: WebElementDescription.ScrollIntoView -- uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByIndex(System.Int32) - name: SelectByIndex(Int32) - 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) -- uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByIndex* - name: SelectByIndex - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SelectByIndex_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.SelectByIndex + fullName: AxaFrance.WebEngine.TestCase.StartDate + nameWithType: TestCase.StartDate +- uid: AxaFrance.WebEngine.TestCase.TestCaseLogDir + name: TestCaseLogDir + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestCaseLogDir + commentId: P:AxaFrance.WebEngine.TestCase.TestCaseLogDir + fullName: AxaFrance.WebEngine.TestCase.TestCaseLogDir + nameWithType: TestCase.TestCaseLogDir +- uid: AxaFrance.WebEngine.TestCase.TestCaseLogDir* + name: TestCaseLogDir + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestCaseLogDir_ + commentId: Overload:AxaFrance.WebEngine.TestCase.TestCaseLogDir + isSpec: "True" + fullName: AxaFrance.WebEngine.TestCase.TestCaseLogDir + nameWithType: TestCase.TestCaseLogDir +- uid: AxaFrance.WebEngine.TestCase.testCaseReport + name: testCaseReport + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_testCaseReport + commentId: P:AxaFrance.WebEngine.TestCase.testCaseReport + fullName: AxaFrance.WebEngine.TestCase.testCaseReport + nameWithType: TestCase.testCaseReport +- uid: AxaFrance.WebEngine.TestCase.testCaseReport* + name: testCaseReport + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_testCaseReport_ + commentId: Overload:AxaFrance.WebEngine.TestCase.testCaseReport + isSpec: "True" + fullName: AxaFrance.WebEngine.TestCase.testCaseReport + nameWithType: TestCase.testCaseReport +- uid: AxaFrance.WebEngine.TestCase.TestCaseResult + name: TestCaseResult + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestCaseResult + commentId: P:AxaFrance.WebEngine.TestCase.TestCaseResult + fullName: AxaFrance.WebEngine.TestCase.TestCaseResult + nameWithType: TestCase.TestCaseResult +- uid: AxaFrance.WebEngine.TestCase.TestCaseResult* + name: TestCaseResult + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestCaseResult_ + commentId: Overload:AxaFrance.WebEngine.TestCase.TestCaseResult + isSpec: "True" + fullName: AxaFrance.WebEngine.TestCase.TestCaseResult + nameWithType: TestCase.TestCaseResult +- uid: AxaFrance.WebEngine.TestCase.TestData + name: TestData + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestData + commentId: P:AxaFrance.WebEngine.TestCase.TestData + fullName: AxaFrance.WebEngine.TestCase.TestData + nameWithType: TestCase.TestData +- uid: AxaFrance.WebEngine.TestCase.TestData* + name: TestData + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestData_ + commentId: Overload:AxaFrance.WebEngine.TestCase.TestData + isSpec: "True" + fullName: AxaFrance.WebEngine.TestCase.TestData + nameWithType: TestCase.TestData +- uid: AxaFrance.WebEngine.TestCase.TestSteps + name: TestSteps + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestSteps + commentId: P:AxaFrance.WebEngine.TestCase.TestSteps + fullName: AxaFrance.WebEngine.TestCase.TestSteps + nameWithType: TestCase.TestSteps +- uid: AxaFrance.WebEngine.TestCase.TestSteps* + name: TestSteps + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_TestSteps_ + commentId: Overload:AxaFrance.WebEngine.TestCase.TestSteps isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.SelectByIndex - nameWithType: WebElementDescription.SelectByIndex -- uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByText(System.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) -- uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByText* - name: SelectByText - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SelectByText_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.SelectByText + fullName: AxaFrance.WebEngine.TestCase.TestSteps + nameWithType: TestCase.TestSteps +- uid: AxaFrance.WebEngine.TestCase.UniqueId + name: UniqueId + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_UniqueId + commentId: P:AxaFrance.WebEngine.TestCase.UniqueId + fullName: AxaFrance.WebEngine.TestCase.UniqueId + nameWithType: TestCase.UniqueId +- uid: AxaFrance.WebEngine.TestCase.UniqueId* + name: UniqueId + href: api_net/AxaFrance.WebEngine.TestCase.html#AxaFrance_WebEngine_TestCase_UniqueId_ + commentId: Overload:AxaFrance.WebEngine.TestCase.UniqueId isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.SelectByText - nameWithType: WebElementDescription.SelectByText -- uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByValue(System.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) -- uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByValue* - name: SelectByValue - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SelectByValue_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.SelectByValue + fullName: AxaFrance.WebEngine.TestCase.UniqueId + nameWithType: TestCase.UniqueId +- uid: AxaFrance.WebEngine.TestData + name: TestData + href: api_net/AxaFrance.WebEngine.TestData.html + commentId: T:AxaFrance.WebEngine.TestData + fullName: AxaFrance.WebEngine.TestData + nameWithType: TestData +- uid: AxaFrance.WebEngine.TestData.Data + name: Data + href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_Data + commentId: P:AxaFrance.WebEngine.TestData.Data + fullName: AxaFrance.WebEngine.TestData.Data + nameWithType: TestData.Data +- uid: AxaFrance.WebEngine.TestData.Data* + name: Data + href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_Data_ + commentId: Overload:AxaFrance.WebEngine.TestData.Data isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.SelectByValue - nameWithType: WebElementDescription.SelectByValue -- uid: AxaFrance.WebEngine.Web.WebElementDescription.SetSecure(System.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) -- uid: AxaFrance.WebEngine.Web.WebElementDescription.SetSecure* - name: SetSecure - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SetSecure_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.SetSecure + fullName: AxaFrance.WebEngine.TestData.Data + nameWithType: TestData.Data +- uid: AxaFrance.WebEngine.TestData.GetValue(System.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) +- uid: AxaFrance.WebEngine.TestData.GetValue* + name: GetValue + href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_GetValue_ + commentId: Overload:AxaFrance.WebEngine.TestData.GetValue isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.SetSecure - nameWithType: WebElementDescription.SetSecure -- uid: AxaFrance.WebEngine.Web.WebElementDescription.TagName - name: TagName - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_TagName - commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.TagName - fullName: AxaFrance.WebEngine.Web.WebElementDescription.TagName - nameWithType: WebElementDescription.TagName -- uid: AxaFrance.WebEngine.Web.WebElementDescription.TagName* - name: TagName - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_TagName_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.TagName + fullName: AxaFrance.WebEngine.TestData.GetValue + nameWithType: TestData.GetValue +- uid: AxaFrance.WebEngine.TestData.SetValue(System.String,System.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) +- uid: AxaFrance.WebEngine.TestData.SetValue* + name: SetValue + href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_SetValue_ + commentId: Overload:AxaFrance.WebEngine.TestData.SetValue isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.TagName - nameWithType: WebElementDescription.TagName -- uid: AxaFrance.WebEngine.Web.WebElementDescription.ToString - name: ToString() - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ToString - commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.ToString - fullName: AxaFrance.WebEngine.Web.WebElementDescription.ToString() - nameWithType: WebElementDescription.ToString() -- uid: AxaFrance.WebEngine.Web.WebElementDescription.ToString* - name: ToString - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ToString_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.ToString + fullName: AxaFrance.WebEngine.TestData.SetValue + nameWithType: TestData.SetValue +- uid: AxaFrance.WebEngine.TestData.TestName + name: TestName + href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_TestName + commentId: P:AxaFrance.WebEngine.TestData.TestName + fullName: AxaFrance.WebEngine.TestData.TestName + nameWithType: TestData.TestName +- uid: AxaFrance.WebEngine.TestData.TestName* + name: TestName + href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_TestName_ + commentId: Overload:AxaFrance.WebEngine.TestData.TestName isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.ToString - nameWithType: WebElementDescription.ToString -- uid: AxaFrance.WebEngine.Web.WebElementDescription.XPath - name: XPath - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_XPath - commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.XPath - fullName: AxaFrance.WebEngine.Web.WebElementDescription.XPath - nameWithType: WebElementDescription.XPath -- uid: AxaFrance.WebEngine.Web.WebElementDescription.XPath* - name: XPath - href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_XPath_ - commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.XPath + fullName: AxaFrance.WebEngine.TestData.TestName + nameWithType: TestData.TestName +- uid: AxaFrance.WebEngine.TestData.TryGetValue(System.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) +- uid: AxaFrance.WebEngine.TestData.TryGetValue* + name: TryGetValue + href: api_net/AxaFrance.WebEngine.TestData.html#AxaFrance_WebEngine_TestData_TryGetValue_ + commentId: Overload:AxaFrance.WebEngine.TestData.TryGetValue isSpec: "True" - fullName: AxaFrance.WebEngine.Web.WebElementDescription.XPath - nameWithType: WebElementDescription.XPath -- uid: AxaFrance.WebEngine.WebEngineGeneralException - name: WebEngineGeneralException - href: api_net/AxaFrance.WebEngine.WebEngineGeneralException.html - commentId: T:AxaFrance.WebEngine.WebEngineGeneralException - fullName: AxaFrance.WebEngine.WebEngineGeneralException - nameWithType: WebEngineGeneralException -- uid: AxaFrance.WebEngine.WebEngineGeneralException.#ctor - name: WebEngineGeneralException() - href: api_net/AxaFrance.WebEngine.WebEngineGeneralException.html#AxaFrance_WebEngine_WebEngineGeneralException__ctor - commentId: M:AxaFrance.WebEngine.WebEngineGeneralException.#ctor - fullName: AxaFrance.WebEngine.WebEngineGeneralException.WebEngineGeneralException() - nameWithType: WebEngineGeneralException.WebEngineGeneralException() -- uid: AxaFrance.WebEngine.WebEngineGeneralException.#ctor(System.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) -- uid: AxaFrance.WebEngine.WebEngineGeneralException.#ctor(System.String,System.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) -- uid: AxaFrance.WebEngine.WebEngineGeneralException.#ctor* - name: WebEngineGeneralException - href: api_net/AxaFrance.WebEngine.WebEngineGeneralException.html#AxaFrance_WebEngine_WebEngineGeneralException__ctor_ - commentId: Overload:AxaFrance.WebEngine.WebEngineGeneralException.#ctor + fullName: AxaFrance.WebEngine.TestData.TryGetValue + nameWithType: TestData.TryGetValue +- uid: AxaFrance.WebEngine.TestStep + name: TestStep + href: api_net/AxaFrance.WebEngine.TestStep.html + commentId: T:AxaFrance.WebEngine.TestStep + fullName: AxaFrance.WebEngine.TestStep + nameWithType: TestStep +- uid: AxaFrance.WebEngine.TestStep.#ctor + name: TestStep() + href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep__ctor + commentId: M:AxaFrance.WebEngine.TestStep.#ctor + fullName: AxaFrance.WebEngine.TestStep.TestStep() + nameWithType: TestStep.TestStep() +- 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" - fullName: AxaFrance.WebEngine.WebEngineGeneralException.WebEngineGeneralException - nameWithType: WebEngineGeneralException.WebEngineGeneralException -- uid: Axe.Extended.HtmlReport - name: Axe.Extended.HtmlReport - href: api_net/Axe.Extended.HtmlReport.html - commentId: N:Axe.Extended.HtmlReport - fullName: Axe.Extended.HtmlReport - nameWithType: Axe.Extended.HtmlReport -- uid: Axe.Extended.HtmlReport.AdditionalTagsProvider - name: AdditionalTagsProvider - href: api_net/Axe.Extended.HtmlReport.AdditionalTagsProvider.html - commentId: T:Axe.Extended.HtmlReport.AdditionalTagsProvider - fullName: Axe.Extended.HtmlReport.AdditionalTagsProvider - nameWithType: AdditionalTagsProvider -- uid: Axe.Extended.HtmlReport.AdditionalTagsProvider.GetTagsByRule(System.String) - name: GetTagsByRule(String) - href: api_net/Axe.Extended.HtmlReport.AdditionalTagsProvider.html#Axe_Extended_HtmlReport_AdditionalTagsProvider_GetTagsByRule_System_String_ - commentId: M:Axe.Extended.HtmlReport.AdditionalTagsProvider.GetTagsByRule(System.String) - fullName: Axe.Extended.HtmlReport.AdditionalTagsProvider.GetTagsByRule(System.String) - nameWithType: AdditionalTagsProvider.GetTagsByRule(String) -- uid: Axe.Extended.HtmlReport.AdditionalTagsProvider.GetTagsByRule* - name: GetTagsByRule - href: api_net/Axe.Extended.HtmlReport.AdditionalTagsProvider.html#Axe_Extended_HtmlReport_AdditionalTagsProvider_GetTagsByRule_ - commentId: Overload:Axe.Extended.HtmlReport.AdditionalTagsProvider.GetTagsByRule + fullName: AxaFrance.WebEngine.TestStep.TestStep + nameWithType: TestStep.TestStep +- uid: AxaFrance.WebEngine.TestStep.Action + name: Action + href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep_Action + commentId: P:AxaFrance.WebEngine.TestStep.Action + fullName: AxaFrance.WebEngine.TestStep.Action + nameWithType: TestStep.Action +- uid: AxaFrance.WebEngine.TestStep.Action* + name: Action + href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep_Action_ + commentId: Overload:AxaFrance.WebEngine.TestStep.Action isSpec: "True" - fullName: Axe.Extended.HtmlReport.AdditionalTagsProvider.GetTagsByRule - nameWithType: AdditionalTagsProvider.GetTagsByRule -- uid: Axe.Extended.HtmlReport.AxeOverallResult - name: AxeOverallResult - href: api_net/Axe.Extended.HtmlReport.AxeOverallResult.html - commentId: T:Axe.Extended.HtmlReport.AxeOverallResult - fullName: Axe.Extended.HtmlReport.AxeOverallResult - nameWithType: AxeOverallResult -- uid: Axe.Extended.HtmlReport.AxeOverallResult.GetScore - name: GetScore() - href: api_net/Axe.Extended.HtmlReport.AxeOverallResult.html#Axe_Extended_HtmlReport_AxeOverallResult_GetScore - commentId: M:Axe.Extended.HtmlReport.AxeOverallResult.GetScore - fullName: Axe.Extended.HtmlReport.AxeOverallResult.GetScore() - nameWithType: AxeOverallResult.GetScore() -- uid: Axe.Extended.HtmlReport.AxeOverallResult.GetScore* - name: GetScore - href: api_net/Axe.Extended.HtmlReport.AxeOverallResult.html#Axe_Extended_HtmlReport_AxeOverallResult_GetScore_ - commentId: Overload:Axe.Extended.HtmlReport.AxeOverallResult.GetScore + fullName: AxaFrance.WebEngine.TestStep.Action + nameWithType: TestStep.Action +- uid: AxaFrance.WebEngine.TestStep.Details + name: Details + href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep_Details + commentId: P:AxaFrance.WebEngine.TestStep.Details + fullName: AxaFrance.WebEngine.TestStep.Details + nameWithType: TestStep.Details +- uid: AxaFrance.WebEngine.TestStep.Details* + name: Details + href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep_Details_ + commentId: Overload:AxaFrance.WebEngine.TestStep.Details isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxeOverallResult.GetScore - nameWithType: AxeOverallResult.GetScore -- uid: Axe.Extended.HtmlReport.AxeOverallResult.PageResults - name: PageResults - href: api_net/Axe.Extended.HtmlReport.AxeOverallResult.html#Axe_Extended_HtmlReport_AxeOverallResult_PageResults - commentId: P:Axe.Extended.HtmlReport.AxeOverallResult.PageResults - fullName: Axe.Extended.HtmlReport.AxeOverallResult.PageResults - nameWithType: AxeOverallResult.PageResults -- uid: Axe.Extended.HtmlReport.AxeOverallResult.PageResults* - name: PageResults - href: api_net/Axe.Extended.HtmlReport.AxeOverallResult.html#Axe_Extended_HtmlReport_AxeOverallResult_PageResults_ - commentId: Overload:Axe.Extended.HtmlReport.AxeOverallResult.PageResults + fullName: AxaFrance.WebEngine.TestStep.Details + nameWithType: TestStep.Details +- uid: AxaFrance.WebEngine.TestStep.Result + name: Result + href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep_Result + commentId: P:AxaFrance.WebEngine.TestStep.Result + fullName: AxaFrance.WebEngine.TestStep.Result + nameWithType: TestStep.Result +- uid: AxaFrance.WebEngine.TestStep.Result* + name: Result + href: api_net/AxaFrance.WebEngine.TestStep.html#AxaFrance_WebEngine_TestStep_Result_ + commentId: Overload:AxaFrance.WebEngine.TestStep.Result isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxeOverallResult.PageResults - nameWithType: AxeOverallResult.PageResults -- uid: Axe.Extended.HtmlReport.AxeOverallResult.TimeStamp - name: TimeStamp - href: api_net/Axe.Extended.HtmlReport.AxeOverallResult.html#Axe_Extended_HtmlReport_AxeOverallResult_TimeStamp - commentId: P:Axe.Extended.HtmlReport.AxeOverallResult.TimeStamp - fullName: Axe.Extended.HtmlReport.AxeOverallResult.TimeStamp - nameWithType: AxeOverallResult.TimeStamp -- uid: Axe.Extended.HtmlReport.AxeOverallResult.TimeStamp* - name: TimeStamp - href: api_net/Axe.Extended.HtmlReport.AxeOverallResult.html#Axe_Extended_HtmlReport_AxeOverallResult_TimeStamp_ - commentId: Overload:Axe.Extended.HtmlReport.AxeOverallResult.TimeStamp + fullName: AxaFrance.WebEngine.TestStep.Result + nameWithType: TestStep.Result +- uid: AxaFrance.WebEngine.TestSuite + name: TestSuite + href: api_net/AxaFrance.WebEngine.TestSuite.html + commentId: T:AxaFrance.WebEngine.TestSuite + fullName: AxaFrance.WebEngine.TestSuite + nameWithType: TestSuite +- uid: AxaFrance.WebEngine.TestSuite.CleanUp(AxaFrance.WebEngine.Settings) + name: CleanUp(Settings) + href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_CleanUp_AxaFrance_WebEngine_Settings_ + commentId: M:AxaFrance.WebEngine.TestSuite.CleanUp(AxaFrance.WebEngine.Settings) + fullName: AxaFrance.WebEngine.TestSuite.CleanUp(AxaFrance.WebEngine.Settings) + nameWithType: TestSuite.CleanUp(Settings) +- uid: AxaFrance.WebEngine.TestSuite.CleanUp* + name: CleanUp + href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_CleanUp_ + commentId: Overload:AxaFrance.WebEngine.TestSuite.CleanUp isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxeOverallResult.TimeStamp - nameWithType: AxeOverallResult.TimeStamp -- uid: Axe.Extended.HtmlReport.AxeOverallResult.Title - name: Title - href: api_net/Axe.Extended.HtmlReport.AxeOverallResult.html#Axe_Extended_HtmlReport_AxeOverallResult_Title - commentId: P:Axe.Extended.HtmlReport.AxeOverallResult.Title - fullName: Axe.Extended.HtmlReport.AxeOverallResult.Title - nameWithType: AxeOverallResult.Title -- uid: Axe.Extended.HtmlReport.AxeOverallResult.Title* - name: Title - href: api_net/Axe.Extended.HtmlReport.AxeOverallResult.html#Axe_Extended_HtmlReport_AxeOverallResult_Title_ - commentId: Overload:Axe.Extended.HtmlReport.AxeOverallResult.Title + fullName: AxaFrance.WebEngine.TestSuite.CleanUp + nameWithType: TestSuite.CleanUp +- uid: AxaFrance.WebEngine.TestSuite.Initialize(AxaFrance.WebEngine.Settings) + name: Initialize(Settings) + href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_Initialize_AxaFrance_WebEngine_Settings_ + commentId: M:AxaFrance.WebEngine.TestSuite.Initialize(AxaFrance.WebEngine.Settings) + fullName: AxaFrance.WebEngine.TestSuite.Initialize(AxaFrance.WebEngine.Settings) + nameWithType: TestSuite.Initialize(Settings) +- uid: AxaFrance.WebEngine.TestSuite.Initialize* + name: Initialize + href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_Initialize_ + commentId: Overload:AxaFrance.WebEngine.TestSuite.Initialize isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxeOverallResult.Title - nameWithType: AxeOverallResult.Title -- uid: Axe.Extended.HtmlReport.AxePageResult - name: AxePageResult - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html - commentId: T:Axe.Extended.HtmlReport.AxePageResult - fullName: Axe.Extended.HtmlReport.AxePageResult - nameWithType: AxePageResult -- uid: Axe.Extended.HtmlReport.AxePageResult.#ctor(Deque.AxeCore.Commons.AxeResult,Axe.Extended.HtmlReport.PageReportBuilder) - name: AxePageResult(AxeResult, PageReportBuilder) - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult__ctor_Deque_AxeCore_Commons_AxeResult_Axe_Extended_HtmlReport_PageReportBuilder_ - commentId: M:Axe.Extended.HtmlReport.AxePageResult.#ctor(Deque.AxeCore.Commons.AxeResult,Axe.Extended.HtmlReport.PageReportBuilder) - fullName: Axe.Extended.HtmlReport.AxePageResult.AxePageResult(Deque.AxeCore.Commons.AxeResult, Axe.Extended.HtmlReport.PageReportBuilder) - nameWithType: AxePageResult.AxePageResult(AxeResult, PageReportBuilder) -- uid: Axe.Extended.HtmlReport.AxePageResult.#ctor* - name: AxePageResult - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult__ctor_ - commentId: Overload:Axe.Extended.HtmlReport.AxePageResult.#ctor + fullName: AxaFrance.WebEngine.TestSuite.Initialize + nameWithType: TestSuite.Initialize +- uid: AxaFrance.WebEngine.TestSuite.Run + name: Run() + href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_Run + commentId: M:AxaFrance.WebEngine.TestSuite.Run + fullName: AxaFrance.WebEngine.TestSuite.Run() + nameWithType: TestSuite.Run() +- uid: AxaFrance.WebEngine.TestSuite.Run* + name: Run + href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_Run_ + commentId: Overload:AxaFrance.WebEngine.TestSuite.Run isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxePageResult.AxePageResult - nameWithType: AxePageResult.AxePageResult -- uid: Axe.Extended.HtmlReport.AxePageResult.AxeResult - name: AxeResult - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_AxeResult - commentId: P:Axe.Extended.HtmlReport.AxePageResult.AxeResult - fullName: Axe.Extended.HtmlReport.AxePageResult.AxeResult - nameWithType: AxePageResult.AxeResult -- uid: Axe.Extended.HtmlReport.AxePageResult.AxeResult* - name: AxeResult - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_AxeResult_ - commentId: Overload:Axe.Extended.HtmlReport.AxePageResult.AxeResult + fullName: AxaFrance.WebEngine.TestSuite.Run + nameWithType: TestSuite.Run +- uid: AxaFrance.WebEngine.TestSuite.TestCases + name: TestCases + href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_TestCases + commentId: P:AxaFrance.WebEngine.TestSuite.TestCases + fullName: AxaFrance.WebEngine.TestSuite.TestCases + nameWithType: TestSuite.TestCases +- uid: AxaFrance.WebEngine.TestSuite.TestCases* + name: TestCases + href: api_net/AxaFrance.WebEngine.TestSuite.html#AxaFrance_WebEngine_TestSuite_TestCases_ + commentId: Overload:AxaFrance.WebEngine.TestSuite.TestCases isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxePageResult.AxeResult - nameWithType: AxePageResult.AxeResult -- uid: Axe.Extended.HtmlReport.AxePageResult.Builder - name: Builder - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_Builder - commentId: P:Axe.Extended.HtmlReport.AxePageResult.Builder - fullName: Axe.Extended.HtmlReport.AxePageResult.Builder - nameWithType: AxePageResult.Builder -- uid: Axe.Extended.HtmlReport.AxePageResult.Builder* - name: Builder - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_Builder_ - commentId: Overload:Axe.Extended.HtmlReport.AxePageResult.Builder + fullName: AxaFrance.WebEngine.TestSuite.TestCases + nameWithType: TestSuite.TestCases +- uid: AxaFrance.WebEngine.TestSuiteData + name: TestSuiteData + href: api_net/AxaFrance.WebEngine.TestSuiteData.html + commentId: T:AxaFrance.WebEngine.TestSuiteData + fullName: AxaFrance.WebEngine.TestSuiteData + nameWithType: TestSuiteData +- uid: AxaFrance.WebEngine.TestSuiteData.#ctor + name: TestSuiteData() + href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData__ctor + commentId: M:AxaFrance.WebEngine.TestSuiteData.#ctor + fullName: AxaFrance.WebEngine.TestSuiteData.TestSuiteData() + nameWithType: TestSuiteData.TestSuiteData() +- 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" - fullName: Axe.Extended.HtmlReport.AxePageResult.Builder - nameWithType: AxePageResult.Builder -- uid: Axe.Extended.HtmlReport.AxePageResult.GetScore - name: GetScore() - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_GetScore - commentId: M:Axe.Extended.HtmlReport.AxePageResult.GetScore - fullName: Axe.Extended.HtmlReport.AxePageResult.GetScore() - nameWithType: AxePageResult.GetScore() -- uid: Axe.Extended.HtmlReport.AxePageResult.GetScore* - name: GetScore - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_GetScore_ - commentId: Overload:Axe.Extended.HtmlReport.AxePageResult.GetScore + fullName: AxaFrance.WebEngine.TestSuiteData.TestSuiteData + nameWithType: TestSuiteData.TestSuiteData +- uid: AxaFrance.WebEngine.TestSuiteData.Current + name: Current + href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_Current + commentId: P:AxaFrance.WebEngine.TestSuiteData.Current + fullName: AxaFrance.WebEngine.TestSuiteData.Current + nameWithType: TestSuiteData.Current +- uid: AxaFrance.WebEngine.TestSuiteData.Current* + name: Current + href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_Current_ + commentId: Overload:AxaFrance.WebEngine.TestSuiteData.Current isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxePageResult.GetScore - nameWithType: AxePageResult.GetScore -- uid: Axe.Extended.HtmlReport.AxePageResult.Inapplicable - name: Inapplicable - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_Inapplicable - commentId: P:Axe.Extended.HtmlReport.AxePageResult.Inapplicable - fullName: Axe.Extended.HtmlReport.AxePageResult.Inapplicable - nameWithType: AxePageResult.Inapplicable -- uid: Axe.Extended.HtmlReport.AxePageResult.Inapplicable* - name: Inapplicable - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_Inapplicable_ - commentId: Overload:Axe.Extended.HtmlReport.AxePageResult.Inapplicable + fullName: AxaFrance.WebEngine.TestSuiteData.Current + nameWithType: TestSuiteData.Current +- uid: AxaFrance.WebEngine.TestSuiteData.GetTestData(System.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) +- uid: AxaFrance.WebEngine.TestSuiteData.GetTestData* + name: GetTestData + href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_GetTestData_ + commentId: Overload:AxaFrance.WebEngine.TestSuiteData.GetTestData isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxePageResult.Inapplicable - nameWithType: AxePageResult.Inapplicable -- uid: Axe.Extended.HtmlReport.AxePageResult.Incomplete - name: Incomplete - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_Incomplete - commentId: P:Axe.Extended.HtmlReport.AxePageResult.Incomplete - fullName: Axe.Extended.HtmlReport.AxePageResult.Incomplete - nameWithType: AxePageResult.Incomplete -- uid: Axe.Extended.HtmlReport.AxePageResult.Incomplete* - name: Incomplete - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_Incomplete_ - commentId: Overload:Axe.Extended.HtmlReport.AxePageResult.Incomplete + fullName: AxaFrance.WebEngine.TestSuiteData.GetTestData + nameWithType: TestSuiteData.GetTestData +- uid: AxaFrance.WebEngine.TestSuiteData.GetValue(System.String,System.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) +- uid: AxaFrance.WebEngine.TestSuiteData.GetValue* + name: GetValue + href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_GetValue_ + commentId: Overload:AxaFrance.WebEngine.TestSuiteData.GetValue isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxePageResult.Incomplete - nameWithType: AxePageResult.Incomplete -- uid: Axe.Extended.HtmlReport.AxePageResult.Passes - name: Passes - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_Passes - commentId: P:Axe.Extended.HtmlReport.AxePageResult.Passes - fullName: Axe.Extended.HtmlReport.AxePageResult.Passes - nameWithType: AxePageResult.Passes -- uid: Axe.Extended.HtmlReport.AxePageResult.Passes* - name: Passes - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_Passes_ - commentId: Overload:Axe.Extended.HtmlReport.AxePageResult.Passes + fullName: AxaFrance.WebEngine.TestSuiteData.GetValue + nameWithType: TestSuiteData.GetValue +- uid: AxaFrance.WebEngine.TestSuiteData.InitializeEmpty + name: InitializeEmpty() + href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_InitializeEmpty + commentId: M:AxaFrance.WebEngine.TestSuiteData.InitializeEmpty + fullName: AxaFrance.WebEngine.TestSuiteData.InitializeEmpty() + nameWithType: TestSuiteData.InitializeEmpty() +- uid: AxaFrance.WebEngine.TestSuiteData.InitializeEmpty* + name: InitializeEmpty + href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_InitializeEmpty_ + commentId: Overload:AxaFrance.WebEngine.TestSuiteData.InitializeEmpty isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxePageResult.Passes - nameWithType: AxePageResult.Passes -- uid: Axe.Extended.HtmlReport.AxePageResult.TestEngine - name: TestEngine - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_TestEngine - commentId: P:Axe.Extended.HtmlReport.AxePageResult.TestEngine - fullName: Axe.Extended.HtmlReport.AxePageResult.TestEngine - nameWithType: AxePageResult.TestEngine -- uid: Axe.Extended.HtmlReport.AxePageResult.TestEngine* - name: TestEngine - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_TestEngine_ - commentId: Overload:Axe.Extended.HtmlReport.AxePageResult.TestEngine + fullName: AxaFrance.WebEngine.TestSuiteData.InitializeEmpty + nameWithType: TestSuiteData.InitializeEmpty +- uid: AxaFrance.WebEngine.TestSuiteData.LoadFrom(System.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) +- uid: AxaFrance.WebEngine.TestSuiteData.LoadFrom* + name: LoadFrom + href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_LoadFrom_ + commentId: Overload:AxaFrance.WebEngine.TestSuiteData.LoadFrom isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxePageResult.TestEngine - nameWithType: AxePageResult.TestEngine -- uid: Axe.Extended.HtmlReport.AxePageResult.TestEnvironment - name: TestEnvironment - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_TestEnvironment - commentId: P:Axe.Extended.HtmlReport.AxePageResult.TestEnvironment - fullName: Axe.Extended.HtmlReport.AxePageResult.TestEnvironment - nameWithType: AxePageResult.TestEnvironment -- uid: Axe.Extended.HtmlReport.AxePageResult.TestEnvironment* - name: TestEnvironment - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_TestEnvironment_ - commentId: Overload:Axe.Extended.HtmlReport.AxePageResult.TestEnvironment + fullName: AxaFrance.WebEngine.TestSuiteData.LoadFrom + nameWithType: TestSuiteData.LoadFrom +- uid: AxaFrance.WebEngine.TestSuiteData.SetValue(System.String,System.String,System.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) +- uid: AxaFrance.WebEngine.TestSuiteData.SetValue* + name: SetValue + href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_SetValue_ + commentId: Overload:AxaFrance.WebEngine.TestSuiteData.SetValue isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxePageResult.TestEnvironment - nameWithType: AxePageResult.TestEnvironment -- uid: Axe.Extended.HtmlReport.AxePageResult.TestRunner - name: TestRunner - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_TestRunner - commentId: P:Axe.Extended.HtmlReport.AxePageResult.TestRunner - fullName: Axe.Extended.HtmlReport.AxePageResult.TestRunner - nameWithType: AxePageResult.TestRunner -- uid: Axe.Extended.HtmlReport.AxePageResult.TestRunner* - name: TestRunner - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_TestRunner_ - commentId: Overload:Axe.Extended.HtmlReport.AxePageResult.TestRunner + fullName: AxaFrance.WebEngine.TestSuiteData.SetValue + nameWithType: TestSuiteData.SetValue +- uid: AxaFrance.WebEngine.TestSuiteData.TestDataList + name: TestDataList + href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_TestDataList + commentId: P:AxaFrance.WebEngine.TestSuiteData.TestDataList + fullName: AxaFrance.WebEngine.TestSuiteData.TestDataList + nameWithType: TestSuiteData.TestDataList +- uid: AxaFrance.WebEngine.TestSuiteData.TestDataList* + name: TestDataList + href: api_net/AxaFrance.WebEngine.TestSuiteData.html#AxaFrance_WebEngine_TestSuiteData_TestDataList_ + commentId: Overload:AxaFrance.WebEngine.TestSuiteData.TestDataList isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxePageResult.TestRunner - nameWithType: AxePageResult.TestRunner -- uid: Axe.Extended.HtmlReport.AxePageResult.Timestamp - name: Timestamp - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_Timestamp - commentId: P:Axe.Extended.HtmlReport.AxePageResult.Timestamp - fullName: Axe.Extended.HtmlReport.AxePageResult.Timestamp - nameWithType: AxePageResult.Timestamp -- uid: Axe.Extended.HtmlReport.AxePageResult.Timestamp* - name: Timestamp - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_Timestamp_ - commentId: Overload:Axe.Extended.HtmlReport.AxePageResult.Timestamp + fullName: AxaFrance.WebEngine.TestSuiteData.TestDataList + nameWithType: TestSuiteData.TestDataList +- uid: AxaFrance.WebEngine.Utilities + name: Utilities + href: api_net/AxaFrance.WebEngine.Utilities.html + commentId: T:AxaFrance.WebEngine.Utilities + fullName: AxaFrance.WebEngine.Utilities + nameWithType: Utilities +- uid: AxaFrance.WebEngine.Utilities.ExtractDateFromText(System.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) +- uid: AxaFrance.WebEngine.Utilities.ExtractDateFromText* + name: ExtractDateFromText + href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_ExtractDateFromText_ + commentId: Overload:AxaFrance.WebEngine.Utilities.ExtractDateFromText isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxePageResult.Timestamp - nameWithType: AxePageResult.Timestamp -- uid: Axe.Extended.HtmlReport.AxePageResult.Url - name: Url - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_Url - commentId: P:Axe.Extended.HtmlReport.AxePageResult.Url - fullName: Axe.Extended.HtmlReport.AxePageResult.Url - nameWithType: AxePageResult.Url -- uid: Axe.Extended.HtmlReport.AxePageResult.Url* - name: Url - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_Url_ - commentId: Overload:Axe.Extended.HtmlReport.AxePageResult.Url + 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) + 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) +- uid: AxaFrance.WebEngine.Utilities.GenerateEmail* + name: GenerateEmail + href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GenerateEmail_ + commentId: Overload:AxaFrance.WebEngine.Utilities.GenerateEmail + isSpec: "True" + fullName: AxaFrance.WebEngine.Utilities.GenerateEmail + nameWithType: Utilities.GenerateEmail +- uid: AxaFrance.WebEngine.Utilities.GeneratePhoneNumber(System.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) +- uid: AxaFrance.WebEngine.Utilities.GeneratePhoneNumber* + name: GeneratePhoneNumber + href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GeneratePhoneNumber_ + commentId: Overload:AxaFrance.WebEngine.Utilities.GeneratePhoneNumber isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxePageResult.Url - nameWithType: AxePageResult.Url -- uid: Axe.Extended.HtmlReport.AxePageResult.Violations - name: Violations - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_Violations - commentId: P:Axe.Extended.HtmlReport.AxePageResult.Violations - fullName: Axe.Extended.HtmlReport.AxePageResult.Violations - nameWithType: AxePageResult.Violations -- uid: Axe.Extended.HtmlReport.AxePageResult.Violations* - name: Violations - href: api_net/Axe.Extended.HtmlReport.AxePageResult.html#Axe_Extended_HtmlReport_AxePageResult_Violations_ - commentId: Overload:Axe.Extended.HtmlReport.AxePageResult.Violations + fullName: AxaFrance.WebEngine.Utilities.GeneratePhoneNumber + nameWithType: Utilities.GeneratePhoneNumber +- uid: AxaFrance.WebEngine.Utilities.GetRandomItemFromEnvironmentVariable(System.String,System.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) +- uid: AxaFrance.WebEngine.Utilities.GetRandomItemFromEnvironmentVariable* + name: GetRandomItemFromEnvironmentVariable + href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GetRandomItemFromEnvironmentVariable_ + commentId: Overload:AxaFrance.WebEngine.Utilities.GetRandomItemFromEnvironmentVariable isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxePageResult.Violations - nameWithType: AxePageResult.Violations -- uid: Axe.Extended.HtmlReport.AxeResultEnhancedItem - name: AxeResultEnhancedItem - href: api_net/Axe.Extended.HtmlReport.AxeResultEnhancedItem.html - commentId: T:Axe.Extended.HtmlReport.AxeResultEnhancedItem - fullName: Axe.Extended.HtmlReport.AxeResultEnhancedItem - nameWithType: AxeResultEnhancedItem -- uid: Axe.Extended.HtmlReport.AxeResultEnhancedItem.#ctor(Deque.AxeCore.Commons.AxeResultItem,Axe.Extended.HtmlReport.AxeResultEnhancedNode[]) - name: AxeResultEnhancedItem(AxeResultItem, AxeResultEnhancedNode[]) - href: api_net/Axe.Extended.HtmlReport.AxeResultEnhancedItem.html#Axe_Extended_HtmlReport_AxeResultEnhancedItem__ctor_Deque_AxeCore_Commons_AxeResultItem_Axe_Extended_HtmlReport_AxeResultEnhancedNode___ - commentId: M:Axe.Extended.HtmlReport.AxeResultEnhancedItem.#ctor(Deque.AxeCore.Commons.AxeResultItem,Axe.Extended.HtmlReport.AxeResultEnhancedNode[]) - name.vb: AxeResultEnhancedItem(AxeResultItem, AxeResultEnhancedNode()) - fullName: Axe.Extended.HtmlReport.AxeResultEnhancedItem.AxeResultEnhancedItem(Deque.AxeCore.Commons.AxeResultItem, Axe.Extended.HtmlReport.AxeResultEnhancedNode[]) - fullName.vb: Axe.Extended.HtmlReport.AxeResultEnhancedItem.AxeResultEnhancedItem(Deque.AxeCore.Commons.AxeResultItem, Axe.Extended.HtmlReport.AxeResultEnhancedNode()) - nameWithType: AxeResultEnhancedItem.AxeResultEnhancedItem(AxeResultItem, AxeResultEnhancedNode[]) - nameWithType.vb: AxeResultEnhancedItem.AxeResultEnhancedItem(AxeResultItem, AxeResultEnhancedNode()) -- uid: Axe.Extended.HtmlReport.AxeResultEnhancedItem.#ctor* - name: AxeResultEnhancedItem - href: api_net/Axe.Extended.HtmlReport.AxeResultEnhancedItem.html#Axe_Extended_HtmlReport_AxeResultEnhancedItem__ctor_ - commentId: Overload:Axe.Extended.HtmlReport.AxeResultEnhancedItem.#ctor + fullName: AxaFrance.WebEngine.Utilities.GetRandomItemFromEnvironmentVariable + nameWithType: Utilities.GetRandomItemFromEnvironmentVariable +- uid: AxaFrance.WebEngine.Utilities.GetRandomLetter + name: GetRandomLetter() + href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GetRandomLetter + commentId: M:AxaFrance.WebEngine.Utilities.GetRandomLetter + fullName: AxaFrance.WebEngine.Utilities.GetRandomLetter() + nameWithType: Utilities.GetRandomLetter() +- uid: AxaFrance.WebEngine.Utilities.GetRandomLetter* + name: GetRandomLetter + href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GetRandomLetter_ + commentId: Overload:AxaFrance.WebEngine.Utilities.GetRandomLetter isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxeResultEnhancedItem.AxeResultEnhancedItem - nameWithType: AxeResultEnhancedItem.AxeResultEnhancedItem -- uid: Axe.Extended.HtmlReport.AxeResultEnhancedItem.Item - name: Item - href: api_net/Axe.Extended.HtmlReport.AxeResultEnhancedItem.html#Axe_Extended_HtmlReport_AxeResultEnhancedItem_Item - commentId: P:Axe.Extended.HtmlReport.AxeResultEnhancedItem.Item - fullName: Axe.Extended.HtmlReport.AxeResultEnhancedItem.Item - nameWithType: AxeResultEnhancedItem.Item -- uid: Axe.Extended.HtmlReport.AxeResultEnhancedItem.Item* - name: Item - href: api_net/Axe.Extended.HtmlReport.AxeResultEnhancedItem.html#Axe_Extended_HtmlReport_AxeResultEnhancedItem_Item_ - commentId: Overload:Axe.Extended.HtmlReport.AxeResultEnhancedItem.Item + fullName: AxaFrance.WebEngine.Utilities.GetRandomLetter + nameWithType: Utilities.GetRandomLetter +- uid: AxaFrance.WebEngine.Utilities.GetRandomNumber(System.Int32) + name: GetRandomNumber(Int32) + 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) +- uid: AxaFrance.WebEngine.Utilities.GetRandomNumber* + name: GetRandomNumber + href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GetRandomNumber_ + commentId: Overload:AxaFrance.WebEngine.Utilities.GetRandomNumber isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxeResultEnhancedItem.Item - nameWithType: AxeResultEnhancedItem.Item -- uid: Axe.Extended.HtmlReport.AxeResultEnhancedItem.Nodes - name: Nodes - href: api_net/Axe.Extended.HtmlReport.AxeResultEnhancedItem.html#Axe_Extended_HtmlReport_AxeResultEnhancedItem_Nodes - commentId: P:Axe.Extended.HtmlReport.AxeResultEnhancedItem.Nodes - fullName: Axe.Extended.HtmlReport.AxeResultEnhancedItem.Nodes - nameWithType: AxeResultEnhancedItem.Nodes -- uid: Axe.Extended.HtmlReport.AxeResultEnhancedItem.Nodes* - name: Nodes - href: api_net/Axe.Extended.HtmlReport.AxeResultEnhancedItem.html#Axe_Extended_HtmlReport_AxeResultEnhancedItem_Nodes_ - commentId: Overload:Axe.Extended.HtmlReport.AxeResultEnhancedItem.Nodes + fullName: AxaFrance.WebEngine.Utilities.GetRandomNumber + nameWithType: Utilities.GetRandomNumber +- uid: AxaFrance.WebEngine.Utilities.GetRandomStringFromList(System.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[]) + nameWithType.vb: Utilities.GetRandomStringFromList(Object()) +- uid: AxaFrance.WebEngine.Utilities.GetRandomStringFromList* + name: GetRandomStringFromList + href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_GetRandomStringFromList_ + commentId: Overload:AxaFrance.WebEngine.Utilities.GetRandomStringFromList isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxeResultEnhancedItem.Nodes - nameWithType: AxeResultEnhancedItem.Nodes -- uid: Axe.Extended.HtmlReport.AxeResultEnhancedNode - name: AxeResultEnhancedNode - href: api_net/Axe.Extended.HtmlReport.AxeResultEnhancedNode.html - commentId: T:Axe.Extended.HtmlReport.AxeResultEnhancedNode - fullName: Axe.Extended.HtmlReport.AxeResultEnhancedNode - nameWithType: AxeResultEnhancedNode -- uid: Axe.Extended.HtmlReport.AxeResultEnhancedNode.#ctor(Deque.AxeCore.Commons.AxeResultNode) - name: AxeResultEnhancedNode(AxeResultNode) - href: api_net/Axe.Extended.HtmlReport.AxeResultEnhancedNode.html#Axe_Extended_HtmlReport_AxeResultEnhancedNode__ctor_Deque_AxeCore_Commons_AxeResultNode_ - commentId: M:Axe.Extended.HtmlReport.AxeResultEnhancedNode.#ctor(Deque.AxeCore.Commons.AxeResultNode) - fullName: Axe.Extended.HtmlReport.AxeResultEnhancedNode.AxeResultEnhancedNode(Deque.AxeCore.Commons.AxeResultNode) - nameWithType: AxeResultEnhancedNode.AxeResultEnhancedNode(AxeResultNode) -- uid: Axe.Extended.HtmlReport.AxeResultEnhancedNode.#ctor* - name: AxeResultEnhancedNode - href: api_net/Axe.Extended.HtmlReport.AxeResultEnhancedNode.html#Axe_Extended_HtmlReport_AxeResultEnhancedNode__ctor_ - commentId: Overload:Axe.Extended.HtmlReport.AxeResultEnhancedNode.#ctor + 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) + 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) +- uid: AxaFrance.WebEngine.Utilities.LoremIpsum* + name: LoremIpsum + href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_LoremIpsum_ + commentId: Overload:AxaFrance.WebEngine.Utilities.LoremIpsum isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxeResultEnhancedNode.AxeResultEnhancedNode - nameWithType: AxeResultEnhancedNode.AxeResultEnhancedNode -- uid: Axe.Extended.HtmlReport.AxeResultEnhancedNode.Node - name: Node - href: api_net/Axe.Extended.HtmlReport.AxeResultEnhancedNode.html#Axe_Extended_HtmlReport_AxeResultEnhancedNode_Node - commentId: P:Axe.Extended.HtmlReport.AxeResultEnhancedNode.Node - fullName: Axe.Extended.HtmlReport.AxeResultEnhancedNode.Node - nameWithType: AxeResultEnhancedNode.Node -- uid: Axe.Extended.HtmlReport.AxeResultEnhancedNode.Node* - name: Node - href: api_net/Axe.Extended.HtmlReport.AxeResultEnhancedNode.html#Axe_Extended_HtmlReport_AxeResultEnhancedNode_Node_ - commentId: Overload:Axe.Extended.HtmlReport.AxeResultEnhancedNode.Node + fullName: AxaFrance.WebEngine.Utilities.LoremIpsum + nameWithType: Utilities.LoremIpsum +- uid: AxaFrance.WebEngine.Utilities.SaveFile(System.String,System.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) +- uid: AxaFrance.WebEngine.Utilities.SaveFile* + name: SaveFile + href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_SaveFile_ + commentId: Overload:AxaFrance.WebEngine.Utilities.SaveFile isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxeResultEnhancedNode.Node - nameWithType: AxeResultEnhancedNode.Node -- uid: Axe.Extended.HtmlReport.AxeResultEnhancedNode.Screenshot - name: Screenshot - href: api_net/Axe.Extended.HtmlReport.AxeResultEnhancedNode.html#Axe_Extended_HtmlReport_AxeResultEnhancedNode_Screenshot - commentId: P:Axe.Extended.HtmlReport.AxeResultEnhancedNode.Screenshot - fullName: Axe.Extended.HtmlReport.AxeResultEnhancedNode.Screenshot - nameWithType: AxeResultEnhancedNode.Screenshot -- uid: Axe.Extended.HtmlReport.AxeResultEnhancedNode.Screenshot* - name: Screenshot - href: api_net/Axe.Extended.HtmlReport.AxeResultEnhancedNode.html#Axe_Extended_HtmlReport_AxeResultEnhancedNode_Screenshot_ - commentId: Overload:Axe.Extended.HtmlReport.AxeResultEnhancedNode.Screenshot + fullName: AxaFrance.WebEngine.Utilities.SaveFile + nameWithType: Utilities.SaveFile +- uid: AxaFrance.WebEngine.Utilities.ShiftDateByDuration* + name: ShiftDateByDuration + href: api_net/AxaFrance.WebEngine.Utilities.html#AxaFrance_WebEngine_Utilities_ShiftDateByDuration_ + commentId: Overload:AxaFrance.WebEngine.Utilities.ShiftDateByDuration isSpec: "True" - fullName: Axe.Extended.HtmlReport.AxeResultEnhancedNode.Screenshot - nameWithType: AxeResultEnhancedNode.Screenshot -- uid: Axe.Extended.HtmlReport.BaseResult - name: BaseResult - href: api_net/Axe.Extended.HtmlReport.BaseResult.html - commentId: T:Axe.Extended.HtmlReport.BaseResult - fullName: Axe.Extended.HtmlReport.BaseResult - nameWithType: BaseResult -- uid: Axe.Extended.HtmlReport.BaseResult.GetScore - name: GetScore() - href: api_net/Axe.Extended.HtmlReport.BaseResult.html#Axe_Extended_HtmlReport_BaseResult_GetScore - commentId: M:Axe.Extended.HtmlReport.BaseResult.GetScore - fullName: Axe.Extended.HtmlReport.BaseResult.GetScore() - nameWithType: BaseResult.GetScore() -- uid: Axe.Extended.HtmlReport.BaseResult.GetScore* - name: GetScore - href: api_net/Axe.Extended.HtmlReport.BaseResult.html#Axe_Extended_HtmlReport_BaseResult_GetScore_ - commentId: Overload:Axe.Extended.HtmlReport.BaseResult.GetScore + fullName: AxaFrance.WebEngine.Utilities.ShiftDateByDuration + nameWithType: Utilities.ShiftDateByDuration +- uid: AxaFrance.WebEngine.Utilities.ShiftDateByDuration``1(System.String,``0) + 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) + nameWithType.vb: Utilities.ShiftDateByDuration(Of T)(String, T) +- uid: AxaFrance.WebEngine.Variable + name: Variable + href: api_net/AxaFrance.WebEngine.Variable.html + commentId: T:AxaFrance.WebEngine.Variable + fullName: AxaFrance.WebEngine.Variable + nameWithType: Variable +- uid: AxaFrance.WebEngine.Variable.#ctor + name: Variable() + href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable__ctor + commentId: M:AxaFrance.WebEngine.Variable.#ctor + fullName: AxaFrance.WebEngine.Variable.Variable() + nameWithType: Variable.Variable() +- uid: AxaFrance.WebEngine.Variable.#ctor(System.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) +- uid: AxaFrance.WebEngine.Variable.#ctor(System.String,System.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) +- 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" - fullName: Axe.Extended.HtmlReport.BaseResult.GetScore - nameWithType: BaseResult.GetScore -- uid: Axe.Extended.HtmlReport.BaseResult.Score - name: Score - href: api_net/Axe.Extended.HtmlReport.BaseResult.html#Axe_Extended_HtmlReport_BaseResult_Score - commentId: P:Axe.Extended.HtmlReport.BaseResult.Score - fullName: Axe.Extended.HtmlReport.BaseResult.Score - nameWithType: BaseResult.Score -- uid: Axe.Extended.HtmlReport.BaseResult.Score* - name: Score - href: api_net/Axe.Extended.HtmlReport.BaseResult.html#Axe_Extended_HtmlReport_BaseResult_Score_ - commentId: Overload:Axe.Extended.HtmlReport.BaseResult.Score + fullName: AxaFrance.WebEngine.Variable.Variable + nameWithType: Variable.Variable +- uid: AxaFrance.WebEngine.Variable.GetValue(System.Collections.Generic.IEnumerable{AxaFrance.WebEngine.Variable},System.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) + nameWithType.vb: Variable.GetValue(IEnumerable(Of Variable), String) +- uid: AxaFrance.WebEngine.Variable.GetValue* + name: GetValue + href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable_GetValue_ + commentId: Overload:AxaFrance.WebEngine.Variable.GetValue isSpec: "True" - fullName: Axe.Extended.HtmlReport.BaseResult.Score - nameWithType: BaseResult.Score -- uid: Axe.Extended.HtmlReport.BaseResult.ScoreBackgroundColor - name: ScoreBackgroundColor - href: api_net/Axe.Extended.HtmlReport.BaseResult.html#Axe_Extended_HtmlReport_BaseResult_ScoreBackgroundColor - commentId: P:Axe.Extended.HtmlReport.BaseResult.ScoreBackgroundColor - fullName: Axe.Extended.HtmlReport.BaseResult.ScoreBackgroundColor - nameWithType: BaseResult.ScoreBackgroundColor -- uid: Axe.Extended.HtmlReport.BaseResult.ScoreBackgroundColor* - name: ScoreBackgroundColor - href: api_net/Axe.Extended.HtmlReport.BaseResult.html#Axe_Extended_HtmlReport_BaseResult_ScoreBackgroundColor_ - commentId: Overload:Axe.Extended.HtmlReport.BaseResult.ScoreBackgroundColor + fullName: AxaFrance.WebEngine.Variable.GetValue + nameWithType: Variable.GetValue +- uid: AxaFrance.WebEngine.Variable.Name + name: Name + href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable_Name + commentId: P:AxaFrance.WebEngine.Variable.Name + fullName: AxaFrance.WebEngine.Variable.Name + nameWithType: Variable.Name +- uid: AxaFrance.WebEngine.Variable.Name* + name: Name + href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable_Name_ + commentId: Overload:AxaFrance.WebEngine.Variable.Name isSpec: "True" - fullName: Axe.Extended.HtmlReport.BaseResult.ScoreBackgroundColor - nameWithType: BaseResult.ScoreBackgroundColor -- uid: Axe.Extended.HtmlReport.BaseResult.Scorebase - name: Scorebase - href: api_net/Axe.Extended.HtmlReport.BaseResult.html#Axe_Extended_HtmlReport_BaseResult_Scorebase - commentId: P:Axe.Extended.HtmlReport.BaseResult.Scorebase - fullName: Axe.Extended.HtmlReport.BaseResult.Scorebase - nameWithType: BaseResult.Scorebase -- uid: Axe.Extended.HtmlReport.BaseResult.Scorebase* - name: Scorebase - href: api_net/Axe.Extended.HtmlReport.BaseResult.html#Axe_Extended_HtmlReport_BaseResult_Scorebase_ - commentId: Overload:Axe.Extended.HtmlReport.BaseResult.Scorebase + fullName: AxaFrance.WebEngine.Variable.Name + nameWithType: Variable.Name +- uid: AxaFrance.WebEngine.Variable.ToString + name: ToString() + href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable_ToString + commentId: M:AxaFrance.WebEngine.Variable.ToString + fullName: AxaFrance.WebEngine.Variable.ToString() + nameWithType: Variable.ToString() +- uid: AxaFrance.WebEngine.Variable.ToString* + name: ToString + href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable_ToString_ + commentId: Overload:AxaFrance.WebEngine.Variable.ToString isSpec: "True" - fullName: Axe.Extended.HtmlReport.BaseResult.Scorebase - nameWithType: BaseResult.Scorebase -- uid: Axe.Extended.HtmlReport.BaseResult.ScoreForegroundColor - name: ScoreForegroundColor - href: api_net/Axe.Extended.HtmlReport.BaseResult.html#Axe_Extended_HtmlReport_BaseResult_ScoreForegroundColor - commentId: P:Axe.Extended.HtmlReport.BaseResult.ScoreForegroundColor - fullName: Axe.Extended.HtmlReport.BaseResult.ScoreForegroundColor - nameWithType: BaseResult.ScoreForegroundColor -- uid: Axe.Extended.HtmlReport.BaseResult.ScoreForegroundColor* - name: ScoreForegroundColor - href: api_net/Axe.Extended.HtmlReport.BaseResult.html#Axe_Extended_HtmlReport_BaseResult_ScoreForegroundColor_ - commentId: Overload:Axe.Extended.HtmlReport.BaseResult.ScoreForegroundColor + fullName: AxaFrance.WebEngine.Variable.ToString + nameWithType: Variable.ToString +- uid: AxaFrance.WebEngine.Variable.Value + name: Value + href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable_Value + commentId: P:AxaFrance.WebEngine.Variable.Value + fullName: AxaFrance.WebEngine.Variable.Value + nameWithType: Variable.Value +- uid: AxaFrance.WebEngine.Variable.Value* + name: Value + href: api_net/AxaFrance.WebEngine.Variable.html#AxaFrance_WebEngine_Variable_Value_ + commentId: Overload:AxaFrance.WebEngine.Variable.Value isSpec: "True" - fullName: Axe.Extended.HtmlReport.BaseResult.ScoreForegroundColor - nameWithType: BaseResult.ScoreForegroundColor -- uid: Axe.Extended.HtmlReport.BaseResult.ScoreRotation - name: ScoreRotation - href: api_net/Axe.Extended.HtmlReport.BaseResult.html#Axe_Extended_HtmlReport_BaseResult_ScoreRotation - commentId: P:Axe.Extended.HtmlReport.BaseResult.ScoreRotation - fullName: Axe.Extended.HtmlReport.BaseResult.ScoreRotation - nameWithType: BaseResult.ScoreRotation -- uid: Axe.Extended.HtmlReport.BaseResult.ScoreRotation* - name: ScoreRotation - href: api_net/Axe.Extended.HtmlReport.BaseResult.html#Axe_Extended_HtmlReport_BaseResult_ScoreRotation_ - commentId: Overload:Axe.Extended.HtmlReport.BaseResult.ScoreRotation + fullName: AxaFrance.WebEngine.Variable.Value + nameWithType: Variable.Value +- uid: AxaFrance.WebEngine.Web + name: AxaFrance.WebEngine.Web + href: api_net/AxaFrance.WebEngine.Web.html + commentId: N:AxaFrance.WebEngine.Web + fullName: AxaFrance.WebEngine.Web + nameWithType: AxaFrance.WebEngine.Web +- uid: AxaFrance.WebEngine.Web.BrowserFactory + name: BrowserFactory + href: api_net/AxaFrance.WebEngine.Web.BrowserFactory.html + commentId: T:AxaFrance.WebEngine.Web.BrowserFactory + fullName: AxaFrance.WebEngine.Web.BrowserFactory + nameWithType: BrowserFactory +- uid: AxaFrance.WebEngine.Web.BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform,AxaFrance.WebEngine.BrowserType) + name: GetDriver(Platform, BrowserType) + href: api_net/AxaFrance.WebEngine.Web.BrowserFactory.html#AxaFrance_WebEngine_Web_BrowserFactory_GetDriver_AxaFrance_WebEngine_Platform_AxaFrance_WebEngine_BrowserType_ + commentId: M:AxaFrance.WebEngine.Web.BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform,AxaFrance.WebEngine.BrowserType) + 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) + 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) + nameWithType.vb: BrowserFactory.GetDriver(Platform, BrowserType, IEnumerable(Of String)) +- uid: AxaFrance.WebEngine.Web.BrowserFactory.GetDriver* + name: GetDriver + href: api_net/AxaFrance.WebEngine.Web.BrowserFactory.html#AxaFrance_WebEngine_Web_BrowserFactory_GetDriver_ + commentId: Overload:AxaFrance.WebEngine.Web.BrowserFactory.GetDriver isSpec: "True" - fullName: Axe.Extended.HtmlReport.BaseResult.ScoreRotation - nameWithType: BaseResult.ScoreRotation -- uid: Axe.Extended.HtmlReport.Config - name: Axe.Extended.HtmlReport.Config - href: api_net/Axe.Extended.HtmlReport.Config.html - commentId: N:Axe.Extended.HtmlReport.Config - fullName: Axe.Extended.HtmlReport.Config - nameWithType: Axe.Extended.HtmlReport.Config -- uid: Axe.Extended.HtmlReport.Config.Branding - name: Branding - href: api_net/Axe.Extended.HtmlReport.Config.Branding.html - commentId: T:Axe.Extended.HtmlReport.Config.Branding - fullName: Axe.Extended.HtmlReport.Config.Branding - nameWithType: Branding -- uid: Axe.Extended.HtmlReport.Config.Branding.Application - name: Application - href: api_net/Axe.Extended.HtmlReport.Config.Branding.html#Axe_Extended_HtmlReport_Config_Branding_Application - commentId: P:Axe.Extended.HtmlReport.Config.Branding.Application - fullName: Axe.Extended.HtmlReport.Config.Branding.Application - nameWithType: Branding.Application -- uid: Axe.Extended.HtmlReport.Config.Branding.Application* - name: Application - href: api_net/Axe.Extended.HtmlReport.Config.Branding.html#Axe_Extended_HtmlReport_Config_Branding_Application_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Branding.Application + fullName: AxaFrance.WebEngine.Web.BrowserFactory.GetDriver + nameWithType: BrowserFactory.GetDriver +- uid: AxaFrance.WebEngine.Web.BrowserFactory.Sync(OpenQA.Selenium.WebDriver) + name: Sync(WebDriver) + href: api_net/AxaFrance.WebEngine.Web.BrowserFactory.html#AxaFrance_WebEngine_Web_BrowserFactory_Sync_OpenQA_Selenium_WebDriver_ + commentId: M:AxaFrance.WebEngine.Web.BrowserFactory.Sync(OpenQA.Selenium.WebDriver) + fullName: AxaFrance.WebEngine.Web.BrowserFactory.Sync(OpenQA.Selenium.WebDriver) + nameWithType: BrowserFactory.Sync(WebDriver) +- uid: AxaFrance.WebEngine.Web.BrowserFactory.Sync* + name: Sync + href: api_net/AxaFrance.WebEngine.Web.BrowserFactory.html#AxaFrance_WebEngine_Web_BrowserFactory_Sync_ + commentId: Overload:AxaFrance.WebEngine.Web.BrowserFactory.Sync isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Branding.Application - nameWithType: Branding.Application -- uid: Axe.Extended.HtmlReport.Config.Branding.Brand - name: Brand - href: api_net/Axe.Extended.HtmlReport.Config.Branding.html#Axe_Extended_HtmlReport_Config_Branding_Brand - commentId: P:Axe.Extended.HtmlReport.Config.Branding.Brand - fullName: Axe.Extended.HtmlReport.Config.Branding.Brand - nameWithType: Branding.Brand -- uid: Axe.Extended.HtmlReport.Config.Branding.Brand* - name: Brand - href: api_net/Axe.Extended.HtmlReport.Config.Branding.html#Axe_Extended_HtmlReport_Config_Branding_Brand_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Branding.Brand + fullName: AxaFrance.WebEngine.Web.BrowserFactory.Sync + nameWithType: BrowserFactory.Sync +- uid: AxaFrance.WebEngine.Web.ElementDescription + name: ElementDescription + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html + commentId: T:AxaFrance.WebEngine.Web.ElementDescription + fullName: AxaFrance.WebEngine.Web.ElementDescription + nameWithType: ElementDescription +- uid: AxaFrance.WebEngine.Web.ElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) + name: ApplyAttribute(FindsByAttribute) + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_ApplyAttribute_AxaFrance_WebEngine_Web_FindsByAttribute_ + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) + fullName: AxaFrance.WebEngine.Web.ElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) + nameWithType: ElementDescription.ApplyAttribute(FindsByAttribute) +- uid: AxaFrance.WebEngine.Web.ElementDescription.ApplyAttribute* + name: ApplyAttribute + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_ApplyAttribute_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.ApplyAttribute isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Branding.Brand - nameWithType: Branding.Brand -- uid: Axe.Extended.HtmlReport.Config.Check - name: Check - href: api_net/Axe.Extended.HtmlReport.Config.Check.html - commentId: T:Axe.Extended.HtmlReport.Config.Check - fullName: Axe.Extended.HtmlReport.Config.Check - nameWithType: Check -- uid: Axe.Extended.HtmlReport.Config.Check.After - name: After - href: api_net/Axe.Extended.HtmlReport.Config.Check.html#Axe_Extended_HtmlReport_Config_Check_After - commentId: P:Axe.Extended.HtmlReport.Config.Check.After - fullName: Axe.Extended.HtmlReport.Config.Check.After - nameWithType: Check.After -- uid: Axe.Extended.HtmlReport.Config.Check.After* - name: After - href: api_net/Axe.Extended.HtmlReport.Config.Check.html#Axe_Extended_HtmlReport_Config_Check_After_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Check.After + fullName: AxaFrance.WebEngine.Web.ElementDescription.ApplyAttribute + nameWithType: ElementDescription.ApplyAttribute +- uid: AxaFrance.WebEngine.Web.ElementDescription.Clear + name: Clear() + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Clear + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Clear + fullName: AxaFrance.WebEngine.Web.ElementDescription.Clear() + nameWithType: ElementDescription.Clear() +- uid: AxaFrance.WebEngine.Web.ElementDescription.Clear* + name: Clear + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Clear_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.Clear isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Check.After - nameWithType: Check.After -- uid: Axe.Extended.HtmlReport.Config.Check.Enabled - name: Enabled - href: api_net/Axe.Extended.HtmlReport.Config.Check.html#Axe_Extended_HtmlReport_Config_Check_Enabled - commentId: P:Axe.Extended.HtmlReport.Config.Check.Enabled - fullName: Axe.Extended.HtmlReport.Config.Check.Enabled - nameWithType: Check.Enabled -- uid: Axe.Extended.HtmlReport.Config.Check.Enabled* - name: Enabled - href: api_net/Axe.Extended.HtmlReport.Config.Check.html#Axe_Extended_HtmlReport_Config_Check_Enabled_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Check.Enabled + fullName: AxaFrance.WebEngine.Web.ElementDescription.Clear + nameWithType: ElementDescription.Clear +- uid: AxaFrance.WebEngine.Web.ElementDescription.Click + name: Click() + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Click + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Click + fullName: AxaFrance.WebEngine.Web.ElementDescription.Click() + nameWithType: ElementDescription.Click() +- uid: AxaFrance.WebEngine.Web.ElementDescription.Click* + name: Click + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Click_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.Click isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Check.Enabled - nameWithType: Check.Enabled -- uid: Axe.Extended.HtmlReport.Config.Check.Evaluate - name: Evaluate - href: api_net/Axe.Extended.HtmlReport.Config.Check.html#Axe_Extended_HtmlReport_Config_Check_Evaluate - commentId: P:Axe.Extended.HtmlReport.Config.Check.Evaluate - fullName: Axe.Extended.HtmlReport.Config.Check.Evaluate - nameWithType: Check.Evaluate -- uid: Axe.Extended.HtmlReport.Config.Check.Evaluate* - name: Evaluate - href: api_net/Axe.Extended.HtmlReport.Config.Check.html#Axe_Extended_HtmlReport_Config_Check_Evaluate_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Check.Evaluate + fullName: AxaFrance.WebEngine.Web.ElementDescription.Click + nameWithType: ElementDescription.Click +- uid: AxaFrance.WebEngine.Web.ElementDescription.driver + name: driver + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_driver + commentId: F:AxaFrance.WebEngine.Web.ElementDescription.driver + fullName: AxaFrance.WebEngine.Web.ElementDescription.driver + nameWithType: ElementDescription.driver +- uid: AxaFrance.WebEngine.Web.ElementDescription.Exists + name: Exists() + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Exists + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Exists + fullName: AxaFrance.WebEngine.Web.ElementDescription.Exists() + nameWithType: ElementDescription.Exists() +- uid: AxaFrance.WebEngine.Web.ElementDescription.Exists(System.Int32) + name: Exists(Int32) + 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) +- uid: AxaFrance.WebEngine.Web.ElementDescription.Exists* + name: Exists + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Exists_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.Exists isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Check.Evaluate - nameWithType: Check.Evaluate -- uid: Axe.Extended.HtmlReport.Config.Check.Id - name: Id - href: api_net/Axe.Extended.HtmlReport.Config.Check.html#Axe_Extended_HtmlReport_Config_Check_Id - commentId: P:Axe.Extended.HtmlReport.Config.Check.Id - fullName: Axe.Extended.HtmlReport.Config.Check.Id - nameWithType: Check.Id -- uid: Axe.Extended.HtmlReport.Config.Check.Id* - name: Id - href: api_net/Axe.Extended.HtmlReport.Config.Check.html#Axe_Extended_HtmlReport_Config_Check_Id_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Check.Id + fullName: AxaFrance.WebEngine.Web.ElementDescription.Exists + nameWithType: ElementDescription.Exists +- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElement + name: FindElement() + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElement + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.FindElement + fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElement() + nameWithType: ElementDescription.FindElement() +- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElement(OpenQA.Selenium.By) + name: FindElement(By) + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElement_OpenQA_Selenium_By_ + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.FindElement(OpenQA.Selenium.By) + 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) + 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) +- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElement(System.Int32) + name: FindElement(Int32) + 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) +- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElement* + name: FindElement + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElement_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.FindElement isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Check.Id - nameWithType: Check.Id -- uid: Axe.Extended.HtmlReport.Config.Check.Options - name: Options - href: api_net/Axe.Extended.HtmlReport.Config.Check.html#Axe_Extended_HtmlReport_Config_Check_Options - commentId: P:Axe.Extended.HtmlReport.Config.Check.Options - fullName: Axe.Extended.HtmlReport.Config.Check.Options - nameWithType: Check.Options -- uid: Axe.Extended.HtmlReport.Config.Check.Options* - name: Options - href: api_net/Axe.Extended.HtmlReport.Config.Check.html#Axe_Extended_HtmlReport_Config_Check_Options_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Check.Options + fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElement + nameWithType: ElementDescription.FindElement +- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElements + name: FindElements() + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElements + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.FindElements + fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElements() + nameWithType: ElementDescription.FindElements() +- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElements(OpenQA.Selenium.By) + name: FindElements(By) + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElements_OpenQA_Selenium_By_ + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.FindElements(OpenQA.Selenium.By) + fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElements(OpenQA.Selenium.By) + nameWithType: ElementDescription.FindElements(By) +- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElements(System.Int32) + name: FindElements(Int32) + 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) +- uid: AxaFrance.WebEngine.Web.ElementDescription.FindElements* + name: FindElements + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_FindElements_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.FindElements isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Check.Options - nameWithType: Check.Options -- uid: Axe.Extended.HtmlReport.Config.ConfigurationOptions - name: ConfigurationOptions - href: api_net/Axe.Extended.HtmlReport.Config.ConfigurationOptions.html - commentId: T:Axe.Extended.HtmlReport.Config.ConfigurationOptions - fullName: Axe.Extended.HtmlReport.Config.ConfigurationOptions - nameWithType: ConfigurationOptions -- uid: Axe.Extended.HtmlReport.Config.ConfigurationOptions.Branding - name: Branding - href: api_net/Axe.Extended.HtmlReport.Config.ConfigurationOptions.html#Axe_Extended_HtmlReport_Config_ConfigurationOptions_Branding - commentId: P:Axe.Extended.HtmlReport.Config.ConfigurationOptions.Branding - fullName: Axe.Extended.HtmlReport.Config.ConfigurationOptions.Branding - nameWithType: ConfigurationOptions.Branding -- uid: Axe.Extended.HtmlReport.Config.ConfigurationOptions.Branding* - name: Branding - href: api_net/Axe.Extended.HtmlReport.Config.ConfigurationOptions.html#Axe_Extended_HtmlReport_Config_ConfigurationOptions_Branding_ - commentId: Overload:Axe.Extended.HtmlReport.Config.ConfigurationOptions.Branding + fullName: AxaFrance.WebEngine.Web.ElementDescription.FindElements + nameWithType: ElementDescription.FindElements +- uid: AxaFrance.WebEngine.Web.ElementDescription.GetAttribute(System.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) +- uid: AxaFrance.WebEngine.Web.ElementDescription.GetAttribute* + name: GetAttribute + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetAttribute_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.GetAttribute isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.ConfigurationOptions.Branding - nameWithType: ConfigurationOptions.Branding -- uid: Axe.Extended.HtmlReport.Config.ConfigurationOptions.Checks - name: Checks - href: api_net/Axe.Extended.HtmlReport.Config.ConfigurationOptions.html#Axe_Extended_HtmlReport_Config_ConfigurationOptions_Checks - commentId: P:Axe.Extended.HtmlReport.Config.ConfigurationOptions.Checks - fullName: Axe.Extended.HtmlReport.Config.ConfigurationOptions.Checks - nameWithType: ConfigurationOptions.Checks -- uid: Axe.Extended.HtmlReport.Config.ConfigurationOptions.Checks* - name: Checks - href: api_net/Axe.Extended.HtmlReport.Config.ConfigurationOptions.html#Axe_Extended_HtmlReport_Config_ConfigurationOptions_Checks_ - commentId: Overload:Axe.Extended.HtmlReport.Config.ConfigurationOptions.Checks + fullName: AxaFrance.WebEngine.Web.ElementDescription.GetAttribute + nameWithType: ElementDescription.GetAttribute +- uid: AxaFrance.WebEngine.Web.ElementDescription.GetProperty(System.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) +- uid: AxaFrance.WebEngine.Web.ElementDescription.GetProperty* + name: GetProperty + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetProperty_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.GetProperty isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.ConfigurationOptions.Checks - nameWithType: ConfigurationOptions.Checks -- uid: Axe.Extended.HtmlReport.Config.ConfigurationOptions.reporter - name: reporter - href: api_net/Axe.Extended.HtmlReport.Config.ConfigurationOptions.html#Axe_Extended_HtmlReport_Config_ConfigurationOptions_reporter - commentId: P:Axe.Extended.HtmlReport.Config.ConfigurationOptions.reporter - fullName: Axe.Extended.HtmlReport.Config.ConfigurationOptions.reporter - nameWithType: ConfigurationOptions.reporter -- uid: Axe.Extended.HtmlReport.Config.ConfigurationOptions.reporter* - name: reporter - href: api_net/Axe.Extended.HtmlReport.Config.ConfigurationOptions.html#Axe_Extended_HtmlReport_Config_ConfigurationOptions_reporter_ - commentId: Overload:Axe.Extended.HtmlReport.Config.ConfigurationOptions.reporter + fullName: AxaFrance.WebEngine.Web.ElementDescription.GetProperty + nameWithType: ElementDescription.GetProperty +- uid: AxaFrance.WebEngine.Web.ElementDescription.GetScreenshot + name: GetScreenshot() + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetScreenshot + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.GetScreenshot + fullName: AxaFrance.WebEngine.Web.ElementDescription.GetScreenshot() + nameWithType: ElementDescription.GetScreenshot() +- uid: AxaFrance.WebEngine.Web.ElementDescription.GetScreenshot* + name: GetScreenshot + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetScreenshot_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.GetScreenshot isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.ConfigurationOptions.reporter - nameWithType: ConfigurationOptions.reporter -- uid: Axe.Extended.HtmlReport.Config.ConfigurationOptions.Rules - name: Rules - href: api_net/Axe.Extended.HtmlReport.Config.ConfigurationOptions.html#Axe_Extended_HtmlReport_Config_ConfigurationOptions_Rules - commentId: P:Axe.Extended.HtmlReport.Config.ConfigurationOptions.Rules - fullName: Axe.Extended.HtmlReport.Config.ConfigurationOptions.Rules - nameWithType: ConfigurationOptions.Rules -- uid: Axe.Extended.HtmlReport.Config.ConfigurationOptions.Rules* - name: Rules - href: api_net/Axe.Extended.HtmlReport.Config.ConfigurationOptions.html#Axe_Extended_HtmlReport_Config_ConfigurationOptions_Rules_ - commentId: Overload:Axe.Extended.HtmlReport.Config.ConfigurationOptions.Rules + fullName: AxaFrance.WebEngine.Web.ElementDescription.GetScreenshot + nameWithType: ElementDescription.GetScreenshot +- uid: AxaFrance.WebEngine.Web.ElementDescription.GetText + name: GetText() + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetText + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.GetText + fullName: AxaFrance.WebEngine.Web.ElementDescription.GetText() + nameWithType: ElementDescription.GetText() +- uid: AxaFrance.WebEngine.Web.ElementDescription.GetText* + name: GetText + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_GetText_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.GetText isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.ConfigurationOptions.Rules - nameWithType: ConfigurationOptions.Rules -- uid: Axe.Extended.HtmlReport.Config.Option - name: Option - href: api_net/Axe.Extended.HtmlReport.Config.Option.html - commentId: T:Axe.Extended.HtmlReport.Config.Option - fullName: Axe.Extended.HtmlReport.Config.Option - nameWithType: Option -- uid: Axe.Extended.HtmlReport.Config.Rule - name: Rule - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html - commentId: T:Axe.Extended.HtmlReport.Config.Rule - fullName: Axe.Extended.HtmlReport.Config.Rule - nameWithType: Rule -- uid: Axe.Extended.HtmlReport.Config.Rule.All - name: All - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_All - commentId: P:Axe.Extended.HtmlReport.Config.Rule.All - fullName: Axe.Extended.HtmlReport.Config.Rule.All - nameWithType: Rule.All -- uid: Axe.Extended.HtmlReport.Config.Rule.All* - name: All - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_All_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Rule.All + fullName: AxaFrance.WebEngine.Web.ElementDescription.GetText + nameWithType: ElementDescription.GetText +- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalClick + name: InternalClick() + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalClick + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.InternalClick + fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalClick() + nameWithType: ElementDescription.InternalClick() +- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalClick* + name: InternalClick + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalClick_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.InternalClick isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Rule.All - nameWithType: Rule.All -- uid: Axe.Extended.HtmlReport.Config.Rule.Any - name: Any - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_Any - commentId: P:Axe.Extended.HtmlReport.Config.Rule.Any - fullName: Axe.Extended.HtmlReport.Config.Rule.Any - nameWithType: Rule.Any -- uid: Axe.Extended.HtmlReport.Config.Rule.Any* - name: Any - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_Any_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Rule.Any + fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalClick + nameWithType: ElementDescription.InternalClick +- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElement + name: InternalFindElement() + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalFindElement + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.InternalFindElement + fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElement() + nameWithType: ElementDescription.InternalFindElement() +- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElement* + name: InternalFindElement + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalFindElement_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.InternalFindElement isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Rule.Any - nameWithType: Rule.Any -- uid: Axe.Extended.HtmlReport.Config.Rule.Enabled - name: Enabled - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_Enabled - commentId: P:Axe.Extended.HtmlReport.Config.Rule.Enabled - fullName: Axe.Extended.HtmlReport.Config.Rule.Enabled - nameWithType: Rule.Enabled -- uid: Axe.Extended.HtmlReport.Config.Rule.Enabled* - name: Enabled - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_Enabled_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Rule.Enabled + fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElement + nameWithType: ElementDescription.InternalFindElement +- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElements + name: InternalFindElements() + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalFindElements + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.InternalFindElements + fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElements() + nameWithType: ElementDescription.InternalFindElements() +- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElements* + name: InternalFindElements + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalFindElements_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.InternalFindElements isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Rule.Enabled - nameWithType: Rule.Enabled -- uid: Axe.Extended.HtmlReport.Config.Rule.ExcludeHidden - name: ExcludeHidden - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_ExcludeHidden - commentId: P:Axe.Extended.HtmlReport.Config.Rule.ExcludeHidden - fullName: Axe.Extended.HtmlReport.Config.Rule.ExcludeHidden - nameWithType: Rule.ExcludeHidden -- uid: Axe.Extended.HtmlReport.Config.Rule.ExcludeHidden* - name: ExcludeHidden - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_ExcludeHidden_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Rule.ExcludeHidden + fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalFindElements + nameWithType: ElementDescription.InternalFindElements +- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalGetScreenshot + name: InternalGetScreenshot() + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalGetScreenshot + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.InternalGetScreenshot + fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalGetScreenshot() + nameWithType: ElementDescription.InternalGetScreenshot() +- uid: AxaFrance.WebEngine.Web.ElementDescription.InternalGetScreenshot* + name: InternalGetScreenshot + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_InternalGetScreenshot_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.InternalGetScreenshot isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Rule.ExcludeHidden - nameWithType: Rule.ExcludeHidden -- uid: Axe.Extended.HtmlReport.Config.Rule.Id - name: Id - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_Id - commentId: P:Axe.Extended.HtmlReport.Config.Rule.Id - fullName: Axe.Extended.HtmlReport.Config.Rule.Id - nameWithType: Rule.Id -- uid: Axe.Extended.HtmlReport.Config.Rule.Id* - name: Id - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_Id_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Rule.Id + fullName: AxaFrance.WebEngine.Web.ElementDescription.InternalGetScreenshot + nameWithType: ElementDescription.InternalGetScreenshot +- uid: AxaFrance.WebEngine.Web.ElementDescription.IsDisplayed + name: IsDisplayed + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_IsDisplayed + commentId: P:AxaFrance.WebEngine.Web.ElementDescription.IsDisplayed + fullName: AxaFrance.WebEngine.Web.ElementDescription.IsDisplayed + nameWithType: ElementDescription.IsDisplayed +- uid: AxaFrance.WebEngine.Web.ElementDescription.IsDisplayed* + name: IsDisplayed + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_IsDisplayed_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.IsDisplayed isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Rule.Id - nameWithType: Rule.Id -- uid: Axe.Extended.HtmlReport.Config.Rule.Impact - name: Impact - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_Impact - commentId: P:Axe.Extended.HtmlReport.Config.Rule.Impact - fullName: Axe.Extended.HtmlReport.Config.Rule.Impact - nameWithType: Rule.Impact -- uid: Axe.Extended.HtmlReport.Config.Rule.Impact* - name: Impact - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_Impact_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Rule.Impact + fullName: AxaFrance.WebEngine.Web.ElementDescription.IsDisplayed + nameWithType: ElementDescription.IsDisplayed +- uid: AxaFrance.WebEngine.Web.ElementDescription.IsEnabled + name: IsEnabled + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_IsEnabled + commentId: P:AxaFrance.WebEngine.Web.ElementDescription.IsEnabled + fullName: AxaFrance.WebEngine.Web.ElementDescription.IsEnabled + nameWithType: ElementDescription.IsEnabled +- uid: AxaFrance.WebEngine.Web.ElementDescription.IsEnabled* + name: IsEnabled + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_IsEnabled_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.IsEnabled isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Rule.Impact - nameWithType: Rule.Impact -- uid: Axe.Extended.HtmlReport.Config.Rule.None - name: None - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_None - commentId: P:Axe.Extended.HtmlReport.Config.Rule.None - fullName: Axe.Extended.HtmlReport.Config.Rule.None - nameWithType: Rule.None -- uid: Axe.Extended.HtmlReport.Config.Rule.None* - name: None - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_None_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Rule.None + fullName: AxaFrance.WebEngine.Web.ElementDescription.IsEnabled + nameWithType: ElementDescription.IsEnabled +- uid: AxaFrance.WebEngine.Web.ElementDescription.IsSelected + name: IsSelected + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_IsSelected + commentId: P:AxaFrance.WebEngine.Web.ElementDescription.IsSelected + fullName: AxaFrance.WebEngine.Web.ElementDescription.IsSelected + nameWithType: ElementDescription.IsSelected +- uid: AxaFrance.WebEngine.Web.ElementDescription.IsSelected* + name: IsSelected + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_IsSelected_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.IsSelected isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Rule.None - nameWithType: Rule.None -- uid: Axe.Extended.HtmlReport.Config.Rule.PageLevel - name: PageLevel - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_PageLevel - commentId: P:Axe.Extended.HtmlReport.Config.Rule.PageLevel - fullName: Axe.Extended.HtmlReport.Config.Rule.PageLevel - nameWithType: Rule.PageLevel -- uid: Axe.Extended.HtmlReport.Config.Rule.PageLevel* - name: PageLevel - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_PageLevel_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Rule.PageLevel + fullName: AxaFrance.WebEngine.Web.ElementDescription.IsSelected + nameWithType: ElementDescription.IsSelected +- uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action) + name: Perform(Action) + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Perform_System_Action_ + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action) + 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) + 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) +- uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Action{System.String},System.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) + nameWithType.vb: ElementDescription.Perform(Action(Of String), String) +- uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.Boolean}) + 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) + nameWithType.vb: ElementDescription.Perform(Func(Of Boolean)) +- uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.Byte[]}) + 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) + 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) + 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) + 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) + 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) + nameWithType.vb: ElementDescription.Perform(Func(Of String, String), String) +- uid: AxaFrance.WebEngine.Web.ElementDescription.Perform(System.Func{System.String}) + 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) + nameWithType.vb: ElementDescription.Perform(Func(Of String)) +- uid: AxaFrance.WebEngine.Web.ElementDescription.Perform* + name: Perform + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Perform_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.Perform isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Rule.PageLevel - nameWithType: Rule.PageLevel -- uid: Axe.Extended.HtmlReport.Config.Rule.ReviewOnFail - name: ReviewOnFail - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_ReviewOnFail - commentId: P:Axe.Extended.HtmlReport.Config.Rule.ReviewOnFail - fullName: Axe.Extended.HtmlReport.Config.Rule.ReviewOnFail - nameWithType: Rule.ReviewOnFail -- uid: Axe.Extended.HtmlReport.Config.Rule.ReviewOnFail* - name: ReviewOnFail - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_ReviewOnFail_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Rule.ReviewOnFail + fullName: AxaFrance.WebEngine.Web.ElementDescription.Perform + nameWithType: ElementDescription.Perform +- uid: AxaFrance.WebEngine.Web.ElementDescription.SendKeys(System.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) +- uid: AxaFrance.WebEngine.Web.ElementDescription.SendKeys* + name: SendKeys + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_SendKeys_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.SendKeys isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Rule.ReviewOnFail - nameWithType: Rule.ReviewOnFail -- uid: Axe.Extended.HtmlReport.Config.Rule.Selector - name: Selector - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_Selector - commentId: P:Axe.Extended.HtmlReport.Config.Rule.Selector - fullName: Axe.Extended.HtmlReport.Config.Rule.Selector - nameWithType: Rule.Selector -- uid: Axe.Extended.HtmlReport.Config.Rule.Selector* - name: Selector - href: api_net/Axe.Extended.HtmlReport.Config.Rule.html#Axe_Extended_HtmlReport_Config_Rule_Selector_ - commentId: Overload:Axe.Extended.HtmlReport.Config.Rule.Selector + fullName: AxaFrance.WebEngine.Web.ElementDescription.SendKeys + nameWithType: ElementDescription.SendKeys +- uid: AxaFrance.WebEngine.Web.ElementDescription.SetValue(System.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) +- uid: AxaFrance.WebEngine.Web.ElementDescription.SetValue* + name: SetValue + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_SetValue_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.SetValue isSpec: "True" - fullName: Axe.Extended.HtmlReport.Config.Rule.Selector - nameWithType: Rule.Selector -- uid: Axe.Extended.HtmlReport.ExtensionMethods - name: ExtensionMethods - href: api_net/Axe.Extended.HtmlReport.ExtensionMethods.html - commentId: T:Axe.Extended.HtmlReport.ExtensionMethods - fullName: Axe.Extended.HtmlReport.ExtensionMethods - nameWithType: ExtensionMethods -- uid: Axe.Extended.HtmlReport.ExtensionMethods.GetImpact(Deque.AxeCore.Commons.AxeResultItem) - name: GetImpact(AxeResultItem) - href: api_net/Axe.Extended.HtmlReport.ExtensionMethods.html#Axe_Extended_HtmlReport_ExtensionMethods_GetImpact_Deque_AxeCore_Commons_AxeResultItem_ - commentId: M:Axe.Extended.HtmlReport.ExtensionMethods.GetImpact(Deque.AxeCore.Commons.AxeResultItem) - fullName: Axe.Extended.HtmlReport.ExtensionMethods.GetImpact(Deque.AxeCore.Commons.AxeResultItem) - nameWithType: ExtensionMethods.GetImpact(AxeResultItem) -- uid: Axe.Extended.HtmlReport.ExtensionMethods.GetImpact* - name: GetImpact - href: api_net/Axe.Extended.HtmlReport.ExtensionMethods.html#Axe_Extended_HtmlReport_ExtensionMethods_GetImpact_ - commentId: Overload:Axe.Extended.HtmlReport.ExtensionMethods.GetImpact + fullName: AxaFrance.WebEngine.Web.ElementDescription.SetValue + nameWithType: ElementDescription.SetValue +- uid: AxaFrance.WebEngine.Web.ElementDescription.UseDriver(OpenQA.Selenium.WebDriver) + name: UseDriver(WebDriver) + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_UseDriver_OpenQA_Selenium_WebDriver_ + commentId: M:AxaFrance.WebEngine.Web.ElementDescription.UseDriver(OpenQA.Selenium.WebDriver) + fullName: AxaFrance.WebEngine.Web.ElementDescription.UseDriver(OpenQA.Selenium.WebDriver) + nameWithType: ElementDescription.UseDriver(WebDriver) +- uid: AxaFrance.WebEngine.Web.ElementDescription.UseDriver* + name: UseDriver + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_UseDriver_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.UseDriver isSpec: "True" - fullName: Axe.Extended.HtmlReport.ExtensionMethods.GetImpact - nameWithType: ExtensionMethods.GetImpact -- uid: Axe.Extended.HtmlReport.Language - name: Language - href: api_net/Axe.Extended.HtmlReport.Language.html - commentId: T:Axe.Extended.HtmlReport.Language - fullName: Axe.Extended.HtmlReport.Language - nameWithType: Language -- uid: Axe.Extended.HtmlReport.Language.English - name: English - href: api_net/Axe.Extended.HtmlReport.Language.html#Axe_Extended_HtmlReport_Language_English - commentId: F:Axe.Extended.HtmlReport.Language.English - fullName: Axe.Extended.HtmlReport.Language.English - nameWithType: Language.English -- uid: Axe.Extended.HtmlReport.Language.French - name: French - href: api_net/Axe.Extended.HtmlReport.Language.html#Axe_Extended_HtmlReport_Language_French - commentId: F:Axe.Extended.HtmlReport.Language.French - fullName: Axe.Extended.HtmlReport.Language.French - nameWithType: Language.French -- uid: Axe.Extended.HtmlReport.OutputFormat - name: OutputFormat - href: api_net/Axe.Extended.HtmlReport.OutputFormat.html - commentId: T:Axe.Extended.HtmlReport.OutputFormat - fullName: Axe.Extended.HtmlReport.OutputFormat - nameWithType: OutputFormat -- uid: Axe.Extended.HtmlReport.OutputFormat.Html - name: Html - href: api_net/Axe.Extended.HtmlReport.OutputFormat.html#Axe_Extended_HtmlReport_OutputFormat_Html - commentId: F:Axe.Extended.HtmlReport.OutputFormat.Html - fullName: Axe.Extended.HtmlReport.OutputFormat.Html - nameWithType: OutputFormat.Html -- uid: Axe.Extended.HtmlReport.OutputFormat.Zip - name: Zip - href: api_net/Axe.Extended.HtmlReport.OutputFormat.html#Axe_Extended_HtmlReport_OutputFormat_Zip - commentId: F:Axe.Extended.HtmlReport.OutputFormat.Zip - fullName: Axe.Extended.HtmlReport.OutputFormat.Zip - nameWithType: OutputFormat.Zip -- uid: Axe.Extended.HtmlReport.OverallReportBuilder - name: OverallReportBuilder - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html - commentId: T:Axe.Extended.HtmlReport.OverallReportBuilder - fullName: Axe.Extended.HtmlReport.OverallReportBuilder - nameWithType: OverallReportBuilder -- uid: Axe.Extended.HtmlReport.OverallReportBuilder.#ctor - name: OverallReportBuilder() - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html#Axe_Extended_HtmlReport_OverallReportBuilder__ctor - commentId: M:Axe.Extended.HtmlReport.OverallReportBuilder.#ctor - fullName: Axe.Extended.HtmlReport.OverallReportBuilder.OverallReportBuilder() - nameWithType: OverallReportBuilder.OverallReportBuilder() -- uid: Axe.Extended.HtmlReport.OverallReportBuilder.#ctor(Axe.Extended.HtmlReport.PageReportOptions) - name: OverallReportBuilder(PageReportOptions) - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html#Axe_Extended_HtmlReport_OverallReportBuilder__ctor_Axe_Extended_HtmlReport_PageReportOptions_ - commentId: M:Axe.Extended.HtmlReport.OverallReportBuilder.#ctor(Axe.Extended.HtmlReport.PageReportOptions) - fullName: Axe.Extended.HtmlReport.OverallReportBuilder.OverallReportBuilder(Axe.Extended.HtmlReport.PageReportOptions) - nameWithType: OverallReportBuilder.OverallReportBuilder(PageReportOptions) -- uid: Axe.Extended.HtmlReport.OverallReportBuilder.#ctor* - name: OverallReportBuilder - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html#Axe_Extended_HtmlReport_OverallReportBuilder__ctor_ - commentId: Overload:Axe.Extended.HtmlReport.OverallReportBuilder.#ctor + fullName: AxaFrance.WebEngine.Web.ElementDescription.UseDriver + nameWithType: ElementDescription.UseDriver +- uid: AxaFrance.WebEngine.Web.ElementDescription.Value + name: Value + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Value + commentId: P:AxaFrance.WebEngine.Web.ElementDescription.Value + fullName: AxaFrance.WebEngine.Web.ElementDescription.Value + nameWithType: ElementDescription.Value +- uid: AxaFrance.WebEngine.Web.ElementDescription.Value* + name: Value + href: api_net/AxaFrance.WebEngine.Web.ElementDescription.html#AxaFrance_WebEngine_Web_ElementDescription_Value_ + commentId: Overload:AxaFrance.WebEngine.Web.ElementDescription.Value isSpec: "True" - fullName: Axe.Extended.HtmlReport.OverallReportBuilder.OverallReportBuilder - nameWithType: OverallReportBuilder.OverallReportBuilder -- uid: Axe.Extended.HtmlReport.OverallReportBuilder.Build - name: Build() - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html#Axe_Extended_HtmlReport_OverallReportBuilder_Build - commentId: M:Axe.Extended.HtmlReport.OverallReportBuilder.Build - fullName: Axe.Extended.HtmlReport.OverallReportBuilder.Build() - nameWithType: OverallReportBuilder.Build() -- uid: Axe.Extended.HtmlReport.OverallReportBuilder.Build* - name: Build - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html#Axe_Extended_HtmlReport_OverallReportBuilder_Build_ - commentId: Overload:Axe.Extended.HtmlReport.OverallReportBuilder.Build + fullName: AxaFrance.WebEngine.Web.ElementDescription.Value + nameWithType: ElementDescription.Value +- uid: AxaFrance.WebEngine.Web.FindsByAttribute + name: FindsByAttribute + href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html + commentId: T:AxaFrance.WebEngine.Web.FindsByAttribute + fullName: AxaFrance.WebEngine.Web.FindsByAttribute + nameWithType: FindsByAttribute +- uid: AxaFrance.WebEngine.Web.FindsByAttribute.#ctor + name: FindsByAttribute() + href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html#AxaFrance_WebEngine_Web_FindsByAttribute__ctor + commentId: M:AxaFrance.WebEngine.Web.FindsByAttribute.#ctor + fullName: AxaFrance.WebEngine.Web.FindsByAttribute.FindsByAttribute() + nameWithType: FindsByAttribute.FindsByAttribute() +- uid: AxaFrance.WebEngine.Web.FindsByAttribute.#ctor(AxaFrance.WebEngine.Web.How,System.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) +- 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" - fullName: Axe.Extended.HtmlReport.OverallReportBuilder.Build - nameWithType: OverallReportBuilder.Build -- uid: Axe.Extended.HtmlReport.OverallReportBuilder.Export(System.String) - name: Export(String) - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html#Axe_Extended_HtmlReport_OverallReportBuilder_Export_System_String_ - commentId: M:Axe.Extended.HtmlReport.OverallReportBuilder.Export(System.String) - fullName: Axe.Extended.HtmlReport.OverallReportBuilder.Export(System.String) - nameWithType: OverallReportBuilder.Export(String) -- uid: Axe.Extended.HtmlReport.OverallReportBuilder.Export* - name: Export - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html#Axe_Extended_HtmlReport_OverallReportBuilder_Export_ - commentId: Overload:Axe.Extended.HtmlReport.OverallReportBuilder.Export + fullName: AxaFrance.WebEngine.Web.FindsByAttribute.FindsByAttribute + nameWithType: FindsByAttribute.FindsByAttribute +- uid: AxaFrance.WebEngine.Web.FindsByAttribute.How + name: How + href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html#AxaFrance_WebEngine_Web_FindsByAttribute_How + commentId: P:AxaFrance.WebEngine.Web.FindsByAttribute.How + fullName: AxaFrance.WebEngine.Web.FindsByAttribute.How + nameWithType: FindsByAttribute.How +- uid: AxaFrance.WebEngine.Web.FindsByAttribute.How* + name: How + href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html#AxaFrance_WebEngine_Web_FindsByAttribute_How_ + commentId: Overload:AxaFrance.WebEngine.Web.FindsByAttribute.How isSpec: "True" - fullName: Axe.Extended.HtmlReport.OverallReportBuilder.Export - nameWithType: OverallReportBuilder.Export -- uid: Axe.Extended.HtmlReport.OverallReportBuilder.Options - name: Options - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html#Axe_Extended_HtmlReport_OverallReportBuilder_Options - commentId: P:Axe.Extended.HtmlReport.OverallReportBuilder.Options - fullName: Axe.Extended.HtmlReport.OverallReportBuilder.Options - nameWithType: OverallReportBuilder.Options -- uid: Axe.Extended.HtmlReport.OverallReportBuilder.Options* - name: Options - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html#Axe_Extended_HtmlReport_OverallReportBuilder_Options_ - commentId: Overload:Axe.Extended.HtmlReport.OverallReportBuilder.Options + fullName: AxaFrance.WebEngine.Web.FindsByAttribute.How + nameWithType: FindsByAttribute.How +- uid: AxaFrance.WebEngine.Web.FindsByAttribute.Using + name: Using + href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html#AxaFrance_WebEngine_Web_FindsByAttribute_Using + commentId: P:AxaFrance.WebEngine.Web.FindsByAttribute.Using + fullName: AxaFrance.WebEngine.Web.FindsByAttribute.Using + nameWithType: FindsByAttribute.Using +- uid: AxaFrance.WebEngine.Web.FindsByAttribute.Using* + name: Using + href: api_net/AxaFrance.WebEngine.Web.FindsByAttribute.html#AxaFrance_WebEngine_Web_FindsByAttribute_Using_ + commentId: Overload:AxaFrance.WebEngine.Web.FindsByAttribute.Using isSpec: "True" - fullName: Axe.Extended.HtmlReport.OverallReportBuilder.Options - nameWithType: OverallReportBuilder.Options -- uid: Axe.Extended.HtmlReport.OverallReportBuilder.PageBuilders - name: PageBuilders - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html#Axe_Extended_HtmlReport_OverallReportBuilder_PageBuilders - commentId: P:Axe.Extended.HtmlReport.OverallReportBuilder.PageBuilders - fullName: Axe.Extended.HtmlReport.OverallReportBuilder.PageBuilders - nameWithType: OverallReportBuilder.PageBuilders -- uid: Axe.Extended.HtmlReport.OverallReportBuilder.PageBuilders* - name: PageBuilders - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html#Axe_Extended_HtmlReport_OverallReportBuilder_PageBuilders_ - commentId: Overload:Axe.Extended.HtmlReport.OverallReportBuilder.PageBuilders + fullName: AxaFrance.WebEngine.Web.FindsByAttribute.Using + nameWithType: FindsByAttribute.Using +- uid: AxaFrance.WebEngine.Web.How + name: How + href: api_net/AxaFrance.WebEngine.Web.How.html + commentId: T:AxaFrance.WebEngine.Web.How + fullName: AxaFrance.WebEngine.Web.How + nameWithType: How +- uid: AxaFrance.WebEngine.Web.How.ClassName + name: ClassName + href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_ClassName + commentId: F:AxaFrance.WebEngine.Web.How.ClassName + fullName: AxaFrance.WebEngine.Web.How.ClassName + nameWithType: How.ClassName +- uid: AxaFrance.WebEngine.Web.How.CssSelector + name: CssSelector + href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_CssSelector + commentId: F:AxaFrance.WebEngine.Web.How.CssSelector + fullName: AxaFrance.WebEngine.Web.How.CssSelector + nameWithType: How.CssSelector +- uid: AxaFrance.WebEngine.Web.How.Custom + name: Custom + href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_Custom + commentId: F:AxaFrance.WebEngine.Web.How.Custom + fullName: AxaFrance.WebEngine.Web.How.Custom + nameWithType: How.Custom +- uid: AxaFrance.WebEngine.Web.How.Id + name: Id + href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_Id + commentId: F:AxaFrance.WebEngine.Web.How.Id + fullName: AxaFrance.WebEngine.Web.How.Id + nameWithType: How.Id +- uid: AxaFrance.WebEngine.Web.How.LinkText + name: LinkText + href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_LinkText + commentId: F:AxaFrance.WebEngine.Web.How.LinkText + fullName: AxaFrance.WebEngine.Web.How.LinkText + nameWithType: How.LinkText +- uid: AxaFrance.WebEngine.Web.How.Name + name: Name + href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_Name + commentId: F:AxaFrance.WebEngine.Web.How.Name + fullName: AxaFrance.WebEngine.Web.How.Name + nameWithType: How.Name +- uid: AxaFrance.WebEngine.Web.How.PartialLinkText + name: PartialLinkText + href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_PartialLinkText + commentId: F:AxaFrance.WebEngine.Web.How.PartialLinkText + fullName: AxaFrance.WebEngine.Web.How.PartialLinkText + nameWithType: How.PartialLinkText +- uid: AxaFrance.WebEngine.Web.How.TagName + name: TagName + href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_TagName + commentId: F:AxaFrance.WebEngine.Web.How.TagName + fullName: AxaFrance.WebEngine.Web.How.TagName + nameWithType: How.TagName +- uid: AxaFrance.WebEngine.Web.How.XPath + name: XPath + href: api_net/AxaFrance.WebEngine.Web.How.html#AxaFrance_WebEngine_Web_How_XPath + commentId: F:AxaFrance.WebEngine.Web.How.XPath + fullName: AxaFrance.WebEngine.Web.How.XPath + nameWithType: How.XPath +- uid: AxaFrance.WebEngine.Web.HtmlAttribute + name: HtmlAttribute + href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html + commentId: T:AxaFrance.WebEngine.Web.HtmlAttribute + fullName: AxaFrance.WebEngine.Web.HtmlAttribute + nameWithType: HtmlAttribute +- uid: AxaFrance.WebEngine.Web.HtmlAttribute.#ctor + name: HtmlAttribute() + href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html#AxaFrance_WebEngine_Web_HtmlAttribute__ctor + commentId: M:AxaFrance.WebEngine.Web.HtmlAttribute.#ctor + fullName: AxaFrance.WebEngine.Web.HtmlAttribute.HtmlAttribute() + nameWithType: HtmlAttribute.HtmlAttribute() +- uid: AxaFrance.WebEngine.Web.HtmlAttribute.#ctor(System.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) +- uid: AxaFrance.WebEngine.Web.HtmlAttribute.#ctor(System.String,System.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) +- 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" - fullName: Axe.Extended.HtmlReport.OverallReportBuilder.PageBuilders - nameWithType: OverallReportBuilder.PageBuilders -- uid: Axe.Extended.HtmlReport.OverallReportBuilder.Result - name: Result - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html#Axe_Extended_HtmlReport_OverallReportBuilder_Result - commentId: P:Axe.Extended.HtmlReport.OverallReportBuilder.Result - fullName: Axe.Extended.HtmlReport.OverallReportBuilder.Result - nameWithType: OverallReportBuilder.Result -- uid: Axe.Extended.HtmlReport.OverallReportBuilder.Result* - name: Result - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html#Axe_Extended_HtmlReport_OverallReportBuilder_Result_ - commentId: Overload:Axe.Extended.HtmlReport.OverallReportBuilder.Result + fullName: AxaFrance.WebEngine.Web.HtmlAttribute.HtmlAttribute + nameWithType: HtmlAttribute.HtmlAttribute +- uid: AxaFrance.WebEngine.Web.HtmlAttribute.Name + name: Name + href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html#AxaFrance_WebEngine_Web_HtmlAttribute_Name + commentId: P:AxaFrance.WebEngine.Web.HtmlAttribute.Name + fullName: AxaFrance.WebEngine.Web.HtmlAttribute.Name + nameWithType: HtmlAttribute.Name +- uid: AxaFrance.WebEngine.Web.HtmlAttribute.Name* + name: Name + href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html#AxaFrance_WebEngine_Web_HtmlAttribute_Name_ + commentId: Overload:AxaFrance.WebEngine.Web.HtmlAttribute.Name isSpec: "True" - fullName: Axe.Extended.HtmlReport.OverallReportBuilder.Result - nameWithType: OverallReportBuilder.Result -- uid: Axe.Extended.HtmlReport.OverallReportBuilder.WithDefaultOptions(Axe.Extended.HtmlReport.PageReportOptions) - name: WithDefaultOptions(PageReportOptions) - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html#Axe_Extended_HtmlReport_OverallReportBuilder_WithDefaultOptions_Axe_Extended_HtmlReport_PageReportOptions_ - commentId: M:Axe.Extended.HtmlReport.OverallReportBuilder.WithDefaultOptions(Axe.Extended.HtmlReport.PageReportOptions) - fullName: Axe.Extended.HtmlReport.OverallReportBuilder.WithDefaultOptions(Axe.Extended.HtmlReport.PageReportOptions) - nameWithType: OverallReportBuilder.WithDefaultOptions(PageReportOptions) -- uid: Axe.Extended.HtmlReport.OverallReportBuilder.WithDefaultOptions* - name: WithDefaultOptions - href: api_net/Axe.Extended.HtmlReport.OverallReportBuilder.html#Axe_Extended_HtmlReport_OverallReportBuilder_WithDefaultOptions_ - commentId: Overload:Axe.Extended.HtmlReport.OverallReportBuilder.WithDefaultOptions + fullName: AxaFrance.WebEngine.Web.HtmlAttribute.Name + nameWithType: HtmlAttribute.Name +- uid: AxaFrance.WebEngine.Web.HtmlAttribute.Value + name: Value + href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html#AxaFrance_WebEngine_Web_HtmlAttribute_Value + commentId: P:AxaFrance.WebEngine.Web.HtmlAttribute.Value + fullName: AxaFrance.WebEngine.Web.HtmlAttribute.Value + nameWithType: HtmlAttribute.Value +- uid: AxaFrance.WebEngine.Web.HtmlAttribute.Value* + name: Value + href: api_net/AxaFrance.WebEngine.Web.HtmlAttribute.html#AxaFrance_WebEngine_Web_HtmlAttribute_Value_ + commentId: Overload:AxaFrance.WebEngine.Web.HtmlAttribute.Value isSpec: "True" - fullName: Axe.Extended.HtmlReport.OverallReportBuilder.WithDefaultOptions - nameWithType: OverallReportBuilder.WithDefaultOptions -- uid: Axe.Extended.HtmlReport.OverallResultItem - name: OverallResultItem - href: api_net/Axe.Extended.HtmlReport.OverallResultItem.html - commentId: T:Axe.Extended.HtmlReport.OverallResultItem - fullName: Axe.Extended.HtmlReport.OverallResultItem - nameWithType: OverallResultItem -- uid: Axe.Extended.HtmlReport.OverallResultItem.RuleName - name: RuleName - href: api_net/Axe.Extended.HtmlReport.OverallResultItem.html#Axe_Extended_HtmlReport_OverallResultItem_RuleName - commentId: P:Axe.Extended.HtmlReport.OverallResultItem.RuleName - fullName: Axe.Extended.HtmlReport.OverallResultItem.RuleName - nameWithType: OverallResultItem.RuleName -- uid: Axe.Extended.HtmlReport.OverallResultItem.RuleName* - name: RuleName - href: api_net/Axe.Extended.HtmlReport.OverallResultItem.html#Axe_Extended_HtmlReport_OverallResultItem_RuleName_ - commentId: Overload:Axe.Extended.HtmlReport.OverallResultItem.RuleName + fullName: AxaFrance.WebEngine.Web.HtmlAttribute.Value + nameWithType: HtmlAttribute.Value +- uid: AxaFrance.WebEngine.Web.PageModel + name: PageModel + href: api_net/AxaFrance.WebEngine.Web.PageModel.html + commentId: T:AxaFrance.WebEngine.Web.PageModel + fullName: AxaFrance.WebEngine.Web.PageModel + nameWithType: PageModel +- uid: AxaFrance.WebEngine.Web.PageModel.#ctor(OpenQA.Selenium.WebDriver) + 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) + fullName: AxaFrance.WebEngine.Web.PageModel.PageModel(OpenQA.Selenium.WebDriver) + nameWithType: PageModel.PageModel(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" - fullName: Axe.Extended.HtmlReport.OverallResultItem.RuleName - nameWithType: OverallResultItem.RuleName -- uid: Axe.Extended.HtmlReport.OverallResultItem.RulePoint - name: RulePoint - href: api_net/Axe.Extended.HtmlReport.OverallResultItem.html#Axe_Extended_HtmlReport_OverallResultItem_RulePoint - commentId: P:Axe.Extended.HtmlReport.OverallResultItem.RulePoint - fullName: Axe.Extended.HtmlReport.OverallResultItem.RulePoint - nameWithType: OverallResultItem.RulePoint -- uid: Axe.Extended.HtmlReport.OverallResultItem.RulePoint* - name: RulePoint - href: api_net/Axe.Extended.HtmlReport.OverallResultItem.html#Axe_Extended_HtmlReport_OverallResultItem_RulePoint_ - commentId: Overload:Axe.Extended.HtmlReport.OverallResultItem.RulePoint + fullName: AxaFrance.WebEngine.Web.PageModel.PageModel + nameWithType: PageModel.PageModel +- uid: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck + name: AccessibilityCheck() + href: api_net/AxaFrance.WebEngine.Web.PageModel.html#AxaFrance_WebEngine_Web_PageModel_AccessibilityCheck + commentId: M:AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck + fullName: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck() + nameWithType: PageModel.AccessibilityCheck() +- uid: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck(AxaFrance.WebEngine.Web.ElementDescription) + name: AccessibilityCheck(ElementDescription) + href: api_net/AxaFrance.WebEngine.Web.PageModel.html#AxaFrance_WebEngine_Web_PageModel_AccessibilityCheck_AxaFrance_WebEngine_Web_ElementDescription_ + commentId: M:AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck(AxaFrance.WebEngine.Web.ElementDescription) + fullName: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck(AxaFrance.WebEngine.Web.ElementDescription) + nameWithType: PageModel.AccessibilityCheck(ElementDescription) +- uid: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck(OpenQA.Selenium.IWebElement) + name: AccessibilityCheck(IWebElement) + href: api_net/AxaFrance.WebEngine.Web.PageModel.html#AxaFrance_WebEngine_Web_PageModel_AccessibilityCheck_OpenQA_Selenium_IWebElement_ + commentId: M:AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck(OpenQA.Selenium.IWebElement) + fullName: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck(OpenQA.Selenium.IWebElement) + nameWithType: PageModel.AccessibilityCheck(IWebElement) +- uid: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck* + name: AccessibilityCheck + href: api_net/AxaFrance.WebEngine.Web.PageModel.html#AxaFrance_WebEngine_Web_PageModel_AccessibilityCheck_ + commentId: Overload:AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck + isSpec: "True" + fullName: AxaFrance.WebEngine.Web.PageModel.AccessibilityCheck + nameWithType: PageModel.AccessibilityCheck +- uid: AxaFrance.WebEngine.Web.SharedActionWeb + name: SharedActionWeb + href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html + commentId: T:AxaFrance.WebEngine.Web.SharedActionWeb + fullName: AxaFrance.WebEngine.Web.SharedActionWeb + nameWithType: SharedActionWeb +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.#ctor + name: SharedActionWeb() + href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb__ctor + commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.#ctor + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.SharedActionWeb() + nameWithType: SharedActionWeb.SharedActionWeb() +- 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()) + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.SharedActionWeb(AxaFrance.WebEngine.Variable[]) + fullName.vb: AxaFrance.WebEngine.Web.SharedActionWeb.SharedActionWeb(AxaFrance.WebEngine.Variable()) + nameWithType: SharedActionWeb.SharedActionWeb(Variable[]) + nameWithType.vb: SharedActionWeb.SharedActionWeb(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" - fullName: Axe.Extended.HtmlReport.OverallResultItem.RulePoint - nameWithType: OverallResultItem.RulePoint -- uid: Axe.Extended.HtmlReport.OverallResultItem.WcagCritirias - name: WcagCritirias - href: api_net/Axe.Extended.HtmlReport.OverallResultItem.html#Axe_Extended_HtmlReport_OverallResultItem_WcagCritirias - commentId: P:Axe.Extended.HtmlReport.OverallResultItem.WcagCritirias - fullName: Axe.Extended.HtmlReport.OverallResultItem.WcagCritirias - nameWithType: OverallResultItem.WcagCritirias -- uid: Axe.Extended.HtmlReport.OverallResultItem.WcagCritirias* - name: WcagCritirias - href: api_net/Axe.Extended.HtmlReport.OverallResultItem.html#Axe_Extended_HtmlReport_OverallResultItem_WcagCritirias_ - commentId: Overload:Axe.Extended.HtmlReport.OverallResultItem.WcagCritirias + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.SharedActionWeb + nameWithType: SharedActionWeb.SharedActionWeb +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.Browser + name: Browser + href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_Browser + commentId: P:AxaFrance.WebEngine.Web.SharedActionWeb.Browser + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.Browser + nameWithType: SharedActionWeb.Browser +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.Browser* + name: Browser + href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_Browser_ + commentId: Overload:AxaFrance.WebEngine.Web.SharedActionWeb.Browser isSpec: "True" - fullName: Axe.Extended.HtmlReport.OverallResultItem.WcagCritirias - nameWithType: OverallResultItem.WcagCritirias -- uid: Axe.Extended.HtmlReport.OverallResultItem.WcagLevel - name: WcagLevel - href: api_net/Axe.Extended.HtmlReport.OverallResultItem.html#Axe_Extended_HtmlReport_OverallResultItem_WcagLevel - commentId: P:Axe.Extended.HtmlReport.OverallResultItem.WcagLevel - fullName: Axe.Extended.HtmlReport.OverallResultItem.WcagLevel - nameWithType: OverallResultItem.WcagLevel -- uid: Axe.Extended.HtmlReport.OverallResultItem.WcagLevel* - name: WcagLevel - href: api_net/Axe.Extended.HtmlReport.OverallResultItem.html#Axe_Extended_HtmlReport_OverallResultItem_WcagLevel_ - commentId: Overload:Axe.Extended.HtmlReport.OverallResultItem.WcagLevel + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.Browser + nameWithType: SharedActionWeb.Browser +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction + name: DoAction() + href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_DoAction + commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.DoAction + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction() + nameWithType: SharedActionWeb.DoAction() +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction(System.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) +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction* + name: DoAction + href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_DoAction_ + commentId: Overload:AxaFrance.WebEngine.Web.SharedActionWeb.DoAction isSpec: "True" - fullName: Axe.Extended.HtmlReport.OverallResultItem.WcagLevel - nameWithType: OverallResultItem.WcagLevel -- uid: Axe.Extended.HtmlReport.OverallResultItem.WcagVersion - name: WcagVersion - href: api_net/Axe.Extended.HtmlReport.OverallResultItem.html#Axe_Extended_HtmlReport_OverallResultItem_WcagVersion - commentId: P:Axe.Extended.HtmlReport.OverallResultItem.WcagVersion - fullName: Axe.Extended.HtmlReport.OverallResultItem.WcagVersion - nameWithType: OverallResultItem.WcagVersion -- uid: Axe.Extended.HtmlReport.OverallResultItem.WcagVersion* - name: WcagVersion - href: api_net/Axe.Extended.HtmlReport.OverallResultItem.html#Axe_Extended_HtmlReport_OverallResultItem_WcagVersion_ - commentId: Overload:Axe.Extended.HtmlReport.OverallResultItem.WcagVersion + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.DoAction + nameWithType: SharedActionWeb.DoAction +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint + name: DoCheckpoint() + href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_DoCheckpoint + commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint() + nameWithType: SharedActionWeb.DoCheckpoint() +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint(System.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) +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint* + name: DoCheckpoint + href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_DoCheckpoint_ + commentId: Overload:AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint isSpec: "True" - fullName: Axe.Extended.HtmlReport.OverallResultItem.WcagVersion - nameWithType: OverallResultItem.WcagVersion -- uid: Axe.Extended.HtmlReport.PageReportBuilder - name: PageReportBuilder - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html - commentId: T:Axe.Extended.HtmlReport.PageReportBuilder - fullName: Axe.Extended.HtmlReport.PageReportBuilder - nameWithType: PageReportBuilder -- uid: Axe.Extended.HtmlReport.PageReportBuilder.#ctor - name: PageReportBuilder() - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder__ctor - commentId: M:Axe.Extended.HtmlReport.PageReportBuilder.#ctor - fullName: Axe.Extended.HtmlReport.PageReportBuilder.PageReportBuilder() - nameWithType: PageReportBuilder.PageReportBuilder() -- uid: Axe.Extended.HtmlReport.PageReportBuilder.#ctor(Axe.Extended.HtmlReport.PageReportOptions) - name: PageReportBuilder(PageReportOptions) - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder__ctor_Axe_Extended_HtmlReport_PageReportOptions_ - commentId: M:Axe.Extended.HtmlReport.PageReportBuilder.#ctor(Axe.Extended.HtmlReport.PageReportOptions) - fullName: Axe.Extended.HtmlReport.PageReportBuilder.PageReportBuilder(Axe.Extended.HtmlReport.PageReportOptions) - nameWithType: PageReportBuilder.PageReportBuilder(PageReportOptions) -- uid: Axe.Extended.HtmlReport.PageReportBuilder.#ctor* - name: PageReportBuilder - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder__ctor_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportBuilder.#ctor + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.DoCheckpoint + nameWithType: SharedActionWeb.DoCheckpoint +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.IsMobile + name: IsMobile + href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_IsMobile + commentId: P:AxaFrance.WebEngine.Web.SharedActionWeb.IsMobile + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.IsMobile + nameWithType: SharedActionWeb.IsMobile +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.IsMobile* + name: IsMobile + href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_IsMobile_ + commentId: Overload:AxaFrance.WebEngine.Web.SharedActionWeb.IsMobile isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportBuilder.PageReportBuilder - nameWithType: PageReportBuilder.PageReportBuilder -- uid: Axe.Extended.HtmlReport.PageReportBuilder.Analyze - name: Analyze - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_Analyze - commentId: P:Axe.Extended.HtmlReport.PageReportBuilder.Analyze - fullName: Axe.Extended.HtmlReport.PageReportBuilder.Analyze - nameWithType: PageReportBuilder.Analyze -- uid: Axe.Extended.HtmlReport.PageReportBuilder.Analyze* - name: Analyze - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_Analyze_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportBuilder.Analyze + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.IsMobile + nameWithType: SharedActionWeb.IsMobile +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.RunAccessibilityTest(System.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) +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.RunAccessibilityTest* + name: RunAccessibilityTest + href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_RunAccessibilityTest_ + commentId: Overload:AxaFrance.WebEngine.Web.SharedActionWeb.RunAccessibilityTest isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportBuilder.Analyze - nameWithType: PageReportBuilder.Analyze -- uid: Axe.Extended.HtmlReport.PageReportBuilder.AnalyzeDelegate - name: PageReportBuilder.AnalyzeDelegate - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.AnalyzeDelegate.html - commentId: T:Axe.Extended.HtmlReport.PageReportBuilder.AnalyzeDelegate - fullName: Axe.Extended.HtmlReport.PageReportBuilder.AnalyzeDelegate - nameWithType: PageReportBuilder.AnalyzeDelegate -- uid: Axe.Extended.HtmlReport.PageReportBuilder.Build - name: Build() - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_Build - commentId: M:Axe.Extended.HtmlReport.PageReportBuilder.Build - fullName: Axe.Extended.HtmlReport.PageReportBuilder.Build() - nameWithType: PageReportBuilder.Build() -- uid: Axe.Extended.HtmlReport.PageReportBuilder.Build(Deque.AxeCore.Commons.AxeResult) - name: Build(AxeResult) - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_Build_Deque_AxeCore_Commons_AxeResult_ - commentId: M:Axe.Extended.HtmlReport.PageReportBuilder.Build(Deque.AxeCore.Commons.AxeResult) - fullName: Axe.Extended.HtmlReport.PageReportBuilder.Build(Deque.AxeCore.Commons.AxeResult) - nameWithType: PageReportBuilder.Build(AxeResult) -- uid: Axe.Extended.HtmlReport.PageReportBuilder.Build* - name: Build - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_Build_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportBuilder.Build + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.RunAccessibilityTest + nameWithType: SharedActionWeb.RunAccessibilityTest +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot + name: Screenshot() + href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_Screenshot + commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot() + nameWithType: SharedActionWeb.Screenshot() +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot(AxaFrance.WebEngine.Web.ElementDescription) + name: Screenshot(ElementDescription) + href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_Screenshot_AxaFrance_WebEngine_Web_ElementDescription_ + commentId: M:AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot(AxaFrance.WebEngine.Web.ElementDescription) + 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) + 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) +- uid: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot* + name: Screenshot + href: api_net/AxaFrance.WebEngine.Web.SharedActionWeb.html#AxaFrance_WebEngine_Web_SharedActionWeb_Screenshot_ + commentId: Overload:AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportBuilder.Build - nameWithType: PageReportBuilder.Build -- uid: Axe.Extended.HtmlReport.PageReportBuilder.CanGetScreenshot - name: CanGetScreenshot - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_CanGetScreenshot - commentId: P:Axe.Extended.HtmlReport.PageReportBuilder.CanGetScreenshot - fullName: Axe.Extended.HtmlReport.PageReportBuilder.CanGetScreenshot - nameWithType: PageReportBuilder.CanGetScreenshot -- uid: Axe.Extended.HtmlReport.PageReportBuilder.CanGetScreenshot* - name: CanGetScreenshot - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_CanGetScreenshot_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportBuilder.CanGetScreenshot + fullName: AxaFrance.WebEngine.Web.SharedActionWeb.Screenshot + nameWithType: SharedActionWeb.Screenshot +- uid: AxaFrance.WebEngine.Web.TestCaseWeb + name: TestCaseWeb + href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html + commentId: T:AxaFrance.WebEngine.Web.TestCaseWeb + fullName: AxaFrance.WebEngine.Web.TestCaseWeb + nameWithType: TestCaseWeb +- uid: AxaFrance.WebEngine.Web.TestCaseWeb.AccessibilityReportTitle + name: AccessibilityReportTitle + href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_AccessibilityReportTitle + commentId: P:AxaFrance.WebEngine.Web.TestCaseWeb.AccessibilityReportTitle + fullName: AxaFrance.WebEngine.Web.TestCaseWeb.AccessibilityReportTitle + nameWithType: TestCaseWeb.AccessibilityReportTitle +- uid: AxaFrance.WebEngine.Web.TestCaseWeb.AccessibilityReportTitle* + name: AccessibilityReportTitle + href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_AccessibilityReportTitle_ + commentId: Overload:AxaFrance.WebEngine.Web.TestCaseWeb.AccessibilityReportTitle isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportBuilder.CanGetScreenshot - nameWithType: PageReportBuilder.CanGetScreenshot -- uid: Axe.Extended.HtmlReport.PageReportBuilder.Config - name: Config - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_Config - commentId: P:Axe.Extended.HtmlReport.PageReportBuilder.Config - fullName: Axe.Extended.HtmlReport.PageReportBuilder.Config - nameWithType: PageReportBuilder.Config -- uid: Axe.Extended.HtmlReport.PageReportBuilder.Config* - name: Config - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_Config_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportBuilder.Config + fullName: AxaFrance.WebEngine.Web.TestCaseWeb.AccessibilityReportTitle + nameWithType: TestCaseWeb.AccessibilityReportTitle +- uid: AxaFrance.WebEngine.Web.TestCaseWeb.Cleanup + name: Cleanup() + href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_Cleanup + commentId: M:AxaFrance.WebEngine.Web.TestCaseWeb.Cleanup + fullName: AxaFrance.WebEngine.Web.TestCaseWeb.Cleanup() + nameWithType: TestCaseWeb.Cleanup() +- uid: AxaFrance.WebEngine.Web.TestCaseWeb.Cleanup* + name: Cleanup + href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_Cleanup_ + commentId: Overload:AxaFrance.WebEngine.Web.TestCaseWeb.Cleanup isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportBuilder.Config - nameWithType: PageReportBuilder.Config -- uid: Axe.Extended.HtmlReport.PageReportBuilder.Export(System.String) - name: Export(String) - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_Export_System_String_ - commentId: M:Axe.Extended.HtmlReport.PageReportBuilder.Export(System.String) - fullName: Axe.Extended.HtmlReport.PageReportBuilder.Export(System.String) - nameWithType: PageReportBuilder.Export(String) -- uid: Axe.Extended.HtmlReport.PageReportBuilder.Export* - name: Export - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_Export_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportBuilder.Export + fullName: AxaFrance.WebEngine.Web.TestCaseWeb.Cleanup + nameWithType: TestCaseWeb.Cleanup +- uid: AxaFrance.WebEngine.Web.TestCaseWeb.Initialize + name: Initialize() + href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_Initialize + commentId: M:AxaFrance.WebEngine.Web.TestCaseWeb.Initialize + fullName: AxaFrance.WebEngine.Web.TestCaseWeb.Initialize() + nameWithType: TestCaseWeb.Initialize() +- uid: AxaFrance.WebEngine.Web.TestCaseWeb.Initialize* + name: Initialize + href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_Initialize_ + commentId: Overload:AxaFrance.WebEngine.Web.TestCaseWeb.Initialize isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportBuilder.Export - nameWithType: PageReportBuilder.Export -- uid: Axe.Extended.HtmlReport.PageReportBuilder.GetScreenshot - name: GetScreenshot - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_GetScreenshot - commentId: P:Axe.Extended.HtmlReport.PageReportBuilder.GetScreenshot - fullName: Axe.Extended.HtmlReport.PageReportBuilder.GetScreenshot - nameWithType: PageReportBuilder.GetScreenshot -- uid: Axe.Extended.HtmlReport.PageReportBuilder.GetScreenshot* - name: GetScreenshot - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_GetScreenshot_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportBuilder.GetScreenshot + fullName: AxaFrance.WebEngine.Web.TestCaseWeb.Initialize + nameWithType: TestCaseWeb.Initialize +- uid: AxaFrance.WebEngine.Web.TestCaseWeb.IsAccessibilityTestEnabled + name: IsAccessibilityTestEnabled + href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_IsAccessibilityTestEnabled + commentId: P:AxaFrance.WebEngine.Web.TestCaseWeb.IsAccessibilityTestEnabled + fullName: AxaFrance.WebEngine.Web.TestCaseWeb.IsAccessibilityTestEnabled + nameWithType: TestCaseWeb.IsAccessibilityTestEnabled +- uid: AxaFrance.WebEngine.Web.TestCaseWeb.IsAccessibilityTestEnabled* + name: IsAccessibilityTestEnabled + href: api_net/AxaFrance.WebEngine.Web.TestCaseWeb.html#AxaFrance_WebEngine_Web_TestCaseWeb_IsAccessibilityTestEnabled_ + commentId: Overload:AxaFrance.WebEngine.Web.TestCaseWeb.IsAccessibilityTestEnabled isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportBuilder.GetScreenshot - nameWithType: PageReportBuilder.GetScreenshot -- uid: Axe.Extended.HtmlReport.PageReportBuilder.GetScreenshotDelegate - name: PageReportBuilder.GetScreenshotDelegate - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.GetScreenshotDelegate.html - commentId: T:Axe.Extended.HtmlReport.PageReportBuilder.GetScreenshotDelegate - fullName: Axe.Extended.HtmlReport.PageReportBuilder.GetScreenshotDelegate - nameWithType: PageReportBuilder.GetScreenshotDelegate -- uid: Axe.Extended.HtmlReport.PageReportBuilder.Options - name: Options - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_Options - commentId: P:Axe.Extended.HtmlReport.PageReportBuilder.Options - fullName: Axe.Extended.HtmlReport.PageReportBuilder.Options - nameWithType: PageReportBuilder.Options -- uid: Axe.Extended.HtmlReport.PageReportBuilder.Options* - name: Options - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_Options_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportBuilder.Options + fullName: AxaFrance.WebEngine.Web.TestCaseWeb.IsAccessibilityTestEnabled + nameWithType: TestCaseWeb.IsAccessibilityTestEnabled +- uid: AxaFrance.WebEngine.Web.WebElementDescription + name: WebElementDescription + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html + commentId: T:AxaFrance.WebEngine.Web.WebElementDescription + fullName: AxaFrance.WebEngine.Web.WebElementDescription + nameWithType: WebElementDescription +- uid: AxaFrance.WebEngine.Web.WebElementDescription.#ctor + name: WebElementDescription() + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription__ctor + commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.#ctor + fullName: AxaFrance.WebEngine.Web.WebElementDescription.WebElementDescription() + nameWithType: WebElementDescription.WebElementDescription() +- 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) + fullName: AxaFrance.WebEngine.Web.WebElementDescription.WebElementDescription(OpenQA.Selenium.WebDriver) + nameWithType: WebElementDescription.WebElementDescription(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" - fullName: Axe.Extended.HtmlReport.PageReportBuilder.Options - nameWithType: PageReportBuilder.Options -- uid: Axe.Extended.HtmlReport.PageReportBuilder.Result - name: Result - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_Result - commentId: P:Axe.Extended.HtmlReport.PageReportBuilder.Result - fullName: Axe.Extended.HtmlReport.PageReportBuilder.Result - nameWithType: PageReportBuilder.Result -- uid: Axe.Extended.HtmlReport.PageReportBuilder.Result* - name: Result - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_Result_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportBuilder.Result + fullName: AxaFrance.WebEngine.Web.WebElementDescription.WebElementDescription + nameWithType: WebElementDescription.WebElementDescription +- 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_ + commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) + fullName: AxaFrance.WebEngine.Web.WebElementDescription.ApplyAttribute(AxaFrance.WebEngine.Web.FindsByAttribute) + nameWithType: WebElementDescription.ApplyAttribute(FindsByAttribute) +- uid: AxaFrance.WebEngine.Web.WebElementDescription.ApplyAttribute* + name: ApplyAttribute + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ApplyAttribute_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.ApplyAttribute isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportBuilder.Result - nameWithType: PageReportBuilder.Result -- uid: Axe.Extended.HtmlReport.PageReportBuilder.WithConfig(Newtonsoft.Json.Linq.JObject) - name: WithConfig(JObject) - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_WithConfig_Newtonsoft_Json_Linq_JObject_ - commentId: M:Axe.Extended.HtmlReport.PageReportBuilder.WithConfig(Newtonsoft.Json.Linq.JObject) - fullName: Axe.Extended.HtmlReport.PageReportBuilder.WithConfig(Newtonsoft.Json.Linq.JObject) - nameWithType: PageReportBuilder.WithConfig(JObject) -- uid: Axe.Extended.HtmlReport.PageReportBuilder.WithConfig(System.String) - name: WithConfig(String) - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_WithConfig_System_String_ - commentId: M:Axe.Extended.HtmlReport.PageReportBuilder.WithConfig(System.String) - fullName: Axe.Extended.HtmlReport.PageReportBuilder.WithConfig(System.String) - nameWithType: PageReportBuilder.WithConfig(String) -- uid: Axe.Extended.HtmlReport.PageReportBuilder.WithConfig* - name: WithConfig - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_WithConfig_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportBuilder.WithConfig + fullName: AxaFrance.WebEngine.Web.WebElementDescription.ApplyAttribute + nameWithType: WebElementDescription.ApplyAttribute +- uid: AxaFrance.WebEngine.Web.WebElementDescription.AsSelect + name: AsSelect() + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_AsSelect + commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.AsSelect + fullName: AxaFrance.WebEngine.Web.WebElementDescription.AsSelect() + nameWithType: WebElementDescription.AsSelect() +- uid: AxaFrance.WebEngine.Web.WebElementDescription.AsSelect* + name: AsSelect + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_AsSelect_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.AsSelect isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportBuilder.WithConfig - nameWithType: PageReportBuilder.WithConfig -- uid: Axe.Extended.HtmlReport.PageReportBuilder.WithOptions(Axe.Extended.HtmlReport.PageReportOptions) - name: WithOptions(PageReportOptions) - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_WithOptions_Axe_Extended_HtmlReport_PageReportOptions_ - commentId: M:Axe.Extended.HtmlReport.PageReportBuilder.WithOptions(Axe.Extended.HtmlReport.PageReportOptions) - fullName: Axe.Extended.HtmlReport.PageReportBuilder.WithOptions(Axe.Extended.HtmlReport.PageReportOptions) - nameWithType: PageReportBuilder.WithOptions(PageReportOptions) -- uid: Axe.Extended.HtmlReport.PageReportBuilder.WithOptions* - name: WithOptions - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_WithOptions_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportBuilder.WithOptions + fullName: AxaFrance.WebEngine.Web.WebElementDescription.AsSelect + nameWithType: WebElementDescription.AsSelect +- uid: AxaFrance.WebEngine.Web.WebElementDescription.Attributes + name: Attributes + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_Attributes + commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.Attributes + fullName: AxaFrance.WebEngine.Web.WebElementDescription.Attributes + nameWithType: WebElementDescription.Attributes +- uid: AxaFrance.WebEngine.Web.WebElementDescription.Attributes* + name: Attributes + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_Attributes_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.Attributes isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportBuilder.WithOptions - nameWithType: PageReportBuilder.WithOptions -- uid: Axe.Extended.HtmlReport.PageReportBuilder.WithRgaaExtension - name: WithRgaaExtension() - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_WithRgaaExtension - commentId: M:Axe.Extended.HtmlReport.PageReportBuilder.WithRgaaExtension - fullName: Axe.Extended.HtmlReport.PageReportBuilder.WithRgaaExtension() - nameWithType: PageReportBuilder.WithRgaaExtension() -- uid: Axe.Extended.HtmlReport.PageReportBuilder.WithRgaaExtension* - name: WithRgaaExtension - href: api_net/Axe.Extended.HtmlReport.PageReportBuilder.html#Axe_Extended_HtmlReport_PageReportBuilder_WithRgaaExtension_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportBuilder.WithRgaaExtension + fullName: AxaFrance.WebEngine.Web.WebElementDescription.Attributes + nameWithType: WebElementDescription.Attributes +- uid: AxaFrance.WebEngine.Web.WebElementDescription.CheckByValue(System.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) +- uid: AxaFrance.WebEngine.Web.WebElementDescription.CheckByValue* + name: CheckByValue + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_CheckByValue_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.CheckByValue isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportBuilder.WithRgaaExtension - nameWithType: PageReportBuilder.WithRgaaExtension -- uid: Axe.Extended.HtmlReport.PageReportOptions - name: PageReportOptions - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html - commentId: T:Axe.Extended.HtmlReport.PageReportOptions - fullName: Axe.Extended.HtmlReport.PageReportOptions - nameWithType: PageReportOptions -- uid: Axe.Extended.HtmlReport.PageReportOptions.AdditionalTags - name: AdditionalTags - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_AdditionalTags - commentId: P:Axe.Extended.HtmlReport.PageReportOptions.AdditionalTags - fullName: Axe.Extended.HtmlReport.PageReportOptions.AdditionalTags - nameWithType: PageReportOptions.AdditionalTags -- uid: Axe.Extended.HtmlReport.PageReportOptions.AdditionalTags* - name: AdditionalTags - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_AdditionalTags_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportOptions.AdditionalTags + fullName: AxaFrance.WebEngine.Web.WebElementDescription.CheckByValue + nameWithType: WebElementDescription.CheckByValue +- uid: AxaFrance.WebEngine.Web.WebElementDescription.ClassName + name: ClassName + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ClassName + commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.ClassName + fullName: AxaFrance.WebEngine.Web.WebElementDescription.ClassName + nameWithType: WebElementDescription.ClassName +- uid: AxaFrance.WebEngine.Web.WebElementDescription.ClassName* + name: ClassName + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ClassName_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.ClassName isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportOptions.AdditionalTags - nameWithType: PageReportOptions.AdditionalTags -- uid: Axe.Extended.HtmlReport.PageReportOptions.HighlightColor - name: HighlightColor - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_HighlightColor - commentId: P:Axe.Extended.HtmlReport.PageReportOptions.HighlightColor - fullName: Axe.Extended.HtmlReport.PageReportOptions.HighlightColor - nameWithType: PageReportOptions.HighlightColor -- uid: Axe.Extended.HtmlReport.PageReportOptions.HighlightColor* - name: HighlightColor - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_HighlightColor_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportOptions.HighlightColor + fullName: AxaFrance.WebEngine.Web.WebElementDescription.ClassName + nameWithType: WebElementDescription.ClassName +- uid: AxaFrance.WebEngine.Web.WebElementDescription.CssSelector + name: CssSelector + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_CssSelector + commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.CssSelector + fullName: AxaFrance.WebEngine.Web.WebElementDescription.CssSelector + nameWithType: WebElementDescription.CssSelector +- uid: AxaFrance.WebEngine.Web.WebElementDescription.CssSelector* + name: CssSelector + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_CssSelector_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.CssSelector isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportOptions.HighlightColor - nameWithType: PageReportOptions.HighlightColor -- uid: Axe.Extended.HtmlReport.PageReportOptions.HighlightThickness - name: HighlightThickness - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_HighlightThickness - commentId: P:Axe.Extended.HtmlReport.PageReportOptions.HighlightThickness - fullName: Axe.Extended.HtmlReport.PageReportOptions.HighlightThickness - nameWithType: PageReportOptions.HighlightThickness -- uid: Axe.Extended.HtmlReport.PageReportOptions.HighlightThickness* - name: HighlightThickness - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_HighlightThickness_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportOptions.HighlightThickness + fullName: AxaFrance.WebEngine.Web.WebElementDescription.CssSelector + nameWithType: WebElementDescription.CssSelector +- uid: AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo(AxaFrance.WebEngine.Web.ElementDescription) + name: DragAndDropTo(ElementDescription) + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_DragAndDropTo_AxaFrance_WebEngine_Web_ElementDescription_ + commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo(AxaFrance.WebEngine.Web.ElementDescription) + fullName: AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo(AxaFrance.WebEngine.Web.ElementDescription) + nameWithType: WebElementDescription.DragAndDropTo(ElementDescription) +- uid: AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo(OpenQA.Selenium.IWebElement) + name: DragAndDropTo(IWebElement) + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_DragAndDropTo_OpenQA_Selenium_IWebElement_ + commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo(OpenQA.Selenium.IWebElement) + fullName: AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo(OpenQA.Selenium.IWebElement) + nameWithType: WebElementDescription.DragAndDropTo(IWebElement) +- uid: AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo* + name: DragAndDropTo + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_DragAndDropTo_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportOptions.HighlightThickness - nameWithType: PageReportOptions.HighlightThickness -- uid: Axe.Extended.HtmlReport.PageReportOptions.OutputFolder - name: OutputFolder - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_OutputFolder - commentId: P:Axe.Extended.HtmlReport.PageReportOptions.OutputFolder - fullName: Axe.Extended.HtmlReport.PageReportOptions.OutputFolder - nameWithType: PageReportOptions.OutputFolder -- uid: Axe.Extended.HtmlReport.PageReportOptions.OutputFolder* - name: OutputFolder - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_OutputFolder_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportOptions.OutputFolder + fullName: AxaFrance.WebEngine.Web.WebElementDescription.DragAndDropTo + nameWithType: WebElementDescription.DragAndDropTo +- uid: AxaFrance.WebEngine.Web.WebElementDescription.GetInnerHtml + name: GetInnerHtml() + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_GetInnerHtml + commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.GetInnerHtml + fullName: AxaFrance.WebEngine.Web.WebElementDescription.GetInnerHtml() + nameWithType: WebElementDescription.GetInnerHtml() +- uid: AxaFrance.WebEngine.Web.WebElementDescription.GetInnerHtml* + name: GetInnerHtml + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_GetInnerHtml_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.GetInnerHtml isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportOptions.OutputFolder - nameWithType: PageReportOptions.OutputFolder -- uid: Axe.Extended.HtmlReport.PageReportOptions.OutputFormat - name: OutputFormat - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_OutputFormat - commentId: P:Axe.Extended.HtmlReport.PageReportOptions.OutputFormat - fullName: Axe.Extended.HtmlReport.PageReportOptions.OutputFormat - nameWithType: PageReportOptions.OutputFormat -- uid: Axe.Extended.HtmlReport.PageReportOptions.OutputFormat* - name: OutputFormat - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_OutputFormat_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportOptions.OutputFormat + fullName: AxaFrance.WebEngine.Web.WebElementDescription.GetInnerHtml + nameWithType: WebElementDescription.GetInnerHtml +- uid: AxaFrance.WebEngine.Web.WebElementDescription.GetOuterHtml + name: GetOuterHtml() + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_GetOuterHtml + commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.GetOuterHtml + fullName: AxaFrance.WebEngine.Web.WebElementDescription.GetOuterHtml() + nameWithType: WebElementDescription.GetOuterHtml() +- uid: AxaFrance.WebEngine.Web.WebElementDescription.GetOuterHtml* + name: GetOuterHtml + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_GetOuterHtml_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.GetOuterHtml isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportOptions.OutputFormat - nameWithType: PageReportOptions.OutputFormat -- uid: Axe.Extended.HtmlReport.PageReportOptions.ReportLanguage - name: ReportLanguage - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_ReportLanguage - commentId: P:Axe.Extended.HtmlReport.PageReportOptions.ReportLanguage - fullName: Axe.Extended.HtmlReport.PageReportOptions.ReportLanguage - nameWithType: PageReportOptions.ReportLanguage -- uid: Axe.Extended.HtmlReport.PageReportOptions.ReportLanguage* - name: ReportLanguage - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_ReportLanguage_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportOptions.ReportLanguage + fullName: AxaFrance.WebEngine.Web.WebElementDescription.GetOuterHtml + nameWithType: WebElementDescription.GetOuterHtml +- uid: AxaFrance.WebEngine.Web.WebElementDescription.Id + name: Id + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_Id + commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.Id + fullName: AxaFrance.WebEngine.Web.WebElementDescription.Id + nameWithType: WebElementDescription.Id +- uid: AxaFrance.WebEngine.Web.WebElementDescription.Id* + name: Id + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_Id_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.Id isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportOptions.ReportLanguage - nameWithType: PageReportOptions.ReportLanguage -- uid: Axe.Extended.HtmlReport.PageReportOptions.ScoringMode - name: ScoringMode - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_ScoringMode - commentId: P:Axe.Extended.HtmlReport.PageReportOptions.ScoringMode - fullName: Axe.Extended.HtmlReport.PageReportOptions.ScoringMode - nameWithType: PageReportOptions.ScoringMode -- uid: Axe.Extended.HtmlReport.PageReportOptions.ScoringMode* - name: ScoringMode - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_ScoringMode_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportOptions.ScoringMode + fullName: AxaFrance.WebEngine.Web.WebElementDescription.Id + nameWithType: WebElementDescription.Id +- uid: AxaFrance.WebEngine.Web.WebElementDescription.InnerText + name: InnerText + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InnerText + commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.InnerText + fullName: AxaFrance.WebEngine.Web.WebElementDescription.InnerText + nameWithType: WebElementDescription.InnerText +- uid: AxaFrance.WebEngine.Web.WebElementDescription.InnerText* + name: InnerText + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InnerText_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.InnerText isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportOptions.ScoringMode - nameWithType: PageReportOptions.ScoringMode -- uid: Axe.Extended.HtmlReport.PageReportOptions.ScreenshotIncomplete - name: ScreenshotIncomplete - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_ScreenshotIncomplete - commentId: P:Axe.Extended.HtmlReport.PageReportOptions.ScreenshotIncomplete - fullName: Axe.Extended.HtmlReport.PageReportOptions.ScreenshotIncomplete - nameWithType: PageReportOptions.ScreenshotIncomplete -- uid: Axe.Extended.HtmlReport.PageReportOptions.ScreenshotIncomplete* - name: ScreenshotIncomplete - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_ScreenshotIncomplete_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportOptions.ScreenshotIncomplete + fullName: AxaFrance.WebEngine.Web.WebElementDescription.InnerText + nameWithType: WebElementDescription.InnerText +- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalClick + name: InternalClick() + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalClick + commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.InternalClick + fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalClick() + nameWithType: WebElementDescription.InternalClick() +- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalClick* + name: InternalClick + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalClick_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.InternalClick isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportOptions.ScreenshotIncomplete - nameWithType: PageReportOptions.ScreenshotIncomplete -- uid: Axe.Extended.HtmlReport.PageReportOptions.ScreenshotPasses - name: ScreenshotPasses - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_ScreenshotPasses - commentId: P:Axe.Extended.HtmlReport.PageReportOptions.ScreenshotPasses - fullName: Axe.Extended.HtmlReport.PageReportOptions.ScreenshotPasses - nameWithType: PageReportOptions.ScreenshotPasses -- uid: Axe.Extended.HtmlReport.PageReportOptions.ScreenshotPasses* - name: ScreenshotPasses - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_ScreenshotPasses_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportOptions.ScreenshotPasses + fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalClick + nameWithType: WebElementDescription.InternalClick +- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElement + name: InternalFindElement() + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalFindElement + commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElement + fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElement() + nameWithType: WebElementDescription.InternalFindElement() +- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElement* + name: InternalFindElement + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalFindElement_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElement isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportOptions.ScreenshotPasses - nameWithType: PageReportOptions.ScreenshotPasses -- uid: Axe.Extended.HtmlReport.PageReportOptions.ScreenshotViolations - name: ScreenshotViolations - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_ScreenshotViolations - commentId: P:Axe.Extended.HtmlReport.PageReportOptions.ScreenshotViolations - fullName: Axe.Extended.HtmlReport.PageReportOptions.ScreenshotViolations - nameWithType: PageReportOptions.ScreenshotViolations -- uid: Axe.Extended.HtmlReport.PageReportOptions.ScreenshotViolations* - name: ScreenshotViolations - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_ScreenshotViolations_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportOptions.ScreenshotViolations + fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElement + nameWithType: WebElementDescription.InternalFindElement +- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElements + name: InternalFindElements() + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalFindElements + commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElements + fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElements() + nameWithType: WebElementDescription.InternalFindElements() +- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElements* + name: InternalFindElements + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalFindElements_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElements isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportOptions.ScreenshotViolations - nameWithType: PageReportOptions.ScreenshotViolations -- uid: Axe.Extended.HtmlReport.PageReportOptions.Tags - name: Tags - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_Tags - commentId: P:Axe.Extended.HtmlReport.PageReportOptions.Tags - fullName: Axe.Extended.HtmlReport.PageReportOptions.Tags - nameWithType: PageReportOptions.Tags -- uid: Axe.Extended.HtmlReport.PageReportOptions.Tags* - name: Tags - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_Tags_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportOptions.Tags + fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalFindElements + nameWithType: WebElementDescription.InternalFindElements +- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalGetScreenshot + name: InternalGetScreenshot() + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalGetScreenshot + commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.InternalGetScreenshot + fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalGetScreenshot() + nameWithType: WebElementDescription.InternalGetScreenshot() +- uid: AxaFrance.WebEngine.Web.WebElementDescription.InternalGetScreenshot* + name: InternalGetScreenshot + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_InternalGetScreenshot_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.InternalGetScreenshot isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportOptions.Tags - nameWithType: PageReportOptions.Tags -- uid: Axe.Extended.HtmlReport.PageReportOptions.Title - name: Title - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_Title - commentId: P:Axe.Extended.HtmlReport.PageReportOptions.Title - fullName: Axe.Extended.HtmlReport.PageReportOptions.Title - nameWithType: PageReportOptions.Title -- uid: Axe.Extended.HtmlReport.PageReportOptions.Title* - name: Title - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_Title_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportOptions.Title + fullName: AxaFrance.WebEngine.Web.WebElementDescription.InternalGetScreenshot + nameWithType: WebElementDescription.InternalGetScreenshot +- uid: AxaFrance.WebEngine.Web.WebElementDescription.IsVisibleInViewPort + name: IsVisibleInViewPort + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_IsVisibleInViewPort + commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.IsVisibleInViewPort + fullName: AxaFrance.WebEngine.Web.WebElementDescription.IsVisibleInViewPort + nameWithType: WebElementDescription.IsVisibleInViewPort +- uid: AxaFrance.WebEngine.Web.WebElementDescription.IsVisibleInViewPort* + name: IsVisibleInViewPort + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_IsVisibleInViewPort_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.IsVisibleInViewPort + isSpec: "True" + fullName: AxaFrance.WebEngine.Web.WebElementDescription.IsVisibleInViewPort + nameWithType: WebElementDescription.IsVisibleInViewPort +- uid: AxaFrance.WebEngine.Web.WebElementDescription.LinkText + name: LinkText + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_LinkText + commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.LinkText + fullName: AxaFrance.WebEngine.Web.WebElementDescription.LinkText + nameWithType: WebElementDescription.LinkText +- uid: AxaFrance.WebEngine.Web.WebElementDescription.LinkText* + name: LinkText + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_LinkText_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.LinkText isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportOptions.Title - nameWithType: PageReportOptions.Title -- uid: Axe.Extended.HtmlReport.PageReportOptions.UseAdvancedScreenshot - name: UseAdvancedScreenshot - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_UseAdvancedScreenshot - commentId: P:Axe.Extended.HtmlReport.PageReportOptions.UseAdvancedScreenshot - fullName: Axe.Extended.HtmlReport.PageReportOptions.UseAdvancedScreenshot - nameWithType: PageReportOptions.UseAdvancedScreenshot -- uid: Axe.Extended.HtmlReport.PageReportOptions.UseAdvancedScreenshot* - name: UseAdvancedScreenshot - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_UseAdvancedScreenshot_ - commentId: Overload:Axe.Extended.HtmlReport.PageReportOptions.UseAdvancedScreenshot + fullName: AxaFrance.WebEngine.Web.WebElementDescription.LinkText + nameWithType: WebElementDescription.LinkText +- uid: AxaFrance.WebEngine.Web.WebElementDescription.MouseHover + name: MouseHover() + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_MouseHover + commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.MouseHover + fullName: AxaFrance.WebEngine.Web.WebElementDescription.MouseHover() + nameWithType: WebElementDescription.MouseHover() +- uid: AxaFrance.WebEngine.Web.WebElementDescription.MouseHover* + name: MouseHover + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_MouseHover_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.MouseHover isSpec: "True" - fullName: Axe.Extended.HtmlReport.PageReportOptions.UseAdvancedScreenshot - nameWithType: PageReportOptions.UseAdvancedScreenshot -- uid: Axe.Extended.HtmlReport.PageReportOptions.WcagAATags - name: WcagAATags - href: api_net/Axe.Extended.HtmlReport.PageReportOptions.html#Axe_Extended_HtmlReport_PageReportOptions_WcagAATags - commentId: F:Axe.Extended.HtmlReport.PageReportOptions.WcagAATags - fullName: Axe.Extended.HtmlReport.PageReportOptions.WcagAATags - nameWithType: PageReportOptions.WcagAATags -- uid: Axe.Extended.HtmlReport.ScoringMode - name: ScoringMode - href: api_net/Axe.Extended.HtmlReport.ScoringMode.html - commentId: T:Axe.Extended.HtmlReport.ScoringMode - fullName: Axe.Extended.HtmlReport.ScoringMode - nameWithType: ScoringMode -- uid: Axe.Extended.HtmlReport.ScoringMode.NonWeighted - name: NonWeighted - href: api_net/Axe.Extended.HtmlReport.ScoringMode.html#Axe_Extended_HtmlReport_ScoringMode_NonWeighted - commentId: F:Axe.Extended.HtmlReport.ScoringMode.NonWeighted - fullName: Axe.Extended.HtmlReport.ScoringMode.NonWeighted - nameWithType: ScoringMode.NonWeighted -- uid: Axe.Extended.HtmlReport.ScoringMode.Weighted - name: Weighted - href: api_net/Axe.Extended.HtmlReport.ScoringMode.html#Axe_Extended_HtmlReport_ScoringMode_Weighted - commentId: F:Axe.Extended.HtmlReport.ScoringMode.Weighted - fullName: Axe.Extended.HtmlReport.ScoringMode.Weighted - nameWithType: ScoringMode.Weighted -- uid: Axe.Extended.HtmlReport.ScoringMode.WeightedOccurence - name: WeightedOccurence - href: api_net/Axe.Extended.HtmlReport.ScoringMode.html#Axe_Extended_HtmlReport_ScoringMode_WeightedOccurence - commentId: F:Axe.Extended.HtmlReport.ScoringMode.WeightedOccurence - fullName: Axe.Extended.HtmlReport.ScoringMode.WeightedOccurence - nameWithType: ScoringMode.WeightedOccurence -- uid: Axe.Extended.Selenium - name: Axe.Extended.Selenium - href: api_net/Axe.Extended.Selenium.html - commentId: N:Axe.Extended.Selenium - fullName: Axe.Extended.Selenium - nameWithType: Axe.Extended.Selenium -- uid: Axe.Extended.Selenium.AxeExtendedBuilder - name: AxeExtendedBuilder - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html - commentId: T:Axe.Extended.Selenium.AxeExtendedBuilder - fullName: Axe.Extended.Selenium.AxeExtendedBuilder - nameWithType: AxeExtendedBuilder -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver) - name: AxeExtendedBuilder(WebDriver) - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder__ctor_OpenQA_Selenium_WebDriver_ - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver) - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.AxeExtendedBuilder(OpenQA.Selenium.WebDriver) - nameWithType: AxeExtendedBuilder.AxeExtendedBuilder(WebDriver) -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver,Deque.AxeCore.Selenium.AxeBuilderOptions) - name: AxeExtendedBuilder(WebDriver, AxeBuilderOptions) - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder__ctor_OpenQA_Selenium_WebDriver_Deque_AxeCore_Selenium_AxeBuilderOptions_ - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver,Deque.AxeCore.Selenium.AxeBuilderOptions) - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.AxeExtendedBuilder(OpenQA.Selenium.WebDriver, Deque.AxeCore.Selenium.AxeBuilderOptions) - nameWithType: AxeExtendedBuilder.AxeExtendedBuilder(WebDriver, AxeBuilderOptions) -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver,Newtonsoft.Json.Linq.JObject) - name: AxeExtendedBuilder(WebDriver, JObject) - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder__ctor_OpenQA_Selenium_WebDriver_Newtonsoft_Json_Linq_JObject_ - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver,Newtonsoft.Json.Linq.JObject) - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.AxeExtendedBuilder(OpenQA.Selenium.WebDriver, Newtonsoft.Json.Linq.JObject) - nameWithType: AxeExtendedBuilder.AxeExtendedBuilder(WebDriver, JObject) -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver,Newtonsoft.Json.Linq.JObject,Deque.AxeCore.Selenium.AxeBuilderOptions) - name: AxeExtendedBuilder(WebDriver, JObject, AxeBuilderOptions) - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder__ctor_OpenQA_Selenium_WebDriver_Newtonsoft_Json_Linq_JObject_Deque_AxeCore_Selenium_AxeBuilderOptions_ - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.#ctor(OpenQA.Selenium.WebDriver,Newtonsoft.Json.Linq.JObject,Deque.AxeCore.Selenium.AxeBuilderOptions) - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.AxeExtendedBuilder(OpenQA.Selenium.WebDriver, Newtonsoft.Json.Linq.JObject, Deque.AxeCore.Selenium.AxeBuilderOptions) - nameWithType: AxeExtendedBuilder.AxeExtendedBuilder(WebDriver, JObject, AxeBuilderOptions) -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.#ctor* - name: AxeExtendedBuilder - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder__ctor_ - commentId: Overload:Axe.Extended.Selenium.AxeExtendedBuilder.#ctor + fullName: AxaFrance.WebEngine.Web.WebElementDescription.MouseHover + nameWithType: WebElementDescription.MouseHover +- uid: AxaFrance.WebEngine.Web.WebElementDescription.Name + name: Name + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_Name + commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.Name + fullName: AxaFrance.WebEngine.Web.WebElementDescription.Name + nameWithType: WebElementDescription.Name +- uid: AxaFrance.WebEngine.Web.WebElementDescription.Name* + name: Name + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_Name_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.Name isSpec: "True" - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.AxeExtendedBuilder - nameWithType: AxeExtendedBuilder.AxeExtendedBuilder -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.Analyze - name: Analyze() - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_Analyze - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.Analyze - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.Analyze() - nameWithType: AxeExtendedBuilder.Analyze() -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.Analyze(OpenQA.Selenium.IWebElement) - name: Analyze(IWebElement) - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_Analyze_OpenQA_Selenium_IWebElement_ - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.Analyze(OpenQA.Selenium.IWebElement) - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.Analyze(OpenQA.Selenium.IWebElement) - nameWithType: AxeExtendedBuilder.Analyze(IWebElement) -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.Analyze* - name: Analyze - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_Analyze_ - commentId: Overload:Axe.Extended.Selenium.AxeExtendedBuilder.Analyze + fullName: AxaFrance.WebEngine.Web.WebElementDescription.Name + nameWithType: WebElementDescription.Name +- uid: AxaFrance.WebEngine.Web.WebElementDescription.RightClick + name: RightClick() + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_RightClick + commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.RightClick + fullName: AxaFrance.WebEngine.Web.WebElementDescription.RightClick() + nameWithType: WebElementDescription.RightClick() +- uid: AxaFrance.WebEngine.Web.WebElementDescription.RightClick* + name: RightClick + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_RightClick_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.RightClick isSpec: "True" - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.Analyze - nameWithType: AxeExtendedBuilder.Analyze -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.DisableRules(System.String[]) - name: DisableRules(String[]) - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_DisableRules_System_String___ - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.DisableRules(System.String[]) - name.vb: DisableRules(String()) - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.DisableRules(System.String[]) - fullName.vb: Axe.Extended.Selenium.AxeExtendedBuilder.DisableRules(System.String()) - nameWithType: AxeExtendedBuilder.DisableRules(String[]) - nameWithType.vb: AxeExtendedBuilder.DisableRules(String()) -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.DisableRules* - name: DisableRules - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_DisableRules_ - commentId: Overload:Axe.Extended.Selenium.AxeExtendedBuilder.DisableRules + fullName: AxaFrance.WebEngine.Web.WebElementDescription.RightClick + nameWithType: WebElementDescription.RightClick +- uid: AxaFrance.WebEngine.Web.WebElementDescription.ScrollIntoView + name: ScrollIntoView() + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ScrollIntoView + commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.ScrollIntoView + fullName: AxaFrance.WebEngine.Web.WebElementDescription.ScrollIntoView() + nameWithType: WebElementDescription.ScrollIntoView() +- uid: AxaFrance.WebEngine.Web.WebElementDescription.ScrollIntoView* + name: ScrollIntoView + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ScrollIntoView_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.ScrollIntoView isSpec: "True" - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.DisableRules - nameWithType: AxeExtendedBuilder.DisableRules -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.Exclude(Deque.AxeCore.Commons.AxeSelector) - name: Exclude(AxeSelector) - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_Exclude_Deque_AxeCore_Commons_AxeSelector_ - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.Exclude(Deque.AxeCore.Commons.AxeSelector) - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.Exclude(Deque.AxeCore.Commons.AxeSelector) - nameWithType: AxeExtendedBuilder.Exclude(AxeSelector) -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.Exclude(System.String) - name: Exclude(String) - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_Exclude_System_String_ - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.Exclude(System.String) - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.Exclude(System.String) - nameWithType: AxeExtendedBuilder.Exclude(String) -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.Exclude* - name: Exclude - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_Exclude_ - commentId: Overload:Axe.Extended.Selenium.AxeExtendedBuilder.Exclude + fullName: AxaFrance.WebEngine.Web.WebElementDescription.ScrollIntoView + nameWithType: WebElementDescription.ScrollIntoView +- uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByIndex(System.Int32) + name: SelectByIndex(Int32) + 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) +- uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByIndex* + name: SelectByIndex + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SelectByIndex_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.SelectByIndex isSpec: "True" - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.Exclude - nameWithType: AxeExtendedBuilder.Exclude -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.Include(Deque.AxeCore.Commons.AxeSelector) - name: Include(AxeSelector) - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_Include_Deque_AxeCore_Commons_AxeSelector_ - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.Include(Deque.AxeCore.Commons.AxeSelector) - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.Include(Deque.AxeCore.Commons.AxeSelector) - nameWithType: AxeExtendedBuilder.Include(AxeSelector) -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.Include(System.String) - name: Include(String) - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_Include_System_String_ - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.Include(System.String) - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.Include(System.String) - nameWithType: AxeExtendedBuilder.Include(String) -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.Include* - name: Include - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_Include_ - commentId: Overload:Axe.Extended.Selenium.AxeExtendedBuilder.Include + fullName: AxaFrance.WebEngine.Web.WebElementDescription.SelectByIndex + nameWithType: WebElementDescription.SelectByIndex +- uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByText(System.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) +- uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByText* + name: SelectByText + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SelectByText_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.SelectByText isSpec: "True" - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.Include - nameWithType: AxeExtendedBuilder.Include -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.UseLegacyMode(System.Boolean) - name: UseLegacyMode(Boolean) - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_UseLegacyMode_System_Boolean_ - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.UseLegacyMode(System.Boolean) - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.UseLegacyMode(System.Boolean) - nameWithType: AxeExtendedBuilder.UseLegacyMode(Boolean) -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.UseLegacyMode* - name: UseLegacyMode - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_UseLegacyMode_ - commentId: Overload:Axe.Extended.Selenium.AxeExtendedBuilder.UseLegacyMode + fullName: AxaFrance.WebEngine.Web.WebElementDescription.SelectByText + nameWithType: WebElementDescription.SelectByText +- uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByValue(System.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) +- uid: AxaFrance.WebEngine.Web.WebElementDescription.SelectByValue* + name: SelectByValue + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SelectByValue_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.SelectByValue isSpec: "True" - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.UseLegacyMode - nameWithType: AxeExtendedBuilder.UseLegacyMode -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.WithOptions(Deque.AxeCore.Commons.AxeRunOptions) - name: WithOptions(AxeRunOptions) - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_WithOptions_Deque_AxeCore_Commons_AxeRunOptions_ - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.WithOptions(Deque.AxeCore.Commons.AxeRunOptions) - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.WithOptions(Deque.AxeCore.Commons.AxeRunOptions) - nameWithType: AxeExtendedBuilder.WithOptions(AxeRunOptions) -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.WithOptions* - name: WithOptions - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_WithOptions_ - commentId: Overload:Axe.Extended.Selenium.AxeExtendedBuilder.WithOptions + fullName: AxaFrance.WebEngine.Web.WebElementDescription.SelectByValue + nameWithType: WebElementDescription.SelectByValue +- uid: AxaFrance.WebEngine.Web.WebElementDescription.SetSecure(System.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) +- uid: AxaFrance.WebEngine.Web.WebElementDescription.SetSecure* + name: SetSecure + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_SetSecure_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.SetSecure isSpec: "True" - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.WithOptions - nameWithType: AxeExtendedBuilder.WithOptions -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.WithOutputFile(System.String) - name: WithOutputFile(String) - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_WithOutputFile_System_String_ - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.WithOutputFile(System.String) - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.WithOutputFile(System.String) - nameWithType: AxeExtendedBuilder.WithOutputFile(String) -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.WithOutputFile* - name: WithOutputFile - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_WithOutputFile_ - commentId: Overload:Axe.Extended.Selenium.AxeExtendedBuilder.WithOutputFile + fullName: AxaFrance.WebEngine.Web.WebElementDescription.SetSecure + nameWithType: WebElementDescription.SetSecure +- uid: AxaFrance.WebEngine.Web.WebElementDescription.TagName + name: TagName + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_TagName + commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.TagName + fullName: AxaFrance.WebEngine.Web.WebElementDescription.TagName + nameWithType: WebElementDescription.TagName +- uid: AxaFrance.WebEngine.Web.WebElementDescription.TagName* + name: TagName + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_TagName_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.TagName isSpec: "True" - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.WithOutputFile - nameWithType: AxeExtendedBuilder.WithOutputFile -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.WithRules(System.String[]) - name: WithRules(String[]) - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_WithRules_System_String___ - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.WithRules(System.String[]) - name.vb: WithRules(String()) - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.WithRules(System.String[]) - fullName.vb: Axe.Extended.Selenium.AxeExtendedBuilder.WithRules(System.String()) - nameWithType: AxeExtendedBuilder.WithRules(String[]) - nameWithType.vb: AxeExtendedBuilder.WithRules(String()) -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.WithRules* - name: WithRules - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_WithRules_ - commentId: Overload:Axe.Extended.Selenium.AxeExtendedBuilder.WithRules + fullName: AxaFrance.WebEngine.Web.WebElementDescription.TagName + nameWithType: WebElementDescription.TagName +- uid: AxaFrance.WebEngine.Web.WebElementDescription.ToString + name: ToString() + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ToString + commentId: M:AxaFrance.WebEngine.Web.WebElementDescription.ToString + fullName: AxaFrance.WebEngine.Web.WebElementDescription.ToString() + nameWithType: WebElementDescription.ToString() +- uid: AxaFrance.WebEngine.Web.WebElementDescription.ToString* + name: ToString + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_ToString_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.ToString isSpec: "True" - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.WithRules - nameWithType: AxeExtendedBuilder.WithRules -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.WithTags(System.String[]) - name: WithTags(String[]) - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_WithTags_System_String___ - commentId: M:Axe.Extended.Selenium.AxeExtendedBuilder.WithTags(System.String[]) - name.vb: WithTags(String()) - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.WithTags(System.String[]) - fullName.vb: Axe.Extended.Selenium.AxeExtendedBuilder.WithTags(System.String()) - nameWithType: AxeExtendedBuilder.WithTags(String[]) - nameWithType.vb: AxeExtendedBuilder.WithTags(String()) -- uid: Axe.Extended.Selenium.AxeExtendedBuilder.WithTags* - name: WithTags - href: api_net/Axe.Extended.Selenium.AxeExtendedBuilder.html#Axe_Extended_Selenium_AxeExtendedBuilder_WithTags_ - commentId: Overload:Axe.Extended.Selenium.AxeExtendedBuilder.WithTags + fullName: AxaFrance.WebEngine.Web.WebElementDescription.ToString + nameWithType: WebElementDescription.ToString +- uid: AxaFrance.WebEngine.Web.WebElementDescription.XPath + name: XPath + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_XPath + commentId: P:AxaFrance.WebEngine.Web.WebElementDescription.XPath + fullName: AxaFrance.WebEngine.Web.WebElementDescription.XPath + nameWithType: WebElementDescription.XPath +- uid: AxaFrance.WebEngine.Web.WebElementDescription.XPath* + name: XPath + href: api_net/AxaFrance.WebEngine.Web.WebElementDescription.html#AxaFrance_WebEngine_Web_WebElementDescription_XPath_ + commentId: Overload:AxaFrance.WebEngine.Web.WebElementDescription.XPath isSpec: "True" - fullName: Axe.Extended.Selenium.AxeExtendedBuilder.WithTags - nameWithType: AxeExtendedBuilder.WithTags -- uid: Axe.Extended.Selenium.SeleniumHelper - name: SeleniumHelper - href: api_net/Axe.Extended.Selenium.SeleniumHelper.html - commentId: T:Axe.Extended.Selenium.SeleniumHelper - fullName: Axe.Extended.Selenium.SeleniumHelper - nameWithType: SeleniumHelper -- uid: Axe.Extended.Selenium.SeleniumHelper.WithSelenium(Axe.Extended.HtmlReport.OverallReportBuilder,OpenQA.Selenium.WebDriver,System.String) - name: WithSelenium(OverallReportBuilder, WebDriver, String) - href: api_net/Axe.Extended.Selenium.SeleniumHelper.html#Axe_Extended_Selenium_SeleniumHelper_WithSelenium_Axe_Extended_HtmlReport_OverallReportBuilder_OpenQA_Selenium_WebDriver_System_String_ - commentId: M:Axe.Extended.Selenium.SeleniumHelper.WithSelenium(Axe.Extended.HtmlReport.OverallReportBuilder,OpenQA.Selenium.WebDriver,System.String) - fullName: Axe.Extended.Selenium.SeleniumHelper.WithSelenium(Axe.Extended.HtmlReport.OverallReportBuilder, OpenQA.Selenium.WebDriver, System.String) - nameWithType: SeleniumHelper.WithSelenium(OverallReportBuilder, WebDriver, String) -- uid: Axe.Extended.Selenium.SeleniumHelper.WithSelenium(Axe.Extended.HtmlReport.PageReportBuilder,OpenQA.Selenium.WebDriver) - name: WithSelenium(PageReportBuilder, WebDriver) - href: api_net/Axe.Extended.Selenium.SeleniumHelper.html#Axe_Extended_Selenium_SeleniumHelper_WithSelenium_Axe_Extended_HtmlReport_PageReportBuilder_OpenQA_Selenium_WebDriver_ - commentId: M:Axe.Extended.Selenium.SeleniumHelper.WithSelenium(Axe.Extended.HtmlReport.PageReportBuilder,OpenQA.Selenium.WebDriver) - fullName: Axe.Extended.Selenium.SeleniumHelper.WithSelenium(Axe.Extended.HtmlReport.PageReportBuilder, OpenQA.Selenium.WebDriver) - nameWithType: SeleniumHelper.WithSelenium(PageReportBuilder, WebDriver) -- uid: Axe.Extended.Selenium.SeleniumHelper.WithSelenium* - name: WithSelenium - href: api_net/Axe.Extended.Selenium.SeleniumHelper.html#Axe_Extended_Selenium_SeleniumHelper_WithSelenium_ - commentId: Overload:Axe.Extended.Selenium.SeleniumHelper.WithSelenium + fullName: AxaFrance.WebEngine.Web.WebElementDescription.XPath + nameWithType: WebElementDescription.XPath +- uid: AxaFrance.WebEngine.WebEngineGeneralException + name: WebEngineGeneralException + href: api_net/AxaFrance.WebEngine.WebEngineGeneralException.html + commentId: T:AxaFrance.WebEngine.WebEngineGeneralException + fullName: AxaFrance.WebEngine.WebEngineGeneralException + nameWithType: WebEngineGeneralException +- uid: AxaFrance.WebEngine.WebEngineGeneralException.#ctor + name: WebEngineGeneralException() + href: api_net/AxaFrance.WebEngine.WebEngineGeneralException.html#AxaFrance_WebEngine_WebEngineGeneralException__ctor + commentId: M:AxaFrance.WebEngine.WebEngineGeneralException.#ctor + fullName: AxaFrance.WebEngine.WebEngineGeneralException.WebEngineGeneralException() + nameWithType: WebEngineGeneralException.WebEngineGeneralException() +- uid: AxaFrance.WebEngine.WebEngineGeneralException.#ctor(System.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) +- uid: AxaFrance.WebEngine.WebEngineGeneralException.#ctor(System.String,System.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) +- 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" - fullName: Axe.Extended.Selenium.SeleniumHelper.WithSelenium - nameWithType: SeleniumHelper.WithSelenium + fullName: AxaFrance.WebEngine.WebEngineGeneralException.WebEngineGeneralException + nameWithType: WebEngineGeneralException.WebEngineGeneralException - uid: fr.axa.automation name: fr.axa.automation href: api_java/fr.axa.automation.html diff --git a/src/AxaFrance.AxeExtended.HtmlReport/Assets/axe-rgaa-extension.json b/src/AxaFrance.AxeExtended.HtmlReport/Assets/axe-rgaa-extension.json index 1d5b613..e9c73f1 100644 --- a/src/AxaFrance.AxeExtended.HtmlReport/Assets/axe-rgaa-extension.json +++ b/src/AxaFrance.AxeExtended.HtmlReport/Assets/axe-rgaa-extension.json @@ -56,42 +56,6 @@ } ], "rules": [ - { - "id": "always-fail", - "impact": "critical", - "metadata": { - "description": "[TEST] this rule will always fail", - "help": "And there is no way to pass", - "helpUrl": "https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#1.1.1" - }, - "selector": "html", - "any": [], - "all": [ - "always-fail" - ], - "none": [], - "tags": [ - "test" - ] - }, - { - "id": "always-pass", - "impact": "critical", - "metadata": { - "description": "[PASS] this rule will always pass", - "help": "And there is no way to pass", - "helpUrl": "https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#1.1.1" - }, - "selector": "h1, h2, h3, h4", - "any": [], - "all": [ - "always-pass" - ], - "none": [], - "tags": [ - "test" - ] - }, { "id": "rgaa-1.1", "impact": "critical", diff --git a/src/AxaFrance.AxeExtended.HtmlReport/AxaFrance.AxeExtended.HtmlReport.csproj b/src/AxaFrance.AxeExtended.HtmlReport/AxaFrance.AxeExtended.HtmlReport.csproj index a43ea36..51ecac6 100644 --- a/src/AxaFrance.AxeExtended.HtmlReport/AxaFrance.AxeExtended.HtmlReport.csproj +++ b/src/AxaFrance.AxeExtended.HtmlReport/AxaFrance.AxeExtended.HtmlReport.csproj @@ -24,7 +24,6 @@ - @@ -36,10 +35,6 @@ - - - - diff --git a/src/AxaFrance.AxeExtended.HtmlReport/Config/Option.cs b/src/AxaFrance.AxeExtended.HtmlReport/Config/Option.cs index 1fdf7d5..ab899a3 100644 --- a/src/AxaFrance.AxeExtended.HtmlReport/Config/Option.cs +++ b/src/AxaFrance.AxeExtended.HtmlReport/Config/Option.cs @@ -6,6 +6,10 @@ namespace AxaFrance.AxeExtended.HtmlReport.Config { + + /// + /// Options for a check, placeholder. + /// public class Option { } diff --git a/src/AxaFrance.AxeExtended.HtmlReport/Config/Rule.cs b/src/AxaFrance.AxeExtended.HtmlReport/Config/Rule.cs index fe8bde9..0c36d31 100644 --- a/src/AxaFrance.AxeExtended.HtmlReport/Config/Rule.cs +++ b/src/AxaFrance.AxeExtended.HtmlReport/Config/Rule.cs @@ -7,6 +7,10 @@ namespace AxaFrance.AxeExtended.HtmlReport.Config { + + /// + /// Represents a rule in the axe configuration. + /// public class Rule { /// diff --git a/src/AxaFrance.AxeExtended.HtmlReport/ExtensionMethods.cs b/src/AxaFrance.AxeExtended.HtmlReport/ExtensionMethods.cs index 6633584..d92b579 100644 --- a/src/AxaFrance.AxeExtended.HtmlReport/ExtensionMethods.cs +++ b/src/AxaFrance.AxeExtended.HtmlReport/ExtensionMethods.cs @@ -7,8 +7,17 @@ namespace AxaFrance.AxeExtended.HtmlReport { + /// + /// Extension methods for AxeResultItem + /// public static class ExtensionMethods { + + /// + /// Get the impact of the AxeResultItem. + /// + /// object + /// The impact value public static string GetImpact(this AxeResultItem item) { diff --git a/src/AxaFrance.AxeExtended.HtmlReport/Language.cs b/src/AxaFrance.AxeExtended.HtmlReport/Language.cs index 15b9b42..877f0b1 100644 --- a/src/AxaFrance.AxeExtended.HtmlReport/Language.cs +++ b/src/AxaFrance.AxeExtended.HtmlReport/Language.cs @@ -6,9 +6,19 @@ namespace AxaFrance.AxeExtended.HtmlReport { + /// + /// Language to be used for report. Placeholder. + /// public enum Language { + /// + /// English + /// English, + + /// + /// French + /// French, //TODO: Other languages, necearry to translate role descriptions into these languages. } diff --git a/src/AxaFrance.AxeExtended.HtmlReport/OverallReportBuilder.cs b/src/AxaFrance.AxeExtended.HtmlReport/OverallReportBuilder.cs index fc36ea8..5b1408b 100644 --- a/src/AxaFrance.AxeExtended.HtmlReport/OverallReportBuilder.cs +++ b/src/AxaFrance.AxeExtended.HtmlReport/OverallReportBuilder.cs @@ -9,21 +9,36 @@ namespace AxaFrance.AxeExtended.HtmlReport { + /// + /// Builder to be used to build overall report. Overall report represents all scanned pages within a user journey. + /// public class OverallReportBuilder { private PageReportOptions options; + /// + /// Initialize OverallReportBuilder with default options. + /// public OverallReportBuilder() { options = new PageReportOptions(); PageBuilders = new List(); } + /// + /// Initialize OverallReportBuilder with options. This options will be applied to all page reports. + /// + /// public OverallReportBuilder(PageReportOptions options) { this.options = options; PageBuilders = new List(); } + /// + /// Set default options for all page report + /// + /// The default options for each page report to be applied. + /// public OverallReportBuilder WithDefaultOptions(PageReportOptions options) { this.options = options; @@ -33,7 +48,7 @@ public OverallReportBuilder WithDefaultOptions(PageReportOptions options) /// /// Build overall report from scanned pages which are built by PageReportBuilder. /// - /// + /// The builder public OverallReportBuilder Build() { AxeOverallResult overallResult = new AxeOverallResult() @@ -182,12 +197,22 @@ public string Export(string fileName = null) } } + /// + /// Options that will be used for all page reports. + /// public PageReportOptions Options { get { return this.options; } } + /// + /// The list of page builders used to hold evaluations of each pages. + /// public List PageBuilders { get; internal set; } + + /// + /// Overall result of all scanned pages. + /// public AxeOverallResult Result { get; private set; } } } diff --git a/src/AxaFrance.AxeExtended.HtmlReport/PageReportBuilder.cs b/src/AxaFrance.AxeExtended.HtmlReport/PageReportBuilder.cs index 2c74c6d..a9db5bb 100644 --- a/src/AxaFrance.AxeExtended.HtmlReport/PageReportBuilder.cs +++ b/src/AxaFrance.AxeExtended.HtmlReport/PageReportBuilder.cs @@ -18,6 +18,9 @@ namespace AxaFrance.AxeExtended.HtmlReport /// public class PageReportBuilder { + /// + /// Options for the page report. + /// public PageReportOptions Options { get; set; } @@ -70,7 +73,6 @@ public PageReportBuilder WithConfig(JObject config) /// /// Initilaize axe-core engine with customed RGAA rules. /// - /// /// /// /// This method is not compatible with other method. @@ -82,6 +84,11 @@ public PageReportBuilder WithRgaaExtension() return this; } + /// + /// Initilaize axe-core engine with customed configuration + /// + /// axe core configuration file (in json format) + /// public PageReportBuilder WithConfig(string configFile) { var content = File.ReadAllText(configFile); @@ -117,6 +124,9 @@ public PageReportBuilder Build() return this; } + /// + /// Test result of the page. + /// public AxePageResult Result { get; private set; @@ -125,7 +135,7 @@ public AxePageResult Result /// /// Export Enhanced AxeResult (with Screenshots) to expected format. /// - /// Processed AxeResult with screenshot + /// The filename of the exported report. Default value is "index.html" /// /// absolute path of the exported test report. /// @@ -283,10 +293,25 @@ private string GenerateChecksSection(AxeResultCheck[] any, string label) return "No rules have audited for " + label; } + /// + /// Delegate to get screenshot of the given node. this function should be implemented according to test framework. such as Selenium. + /// public GetScreenshotDelegate GetScreenshot { get; internal set; } + + /// + /// Delegate to analyze the given context. this function should be implemented according to test framework. such as using Selenium. + /// public AnalyzeDelegate Analyze { get; internal set; } + /// + /// Delegate to get screenshot of the given node. this function should be implemented according to test framework. such as Selenium. + /// + public delegate byte[] GetScreenshotDelegate(AxeResultNode node, PageReportOptions options); + + /// + /// Delegate to analyze the given context. this function should be implemented according to test framework. such as using Selenium. + /// public delegate AxeResult AnalyzeDelegate(JObject axeConfig); diff --git a/src/AxaFrance.AxeExtended.Selenium/AxeSeleniumHelper.cs b/src/AxaFrance.AxeExtended.Selenium/AxeSeleniumHelper.cs index 17e40d0..3672947 100644 --- a/src/AxaFrance.AxeExtended.Selenium/AxeSeleniumHelper.cs +++ b/src/AxaFrance.AxeExtended.Selenium/AxeSeleniumHelper.cs @@ -12,6 +12,10 @@ namespace AxaFrance.AxeExtended.Selenium { + + /// + /// Helper class to implement analyze and screenshot report with Selenium WebDriver. + /// public static class SeleniumHelper { /// diff --git a/src/AxaFrance.WebEngine.Doc/AxaFrance.WebEngine.Doc.csproj b/src/AxaFrance.WebEngine.Doc/AxaFrance.WebEngine.Doc.csproj index 046dcd4..f2a2a49 100644 --- a/src/AxaFrance.WebEngine.Doc/AxaFrance.WebEngine.Doc.csproj +++ b/src/AxaFrance.WebEngine.Doc/AxaFrance.WebEngine.Doc.csproj @@ -30,8 +30,6 @@ - - diff --git a/src/AxaFrance.WebEngine.Doc/tutorials/appium-driver.md b/src/AxaFrance.WebEngine.Doc/tutorials/appium-driver.md index 4f559f5..7b2fd66 100644 --- a/src/AxaFrance.WebEngine.Doc/tutorials/appium-driver.md +++ b/src/AxaFrance.WebEngine.Doc/tutorials/appium-driver.md @@ -59,5 +59,5 @@ For example, using UNC paths: `settings.AppId = "\\\\SeleniumShare\\package\\mya ## Connecting to BrowserStack Browserstack is one of the supported cloud providers by the Framework. -You can use to upload local app package to the remote server and gets AppId in `bs://` format. +When *.browserstack.com as endpoint location, the framework will automaticaly upload local app package to broserstack platform and gets AppId in `bs://` format. If you are working with Keyword driven test approach, the upload and conversation of AppId is automatic. From eaf393fd520dc61644f98b29423cfd516f0939fb Mon Sep 17 00:00:00 2001 From: Huaxing YUAN Date: Mon, 29 Apr 2024 18:15:08 +0200 Subject: [PATCH 2/2] improve docs and comments --- docs/articles/accessibility.html | 184 ++++ docs/articles/toc.html | 3 + docs/manifest.json | 884 +++++++++--------- docs/tutorials/gherkin-cs.html | 10 + .../OverallReportBuilder.cs | 8 +- .../PageReportBuilder.cs | 6 +- .../RgaaTagsProvider.cs | 110 +-- .../articles/accessibility.md | 83 ++ src/AxaFrance.WebEngine.Doc/articles/toc.yml | 2 + src/WebEngine.Test/UnitTests/Accessibility.cs | 128 ++- 10 files changed, 917 insertions(+), 501 deletions(-) create mode 100644 docs/articles/accessibility.html create mode 100644 src/AxaFrance.WebEngine.Doc/articles/accessibility.md diff --git a/docs/articles/accessibility.html b/docs/articles/accessibility.html new file mode 100644 index 0000000..3761d44 --- /dev/null +++ b/docs/articles/accessibility.html @@ -0,0 +1,184 @@ + + + + + + + + Accessibility testing with WebEngine | AXA WebEngine Test Framework + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + +
    +
    + +
    +
    + + + + + + diff --git a/docs/articles/toc.html b/docs/articles/toc.html index cdaabfb..acf011a 100644 --- a/docs/articles/toc.html +++ b/docs/articles/toc.html @@ -27,6 +27,9 @@
  • Test Mobile Application
  • +
  • + Web Accessibility Testing +
  • WebEngine Add-in for Excel diff --git a/docs/manifest.json b/docs/manifest.json index 102f876..378e60f 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -12,7 +12,7 @@ "hash": "ZNbFoVkheAk+wqMmEZgyMqOAr6RwQRKKuElAFbrkr8A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -24,7 +24,7 @@ "hash": "IuKqsjgM8xFuAID7yxMqONP9oQKnio5+IDf17WBB0hk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -36,7 +36,7 @@ "hash": "Gv9SILVZ/qcgFM3+n2UHNJEQamveR+MoiEHCQcG/YOQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -48,7 +48,7 @@ "hash": "RCRjBeTkij2EmONd3AIyFAUqOgCCr3e3MrOZWaGp6E8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -60,7 +60,7 @@ "hash": "kARXH+QimIHu6AE2UpQ3T7qgUzxsvEq+lsrFgVGl4zY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -72,7 +72,7 @@ "hash": "Vq4+aXb8hs4SLjbiRPtI1RaTDDxBU+iWnM6NPySxBnw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -84,7 +84,7 @@ "hash": "vWWemJQs0WLqrdaPGm5jyVqt0HxgXL5RxYznJKdvl5M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -96,7 +96,7 @@ "hash": "g3l6yo/0h64fRFQ0xoIVfXexDlmVqNqHJrhBNxx4tQc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -108,7 +108,7 @@ "hash": "rFZLRJPXEQ9TRvJYVA4GU/hVNDRUKuDUEQl0Zeq4y14=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -120,7 +120,7 @@ "hash": "uYN4Oiypo7aQ6xmiwj3JhBbt1tYNhdKqgYPTuqPXGi0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -132,7 +132,7 @@ "hash": "z6HdhhYh65FP1N8g2THLHQSls5JisDbXZpD55au5ZFw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -144,7 +144,7 @@ "hash": "0Br8tlq32+1QB0Zm5Sr62r9Hhcs1K0gkspsVwSzaC7I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -156,7 +156,7 @@ "hash": "ZcOJ3UQTQgNQdfupJs0vgAVqpbB4uYt3cBR4IH5sa1Y=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -168,7 +168,7 @@ "hash": "TTlY3JXctq/tqcHerJlOH/FYqYgOHcKwF43Nz9mbYMA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -180,7 +180,7 @@ "hash": "imsohJ8PBsAxJae7M5qGU8E26Z9B2beSdd3cX+eTHzw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -192,7 +192,7 @@ "hash": "LU1JlbopODkXHylyAuWw4388qfxriMGybHvJ3UVT85w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -204,7 +204,7 @@ "hash": "HD3KdtVl13/ipyFz3oxgiZkdeqYmFw7oTanNe1c4Qig=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -216,7 +216,7 @@ "hash": "piVXWuiB8xWPzT8SxjvhugeOx083WJXSxJSzpTOVNWM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -228,7 +228,7 @@ "hash": "bF2LUVl5dwydPX9XMtSpvuKTnq6aZz2gLmCMelU9zIE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -240,7 +240,7 @@ "hash": "zGHBQO754P2VX0tQ6hhSEdtbBgS0tpcQfC/za2vre5k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -252,7 +252,7 @@ "hash": "LagO2dCIqzKCB9JqXPORZunL2ndCpWkXKgQKcioqobA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -264,7 +264,7 @@ "hash": "IknRE5Q0nFC1JPTYXVkN1neI2fUWYkXYkcOFbdVKFPw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -276,7 +276,7 @@ "hash": "JzKUv6sWxxgZTzvlsOf8GSHnK1cTeqQranhzi/yEZEg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -288,7 +288,7 @@ "hash": "MmfuMd9BicJ9oJrKT7wrh42smdvlI+rz1+YQvE99u4g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -300,7 +300,7 @@ "hash": "2kEMSk+eb6xcQ4tk2amg6TfUDhYc8w5W/h/HKVdmQ4E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -312,7 +312,7 @@ "hash": "DBmlY4LFeiVSwDOGHUeVUJTb3j2Fz8m3pCDCU0Co0Zw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -324,7 +324,7 @@ "hash": "FdcMZACwBn6Mv0gI0FBELBdiQONjKuP+jWHpNoXBcf4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -336,7 +336,7 @@ "hash": "jbvVDdu8N2ker59BdlgwdcpO+Pw8ked8L7MbBkDhwqk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -348,7 +348,7 @@ "hash": "4CfciHGEIoCvfW7Cjvf1+tywEkfRCyyBdsIBA9j3NB4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -360,7 +360,7 @@ "hash": "yUuM9qZe+YSxxsRmCWMHSghjmr62vIdf4PhfJg4RepA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -372,7 +372,7 @@ "hash": "zlZQ6TV0Ca2MjD0rXXUAMeQdDoXhBpcgJLpZs5JSfo0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -384,7 +384,7 @@ "hash": "cbZdLC3dsAre6k2UC++ggjrxfm2cpMx/sATxAA3RRds=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -396,7 +396,7 @@ "hash": "bFjliGnWl5Srbuj5yjDsCKLtS7s0besntVFeyUFWMRM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -408,7 +408,7 @@ "hash": "t+SYFO1XszkFTAFaxeX131+yFYVxnbhKyvMNYTyQDRU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -420,7 +420,7 @@ "hash": "qvcYt+ukJa26u/HCzjfk1KB4ud5iFzxBc7vk7lM2HZc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -432,7 +432,7 @@ "hash": "UL22sO2zOLyw3mmtiQ4wdZ+dGHS6iXgBzrHSTw47+8U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -444,7 +444,7 @@ "hash": "IqiLVS9ZXUM4u4lqudHFTx9+FHT3sA4ERUyafk+06Qk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -456,7 +456,7 @@ "hash": "5AimuRyg6uOaRc/xMP2GnmhxrFEQSB3vcXyHDKAts3Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -468,7 +468,7 @@ "hash": "STEYFW/k//6Ne8fyqMHA2gZhaGAAB5aPAlGdW/eSc/w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -480,7 +480,7 @@ "hash": "QSLrN8/3jefXV2w2L/ITdznPQNEmiDz1M0xP0MAIeE8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -492,7 +492,7 @@ "hash": "iwY0gKnqRJKSb86KzTLCRg/AFwzisuo/3d5mMBHq5LU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -504,7 +504,7 @@ "hash": "y0RW84mIYsR8t8usUhD66semIoE3ZDeeU8JdVkCkf6c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -516,7 +516,7 @@ "hash": "GMHFi2Xlz3dQgWqyKy0u0d1BsOrQY7YIyNXHaThrneI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -528,7 +528,7 @@ "hash": "F4+mbasc3gmqYxhYvTNNSZLJpBWSRjUt7yVBP+VXBdk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -540,7 +540,7 @@ "hash": "+xM8FN+Ef5PAajRN9WwwVB71h7l9Ts+76AlSuu7MN2w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -552,7 +552,7 @@ "hash": "EQDlqmjMNCevMId+OXLUUFXFEkNNHoqxpfHBtFb9XUk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -564,7 +564,7 @@ "hash": "StftyIxqzP8F/FFVxtmZlDkb2ZtGZ9Bgc4CzlqCKFns=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -576,7 +576,7 @@ "hash": "/VRUXwB27W6BsPB2OQtQVMsyNSXmP9jArelTuayPbAQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -588,7 +588,7 @@ "hash": "D8yFi6XwcMu1u10zCRPsgvsjmlgOzyom33CWea5yRgg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -600,7 +600,7 @@ "hash": "AG+cruVXNlAkgwKGB3lEydV10wcDRfLJ7aNknFiZT1k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -612,7 +612,7 @@ "hash": "3FYKd3AAVEitXblvWNqTHRBlWW0AT4jXwYmKDaAfYzA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -624,7 +624,7 @@ "hash": "2rkvg7RlDCkzcsOk2IUKW2gCpi65kdv7qz+jaJFvjRU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -636,7 +636,7 @@ "hash": "MpCQOPlp+why7RO73azWISvDecCv89mteoJb3BMPkjs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -648,7 +648,7 @@ "hash": "KQ8D73DWiuH3USi6Q4wfvZr5bLAHmb3En4r/iODVSjI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -660,7 +660,7 @@ "hash": "dOCrmWZ0KZzmxtIu4H6bF8SfdChS10sZwiO9oWNh1yE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -672,7 +672,7 @@ "hash": "d+T8YusMA6Z27EBW2hoG3ZOTDTChRe9BIFde9m9G3Hk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -684,7 +684,7 @@ "hash": "AWdPM8dz7PRUXx7heWmxjRRILFWTVHorEl53V1DhDrA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -696,7 +696,7 @@ "hash": "10RqQ80E49drieDyvcqCLboZl49YcVxC/uwPCBhykWo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -708,7 +708,7 @@ "hash": "Q/3gfeNRNGBGSv10Flz8tnCXYHd2WN38y3X+35UJVf8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -720,7 +720,7 @@ "hash": "kso+ieOMl2EawJuCUAEPBh95VRT++6744gDg2KlFRDc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -732,7 +732,7 @@ "hash": "s4u5H0lND5A0BKOvEO1tQGSLE78HWgeNDLAxGZYda9U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -744,7 +744,7 @@ "hash": "BhF5k02gaDuOXL9CdPGbbh97Pxwcecv7ly7EXoNf85c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -756,7 +756,7 @@ "hash": "aELLuHsb3mhxiCx4izgfJ6LTRC/uo+jsWlZMN43swX4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -768,7 +768,7 @@ "hash": "9k7zusD5lerCRB+rijTrBEBbe64n5MrHTqGHMK6bMgc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -780,7 +780,7 @@ "hash": "RSyd76YO2soGoSOUTk3seIqiuKQRlueBryGaBYeSNyU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -792,7 +792,7 @@ "hash": "Ib+R9U+nh9vuOoLSfRUmuIQNUeCGZwdCArn0qnFBarU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -804,7 +804,7 @@ "hash": "pj2y9Ip8jx4OVkqSF14YLpu5Ej6if8z+i9Ye2zypVsY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -816,7 +816,7 @@ "hash": "dgAjtZ8TIGVafRN+uvFW+V7I25QiPSzbGXjRxCqL0IU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -828,7 +828,7 @@ "hash": "xKLFFsDOpfpZFdyi1sUsubm/vVtyskaEeTUOm5R+srE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -840,7 +840,7 @@ "hash": "QYkLfkxQToDjJpmnsYN9kfIYtZHRU+URRJMXGuc+ASM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -852,7 +852,7 @@ "hash": "MwxFMlXhRZw+26ndRtuI5PZ7hvqEB9laBbQbtPrzD98=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -864,7 +864,7 @@ "hash": "liyB8S9cxCQiMVOSH1cdTsgi9Lm1qpaIhpQ6bFkFSY8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -876,7 +876,7 @@ "hash": "+Q2qWM5+MrsfQl+fW5bOtfE2oanzkExI/+jg/jZaKHM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -888,7 +888,7 @@ "hash": "25ym+9KEah2LE+hH6Zti3lnbTgL0AW2ntk+MIm9XWCE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -900,7 +900,7 @@ "hash": "Y//BJfZo6MeTiXRmkNN+yiAAnohfOHCMJ7puUvpvymk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -912,7 +912,7 @@ "hash": "YXveHIzv9kxDR0e+skPE0IQU3eAnjYEaOYoDfEFc93M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -924,7 +924,7 @@ "hash": "lj3F1pFAZHwqmAVFwoBwnHakuG9ZbW5yI51Zhqa0S9o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -936,7 +936,7 @@ "hash": "mt17UN+a5o97fq9CrbupPKMBNr64tqqK+6Rj0oS/ia4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -948,7 +948,7 @@ "hash": "xGDhgGSKUSnwQK/DRFqEWCXaXNcF+cUMUV5Kyv/VK38=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -960,7 +960,7 @@ "hash": "yw1f4d4XieQsDqPJ4ZyGhuB+8LE8NkE6i3jBHo+9h/o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -972,7 +972,7 @@ "hash": "xmkhWeKc3gI7NRmTNAUMMw5+KzxxORacu4uLbYAFHyY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -984,7 +984,7 @@ "hash": "zfSVU6x+aOAGULk/CxTb+SGrEN/3gKa6gvJ4vOINzxs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -996,7 +996,7 @@ "hash": "4C9LINVZd3lA4Yp5vRE6Ouob7P3vhPE6xt3TiYVv+Jk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1008,7 +1008,7 @@ "hash": "qZuQQG8hn0JPE1D4Cpmaf9lZpHK+t3w/EXRAFepBq1I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1020,7 +1020,7 @@ "hash": "ST6sFITadwUsx6wk1bt5n/AVFcj5zZP3sAH4v5NHOlY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1032,7 +1032,7 @@ "hash": "l7C7iP2onZx5C3ZzGRxH3nbFap1a6BouIQ38LgTyw7Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1044,7 +1044,7 @@ "hash": "z/+suYxRWd5F27+tlcuJZ25DUdf9myo36Ms0YSDyC0k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1056,7 +1056,7 @@ "hash": "fDOQN2YdvJSdLyKkIk/x0BTsCm+RQC2UbCqLvkSBpE0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1068,7 +1068,7 @@ "hash": "QLddBA25kUrSalt98cNRp4XaUtgeI9DQXHOcfchYzvw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1080,7 +1080,7 @@ "hash": "4gHFapjnDWgJ4Ir/wqZlRpiW0zhsaFHLB9JaTSl4L0o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1092,7 +1092,7 @@ "hash": "Hj3JUXebrm92o7EVwHo6RjzBaqAHsVhQFxx8sYEng74=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1104,7 +1104,7 @@ "hash": "QAXopfqdUoWu8+oYiSNP3kHgcr+IN4fVS++sUNXI4lU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1116,7 +1116,7 @@ "hash": "nOgtJh3l9NJ31CPNzmel4wfUGQsnS7P3jCkPVOBUM+g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1128,7 +1128,7 @@ "hash": "InAyqk9gvzZC/+M02cdG/NtCPsA28E7yHF44SwDAy7A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1140,7 +1140,7 @@ "hash": "6+bdD0sjLXhlYfF9f1Zxl3X8B99m8xm+POicSQyYNUY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1152,7 +1152,7 @@ "hash": "TsqemF1O6OZ3hgklhX+lf/zQ5wfM1HJT0lpl6khtiq8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1164,7 +1164,7 @@ "hash": "n39pXJZQoDIemKhK0ks14jy585gBplyLaebevB6Ta1A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1176,7 +1176,7 @@ "hash": "Ey5CQ0++MJlsW/TtBJWkMaO8Zx/sKaYBw2UIazcu5aQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1188,7 +1188,7 @@ "hash": "T9ufPM1nmgY1QmF04uJo5VevyddZx01GbDCIBsRhuHc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1200,7 +1200,7 @@ "hash": "igPx7pruCTLLT3+yrqcCHpJrypGlv/xd18QqGLaqb8c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1212,7 +1212,7 @@ "hash": "E18QCIJxQdt3yuSFLmPXwBU1rXoWLAgubS7ImLm1jkY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1224,7 +1224,7 @@ "hash": "DjVGdkXJaN69OROW1/k6oXRLNOw2oOU7MVN4vRtyV60=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1236,7 +1236,7 @@ "hash": "qYuJoHlGJ+6zD2GpNa+LT+xwPv0xYhSCNRUKufvmSyA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1248,7 +1248,7 @@ "hash": "lc/TP9CB2LLrFVHD5ltojAo1ESIzkZb+cqj5de0KiB8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1260,7 +1260,7 @@ "hash": "m3kNvRq8dFwUFpMA1xSYIzZCCQQhtKRHo72qA/OXRYs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1272,7 +1272,7 @@ "hash": "+X5a6Gg95mTnZ2zeEfXHAovQzSU614lsMnS4TUGsEXo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1284,7 +1284,7 @@ "hash": "66igXVdWsPO1d7LTrKwAXkOkk2iuTzCRkqFXPR5bQsc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1296,7 +1296,7 @@ "hash": "gDucorHP3WT6Y3CSu/YmqjPCbNM2iAPovEbLdDyPdMc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1308,7 +1308,7 @@ "hash": "hV7OE38YV/4JpvqD6XBgRv0CEPgMcOCfhGnEmFVlb2M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1320,7 +1320,7 @@ "hash": "YjHH5qN/YnLWkAEYquXozhOGOZe6KxtRIahOSDOrOvw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1332,7 +1332,7 @@ "hash": "5l1KaQfCg3j6g8UDVWITI8Z3RYnXr+4jq2+xqYphXZA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1344,7 +1344,7 @@ "hash": "SeJ+/6FhtJKZcMyGyGUsPTaazBPesqIs45nKWBmW3c8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1356,7 +1356,7 @@ "hash": "oUIwlz2xeUXLF73kvDYc47VfxG/P2ft0ODgFkak6+/k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1368,7 +1368,7 @@ "hash": "Xa1kzBtHWwLLrB3zuFzC+4VkASDEdmmogUn0ADOBWTc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1380,7 +1380,7 @@ "hash": "Ah+5mH/YP6aORSFrVZC2p/CNWL4XUOaTtJxrgXACm54=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1392,7 +1392,7 @@ "hash": "4EAdprksTyHdXeEaK2cu3RlrSb15aL8RIeb5ewElo38=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1404,7 +1404,7 @@ "hash": "2ao7vTZEalx8944Wc0qKUvAh0JT+gRA48ELYX5B35z0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1416,7 +1416,7 @@ "hash": "6tX5y61FVL6x4r1nku0H6ct8+lrbufYtHYPSN4LE9EQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1428,7 +1428,7 @@ "hash": "WzHJbRQgklZM1cn8B6CLc7rzmgzopvHOKzy+Cr+a2Zo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1440,7 +1440,7 @@ "hash": "D2u2Y8BNvyXx0Rk2BVgiDCU/mgq47XTqc3WAeLq9xxs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1452,7 +1452,7 @@ "hash": "nHRjahbq3auZV66b8i5DzEu6LgTGAe8Jp6o5HdrNoJ4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1464,7 +1464,7 @@ "hash": "Zt9ZfDGflmR5nRMq+hM+YufspqLQps6PCXwQybEpFBk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1476,7 +1476,7 @@ "hash": "FtKnEx0sFKWu9DRra3o+dR18VYDKII29xIXujmmRGKU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1488,7 +1488,7 @@ "hash": "5qgeh10A0E3aH6dRyquen4I9eZX+ng6s15A9IbEcx1c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1500,7 +1500,7 @@ "hash": "yS/PTrB/g6klhzJ88PdYEM/wWaBB/GI3+Oge8TOVI3A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1512,7 +1512,7 @@ "hash": "dREDIEkb65N/s/dWOHhj7Idf/3PiMY2LjjpiIagDSZY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1524,7 +1524,7 @@ "hash": "5XZkZqqVrv9fw5lpZI0mqHkCwJxQ0UJKaD/bEyeD4GY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1536,7 +1536,7 @@ "hash": "fWE7H1JyoYSzA8hCnxlXLLjpdJcjCyErhOfZ/s2pjtk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1548,7 +1548,7 @@ "hash": "CcJhQWxaHged4fPfMww5j1rY5hBX1kKmMbkbzjg1iXo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1560,7 +1560,7 @@ "hash": "pk7kY8Qr0AkoQElmYslyTEAn7+xrMSt1VjnxIeQmiaY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1572,7 +1572,7 @@ "hash": "7o14l0tGMW/qWDoZUcTMpQ52hIZtfUmgMiJ44e+RWQs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1584,7 +1584,7 @@ "hash": "Zb3/HyMoMeuuI6yQ/+h5TuRV+mVsXIlzJlriRZ7+Gro=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1596,7 +1596,7 @@ "hash": "TjiytIXKMFezyoheohQ6ndI2CZD3YAeMq7OzS3CJZI0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1608,7 +1608,7 @@ "hash": "Mkj5Kk7QuBaYGJqsQq3GSGvHa0ASSQZuIvJzhE1tkkI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1620,7 +1620,7 @@ "hash": "any5h+bEl/oY7fKj3OWrZz5VWGLhPJ2qdnhwRsVihLg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1632,7 +1632,7 @@ "hash": "TvroStNxAonW+9HQEgUu7QM3qJ28BKkBom9tKtXNMe8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1644,7 +1644,7 @@ "hash": "gYEixwu26vldWAo4UF1djWtQv5afQZbyZKr5IqQArw0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1656,7 +1656,7 @@ "hash": "SKFlgYeMgew0xe1cv78ArpREAuqQxnLEjNXjk4l3wG8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1668,7 +1668,7 @@ "hash": "e0abD7tCBPPg78CiGOTlQTVdFhwEVFFIBBT9848Osy0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1680,7 +1680,7 @@ "hash": "j2YcgXmD3rsimH/0nmqbEtWCzl0RAs9CgHnKggTYN8M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1692,7 +1692,7 @@ "hash": "58Z+hKyocB6SrS25SdXl2CI2Ybt5GHVltaxWEXNWafs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1704,7 +1704,7 @@ "hash": "cCrBcq16iUoUuNaG2a0FK5422rja3REnR1Y8FSOpRKg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1716,7 +1716,7 @@ "hash": "EJVgOL+mCZtEQn//wW2ZnuqUVPyGUIJP1jB3AcDZ/Cc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1728,7 +1728,7 @@ "hash": "byjpcsbDYU4OHCRMLz57QKs9zrdkcHBIrScDmkB2gJc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1740,7 +1740,7 @@ "hash": "PZxKnaeAx1taCEtBBfEceYHy2/qWEsQcozQGtH1QVfE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1752,7 +1752,7 @@ "hash": "aFywrmFDCs3nM7PkAyhTYXvMNgKke5AQqfJuZA0IzJM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1764,7 +1764,7 @@ "hash": "wz0bOCglTJ3yZr3mMpms0O6QUvxyy/weHGzVZcqSY/8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1776,7 +1776,7 @@ "hash": "ugd2MflcK+cQXQ5kp/dT30hRg0Zno62I6LKVhtP7sww=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1788,7 +1788,7 @@ "hash": "UXI9tfK+HGuHp2ZP0J+EV4kf+MLCMD3LqsutMTS3Ws8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1800,7 +1800,7 @@ "hash": "xIoTB6CgH1n7ja46JJQUfZ385W4IpILyWYsAq+27/Ao=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1812,7 +1812,7 @@ "hash": "wEpp40Oc/+caSvapqGjj1aLbmAgHerHVuRCkUls4N/8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1824,7 +1824,7 @@ "hash": "O0i88w2ebI70em3JocryL6u52s7PINEf2Irp2nYwwNA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1836,7 +1836,7 @@ "hash": "z+NUXCxQ9/ZaNFSqD5BYBoVdP7eBtxEZiXm9kJECJP4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1848,7 +1848,7 @@ "hash": "nCA27uIxxm4i3f74vYQ0lbDRHNbYXSnjLVciUJcoOuY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1860,7 +1860,7 @@ "hash": "55xETQpU1xe9h1XpF7rz3IsXk/IMHsZUPcNiRfqRqa0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1872,7 +1872,7 @@ "hash": "w7glwC9jFH+TBI1F6aeZbKZjnziB7+TN3GppMSKSW70=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1884,7 +1884,7 @@ "hash": "sDn8wcGsaYlCxQUM5CHiyEdz2QaA79Ak6ldl4VbTojY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1896,7 +1896,7 @@ "hash": "R/d1y97u3HE5nLDSw5/UnHdMnLm0DWiJrkHx4R8UbZ8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1908,7 +1908,7 @@ "hash": "UifWkDMqPFQDw8UdfCFM8tJf/WgDGq3MFTpeigMxE8I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1920,7 +1920,7 @@ "hash": "YUtsMT7aEazyZZizLg6erZInPjfofEedMcyFi7sp20k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1932,7 +1932,7 @@ "hash": "XVT9+t1N7I72dcnuvedeJGLt0j/or/RRdC/5y9kQkdk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1944,7 +1944,7 @@ "hash": "uDGTfyT2A7r7FDTGDC0Zbao8WFeEepSLul7qvNb+2ck=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1956,7 +1956,7 @@ "hash": "gH/2WYWODSZS0PcYnDt7YBIr/ZpEDmS7WBi1xh6QLSw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1968,7 +1968,7 @@ "hash": "T4/6KJEm4ADsYguX90LOrUMlAYxpKChKWhQqWuCSmXg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1980,7 +1980,7 @@ "hash": "niR/PoWHoxZr0QpMw0ld855hLbVxki+g0OVKbQ4odYY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1992,7 +1992,7 @@ "hash": "x2csATOvw2ZDgXZWFkDYLtke1Kmfod3Eqba2W5sSyVw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2004,7 +2004,7 @@ "hash": "U+ZCA8KfDQwpjzEh23Tn4VVbACchxdxZj8D6GwKjHkk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2016,7 +2016,7 @@ "hash": "1j1YrYC+iBdnP4gmZ/6RkJa4CKd1ayWMJmhK+4vdz04=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2028,7 +2028,7 @@ "hash": "ULG41Axxl9voIKDShuFGHMpoBN9dVcKUTC0eoJqhHEQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2040,7 +2040,7 @@ "hash": "eF7T3C2W4+3+3i18ahqaUIIKVj4lMSUoegG5jDRoJDo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2052,7 +2052,7 @@ "hash": "IUVPtLUna5xMm1c/DAONyXzu/a6hk4Mlcde1jmGsUfQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2064,7 +2064,7 @@ "hash": "/bYPdCYExCVaj0EYToJ/6i8SlEpvnUaiKWxQX/fDCo0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2076,7 +2076,7 @@ "hash": "crOh2Pk7gMbV9Jr+dAO3NbYsGb29xKFZFbWPR3buhBc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2088,7 +2088,7 @@ "hash": "ZLVU/CfN2tqRMe3x8DVB+fnDy7ElwgN93s113qw378k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2100,7 +2100,7 @@ "hash": "NBAlQr7PGDY5UFXBM449W3Zl42HrWGelSZrIsk7NS90=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2112,7 +2112,7 @@ "hash": "O7S1dksUk3TFWnsc21EfgyoNhKTKEEiLZ3LXHWMaFIk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2124,7 +2124,7 @@ "hash": "Xno3vD/fwQcwnhHDl9wYDPaG3qfDJOVEofzUTNe9Du8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2136,7 +2136,7 @@ "hash": "8i+9/jmpJc8vSguav1rDdVIOHNJ5Chi+N5Szr0qJMm0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2148,7 +2148,7 @@ "hash": "sqoE95eUJiLKBtmTXC+VXFwEDDcgWbVdPLv093Lly4s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2160,7 +2160,7 @@ "hash": "9Y/VLSCucS8rVSL9Sw6tjzdNl8ytj7irlkaMsBtIl6c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2172,7 +2172,7 @@ "hash": "p/Yr7LXWgQ0Y0waYP3ENX5QiSMN/ct0f1NN8PX2prLA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2184,7 +2184,7 @@ "hash": "Rp+j07hbBeC+Z6uKgbRrg7+lpiKJya7qZ6Rcs9BxVe8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2196,7 +2196,7 @@ "hash": "BPtI1x4GBDPrp7wNB27uGiEGYdULJcNVuyr0i5su3t4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2208,7 +2208,7 @@ "hash": "wrTmsrxfIjIYnzAMbtdocF6I84LFYtqd9XnX6JzpZk0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2220,7 +2220,7 @@ "hash": "TpF4dru3YRAaj8uwfgzp+nIUXJpH4Voku9yDvnnjsEc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2232,7 +2232,7 @@ "hash": "wO4EHcLD46lg9UjLS6avH6jF8MCC9YAftSvJmDD+Gik=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2244,7 +2244,7 @@ "hash": "K4Lv9BczCNG6MLK6orfYCf2e/PNsH9qBi2hYkbWQ0d4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2256,7 +2256,7 @@ "hash": "LT8K7DTn0ZtrWtzs92SH72LcCWnVWXpKP/WSQ05xN7w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2268,7 +2268,7 @@ "hash": "uDqnadaxXB68mLurbucsJmOmAvnUf40WdB5PXHDl0z4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2280,7 +2280,7 @@ "hash": "z7PFzXJnLM2ykDf6NhxH+9wnnedLl8xZlMeklHUnPvE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2292,7 +2292,7 @@ "hash": "SX017JQcg40MU9EY5njwcGL+Z4sAB0LikP8EqPWeQyE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2304,7 +2304,7 @@ "hash": "lwSBtn38AqikGuUgVsCAgVHwvkHmkcD1basjdJH1+ME=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2316,7 +2316,7 @@ "hash": "c+f0BN89GkOrBHXsZKVXGj0N90QvX1czzO0HjU/x/8E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2328,7 +2328,7 @@ "hash": "7WNgiBgnVJ950NjV2pH9kEUv8NWg2jhv9//vxdS8IrI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2340,7 +2340,7 @@ "hash": "dAfiJuffo3trn7AQXurVuxCsP0CeCNtIzdXU1XRbO6M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2352,7 +2352,7 @@ "hash": "JE+FEEH5iHA5B943DCKUOSLicoynEzbYsDLvpZh0K78=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2364,7 +2364,7 @@ "hash": "pElkb7dSlezl1oyjpq1oXbkkDdzQs0owXqCCZNAi09o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2376,7 +2376,7 @@ "hash": "h1xHYjJDUL3MiXde8We7ewfSSEIifga4rIaj+X7C6v4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2388,7 +2388,7 @@ "hash": "qoqeNDPvaacsXMRPbQKiaXjsmUC7GXJJXeIBVuZo51Y=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2400,7 +2400,7 @@ "hash": "V9i4YKxGkcKneFwftri6b0FGvtv4uvGpJFf1Nv1yIs0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2412,7 +2412,7 @@ "hash": "gu1i0hVYQRx85msE3WWJ0vhAesa4d/XxwL/DDENs6Vo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2424,7 +2424,7 @@ "hash": "kJl3+Np1XXJlw0YuG0GCebY8mo20VlCKjo/o4xXCBeQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2436,7 +2436,7 @@ "hash": "s/fPlVQC7SPlLHSITUkbgYK0NkeynsrcP4TmlT/rkjk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2448,7 +2448,7 @@ "hash": "qGOrFgVuEgGPDNclUz2HslDvNuS2flj4BKpIIMQz/PE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2460,7 +2460,7 @@ "hash": "RvPhS5a7S9f1FXI3ZAeX4nM8mhPnHoH0XkOQItaLHwY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2472,7 +2472,7 @@ "hash": "tAt1DDW9RMJPrl1lNiNwjWpU3uA+tYUPYMZp1OTUBYs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2484,7 +2484,7 @@ "hash": "ropdVNPx4k1Y1rrY7EpqzWTMiOnD8eDzsVBilFVPTSE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2496,7 +2496,7 @@ "hash": "3vksc9JJ2lyNTEQEvxM0Cnnq3fcLK+7C73xupdz/eVA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2508,7 +2508,7 @@ "hash": "/cuCL4DBrk5VCqwZudDmwvZB307xcQWZ8yZ+93dmUSs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2520,7 +2520,7 @@ "hash": "MCmb8p7OeMYRltWJj++l/75rzSLX2EEhlopZIDmH8PM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2532,7 +2532,7 @@ "hash": "+yIn+n5Rq5S2a+4KaTuqtaeokiSBSybmW0BVA7aARJc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2544,7 +2544,7 @@ "hash": "1aIPtsc0E1Rr84Qv6K+7nZRl3J9fKLqyjCCf7RKalds=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2556,7 +2556,7 @@ "hash": "slAxRHklxUUtroppDQdM6De422Fz4WcxBl764PlBkeM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2568,7 +2568,7 @@ "hash": "TkbZPCOFHkuiUyEWhTRqn1qKhdTxkopJY2L/o7+rHMA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2580,7 +2580,7 @@ "hash": "H4CT8NfvOXGB5zxCw2oqe38Svj67cgfVX4GFLck33Cc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2592,7 +2592,7 @@ "hash": "dTKxpgY77f/MvwmB/L56R2S/AyRR1SuNaCyrUf/DjKc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2604,7 +2604,7 @@ "hash": "M2Cx8GCDyDZ3w47lUhNud2yhIqeUKqaGoRnTbSXJjDI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2616,7 +2616,7 @@ "hash": "Mzr4AR1aOSGtDWlQkGmDaEEy+Z22ZpXU98p0luLJW+I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2628,7 +2628,7 @@ "hash": "/HT/7wTkmdiH8P4yG6EkZ925AibZc1LMDZbIvA3PGWM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2640,7 +2640,7 @@ "hash": "NZD0X05fXYUG9/WGVcMGBebNjpcoqheZB9Ir1r3Tvoo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2652,7 +2652,7 @@ "hash": "ZDKlxpYRv1n3U853lAa3VlX9qFZxAu7NjqNkDm8LwEk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2664,7 +2664,7 @@ "hash": "p1vfNj5oLQ9FvgkWOchHmSUxRRbw72bGkyVR5oBgJ0Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2676,7 +2676,7 @@ "hash": "0MnrfCFS+pdBW32SD5/M3+FSKj8ojxg54QPAXijr2ik=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2688,7 +2688,7 @@ "hash": "3ORBzPCRDI4wMBkPHSgcKouHsx/cVBHri2VEnbnvlGA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2700,7 +2700,7 @@ "hash": "xXXY+kXmq5Helu+gy0tS6R4K1vgFUtIVLoYaGhF6Xeg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2712,7 +2712,7 @@ "hash": "HXAqEhTjPShnRou2M5UH4pRyE7/cHQXjOHHG7MdjUf4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2724,7 +2724,7 @@ "hash": "bGEdTGuihFRHLLIRZQ92XXmETRqu79EqqOeSMLNoaq4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2736,7 +2736,7 @@ "hash": "WfcQ5Mm9fByOuxO6LDMgUU6rngLoXeYl5BHYAZHXBuY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2748,7 +2748,7 @@ "hash": "aDBIFfGrm0gZYtlYfSgonkrvIwgaKexE4OwiVLjlFTs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2760,7 +2760,7 @@ "hash": "tq3t2nzBupzsCQv2NiCktzxKoUWJbds18KDFmYZS3kM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2772,7 +2772,7 @@ "hash": "jXjmZT636tgU4eVOa1PhIWNH61q/uNA1eBd2xWeZjB0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2784,7 +2784,7 @@ "hash": "0zOAPvuzfSSEVCK0cI7itNWnIKwi0mVR1xIg3DKq1+w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2796,7 +2796,7 @@ "hash": "7ayhlTzPYsAlIcqk3Bz96WCfpBheS+XfpmBJ0C+99sc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2808,7 +2808,7 @@ "hash": "FA3zn/4sG1D8IYbOC/SL6rNAFEIzElV6/fASefbbCeE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2820,7 +2820,7 @@ "hash": "AO1gT+7b02Mk4nMadzZk0/tZ0+8lbig3B51IPRLuW6o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2832,7 +2832,7 @@ "hash": "e8wR/akUfMWqugyxsE1zxMOxI2Visb8tg40N+jvbXeI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2844,7 +2844,7 @@ "hash": "koP7KXTfsKXFSkMGtlsTEqd0qsnpHlmOz5Hq/CaiU6o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2856,7 +2856,7 @@ "hash": "N2HUQrOU0fkYMnCLH7NshFSNcgLFYpy9KMBXKJG0Vno=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2868,7 +2868,7 @@ "hash": "EoIvKPtmBFFG3qJkZ5E43uF29IR3ZQlGzy0Uu5Xc7pI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2880,7 +2880,7 @@ "hash": "fcKob/qYCbLAI8enMsx7+ct6K3bjIU5Z9D6cqwL5XxA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2892,7 +2892,7 @@ "hash": "jqlveGjCUV5HBFa1vu7YwVgLr/iEzGS8nmRZtnvTsG0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2904,7 +2904,7 @@ "hash": "Dm7mPw/EH+pM2cME0N+ZtVqrZ0pIGUKrYbGOhMX1tR8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2916,7 +2916,7 @@ "hash": "iSfaG9DaFZ7kR5uQhkXI3x8/gFFrz78C3vfOAIwWri0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2928,7 +2928,7 @@ "hash": "ZC8lRP1Guk4Hdm5RYk+CKM7febVuLehOZJ0zRwYdGGg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2940,7 +2940,7 @@ "hash": "xErlI2mYDByMyj732JogRAExUN7T6HJHr546aQn+3C4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2952,7 +2952,7 @@ "hash": "kfG6QxeWC82j4eRe/LztBIiOXhDgHs1EDqKMGhayl9s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2964,7 +2964,7 @@ "hash": "8kzYHLhrq9HC/IIXk+5nd6OSqEf626PrhcVmYZ/+Xt4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2976,7 +2976,7 @@ "hash": "LNRTdiNiTewCxNT4VNWzSgaxXx2m9VqiciRrEpVb/5Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2988,7 +2988,7 @@ "hash": "W83ix45C+oBwDA7O3j5W6hqFOwhvnBKefCTR9VuZToM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3000,7 +3000,7 @@ "hash": "6oNQ/KVFlzfz38W7LzFpp3COFpxUw/9JZ5ycdCspX1Y=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3012,7 +3012,7 @@ "hash": "9K1gmo7oLkVBRqpOZcuweMf7FaHygI8GQSjfQ/z/6zo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3024,7 +3024,7 @@ "hash": "AtY//2YPSJkHy7xYai3n8j1abPTdAKerdQ8f2IRslI4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3036,7 +3036,7 @@ "hash": "rBq85DTAvD1alz0ENuQK/W03CW52coSJVcNXnQdlJ4E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3048,7 +3048,7 @@ "hash": "iqMbpg8/9Tzbhi23DrCmPsdz6FLWWherWhwd0BPn9G8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3060,7 +3060,7 @@ "hash": "wEVMVbSUjSEEJdr2ChemJcayJ6pyfYfyQ4x9Zqm2vCo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3072,7 +3072,7 @@ "hash": "AhoWzVc++VOy5x103Dz1ZzjSMvQXP7VnyaChRFrPgDw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3084,7 +3084,7 @@ "hash": "o4oykHXFg2uuzU+PiuKwwRzQbK3yneiwHkqXnd5gQPE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3096,7 +3096,7 @@ "hash": "VJaZQv+mDrwvW54dpaX5E6GVYj9a9f4ddgWctFUkpA0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3108,7 +3108,7 @@ "hash": "Sy2dKcXZ3fnA6ah8vm17AXKcWkq48dceiQB0QESuzZ0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3120,7 +3120,7 @@ "hash": "maUz3wG6b7YfVroD6iLuoEgr4CEMGkNyjdxLLrUUShA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3132,7 +3132,7 @@ "hash": "b2YxPIVLn/Puk13LBqpoJsuTHAwF1p5mkJj5NSKG5Og=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3144,7 +3144,7 @@ "hash": "9hE5clyoTYBgs1tONwNL8AWEh9YZXuH14neSVCJVyzM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3156,7 +3156,7 @@ "hash": "/2q5Nd352X9y/RmEb0ynQU1vA9b8dTeiUZFIBxnGtI8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3168,7 +3168,7 @@ "hash": "cq917kmkQqIf9FnsdhZDbuyLCadnAu7nFuD2LmDfc88=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3180,7 +3180,7 @@ "hash": "xSvLmI/WvxL8vzhinmp+KWqBGvv9C12TvOARy/c0n0w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3192,7 +3192,7 @@ "hash": "c5KHXRYDaiqhp76I0J6C7m4vf30+SDTp71InnTk7eyY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3204,7 +3204,7 @@ "hash": "Gy9y4xXLZyHW+8Nxm/OPg9VqJWehwyjz8T4qFMq8Iu4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3216,7 +3216,7 @@ "hash": "SBoQR1D2fdjmyS010ruYS86haOWiJy+4XOUZZHc81Fk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3228,7 +3228,7 @@ "hash": "8xV4SPU7iQxCuu6L0Zkdw5YApQd4Lk+suGh1gqT9Jsk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3240,7 +3240,7 @@ "hash": "xNIEiY7bI53e/QRxF31jjZDBKMkDDz2B1VXFnWY/oyU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3252,7 +3252,7 @@ "hash": "lqrgK8+C3e6KP92cCxkntfhU1wUR9BlXsg4irmEUibk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3264,7 +3264,7 @@ "hash": "nDliREGx8y0RHHNULub4fDQJr+g7bCUpP22QNvAZ8JA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3276,7 +3276,7 @@ "hash": "nfeK9Vj6K227ODuPacFEeqe3ayFaSFCdWreVCZdAT5Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3288,7 +3288,7 @@ "hash": "ujuFkYadezuRH7RakGZN7KvDVM5pYCDILRn15+ldmJ4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3300,7 +3300,7 @@ "hash": "7/LwkDjJD+gaplb16x6yhPollVjTRjKy2VsH8qDrgFc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3312,7 +3312,7 @@ "hash": "2ykBco033TYT4By9T4wYuKPACREkJBxL0ThF/JVSQIg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3324,7 +3324,7 @@ "hash": "dN7cBhJvbDR1XhZAm2lQ8Xc5yyPWoXn9mS++EvmfRW4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3336,7 +3336,7 @@ "hash": "u+DbwfcNEpaGHGGS+vYEK/krllo+/+mZyrxNw+ita/I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3348,7 +3348,7 @@ "hash": "UBd+MGjTdwi6s4UhShjvPEbMEGpGEiPDHMRDkXM8DFE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3360,7 +3360,7 @@ "hash": "BEiaSy1V656QKxEOCcpnK1TvcQiTkFzEA+ree9B9als=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3372,7 +3372,7 @@ "hash": "GVbW7Gjl02IGlYiW4OTO/hc0MEH7N/el7i+f/lEcpPc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3384,7 +3384,7 @@ "hash": "vAOpl5GFR/18M9N1IB280y0F4Fjwe63H7RkjjcU4zl0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3396,7 +3396,7 @@ "hash": "aYRvUxIfwSWesK6dunEesmYKvI9cvw9LwtLx2GimO9M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3408,7 +3408,7 @@ "hash": "EQByrfPjWwJDUapDxIGqzMlIVPigrLCsnpnXPvRaCVA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3420,7 +3420,7 @@ "hash": "OrUEz6pgIygK4MLEZ7du5niySwJ2p+g+/ZcusBatvsw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3432,7 +3432,7 @@ "hash": "+84Toxncj8RUQt8YZlNRd3orlC7pe8XktHWNAaLocFc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3444,7 +3444,7 @@ "hash": "63Ie/jZDTU0P420rIzApaolA6wis091y3UcW3alqSG8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3456,7 +3456,7 @@ "hash": "40bFSeh48B1L9C36fN+NdCmVa+Wi/rTQzsEzSJin3Xw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3468,7 +3468,7 @@ "hash": "u34t4u79EAeB2FSunztgpV4jBSLhyGiZg5YOTJxkeM8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3480,7 +3480,7 @@ "hash": "e8JxDef+qpZb8BtAMRKGPccHN9ndnqLqnL8wEqR8IFE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3492,7 +3492,7 @@ "hash": "ZJ3oa5/hmZtlTpd3euxVl9ZXqj6G8X+ToMFRiijVFFs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3504,7 +3504,7 @@ "hash": "PwZmULzNRLVYlR5q3grHFkjRYZfSJkU6P3xQl/8zix8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3516,7 +3516,7 @@ "hash": "2ot1aXx8lrH+t8XXIEfqU9f3p/5bnvvBXxsUtxn8kkM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3528,7 +3528,7 @@ "hash": "kcrWeTjJ9vdGsF46ClyJPtYeWDRY2x4NQH2BHLTwzW0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3540,7 +3540,7 @@ "hash": "chaFg5kl3vkmcLeaH36kLvmxR3OK29h/aLKGPY+6gYM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3552,7 +3552,7 @@ "hash": "n834uk5Ak3LV4VzKl6xsGRZOs4K9GdVTy28F+oYD/xA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3564,7 +3564,7 @@ "hash": "Y+GI/6IbBLdKClRBHaG3bQU5Rg/8X0QFaSy5VRYaMKg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3576,7 +3576,7 @@ "hash": "c3njWa6QxPZH/nypZPKuKTD2bJhyl4WGF0Zh14vGJZ0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3588,7 +3588,7 @@ "hash": "/U6+sdAdsrWdLg0doYaQ1fSat589h1bI+TKbPv2CLM4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3600,7 +3600,7 @@ "hash": "SbGxXiWwcHgZeL6h7R/PJii4swGPGyA1iQRhBnG78ms=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3612,7 +3612,7 @@ "hash": "0Z8o0ydSFAYNkqNnbI7/yf8ExIlTJiXthCmIXAvAb7I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3624,7 +3624,7 @@ "hash": "EWe0c0e+NgJyMVDJnzgXGbn7X26PAClsTaAW+6qdG8g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3636,7 +3636,7 @@ "hash": "29P0rcGB07GfMVKHoJWNRojR8/Vu7JOmoZr/AdYFNfw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3648,7 +3648,7 @@ "hash": "iZUFzAwKVYxzciRzAD4tXUX1dk1AtlEBcpdA6eHwmlI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3660,7 +3660,7 @@ "hash": "ZGxiPmjy6NbZwq6UUvCCnO7i331S0Wd0SLsQNZFHTAU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3672,7 +3672,7 @@ "hash": "X4/+RowsBEVr98M6e/4CenMzBdE34O7Og/CumXbON7A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3684,7 +3684,7 @@ "hash": "iPN3DVj9pSYUoCXo4o5sdxzhgoJbA/eA0+2m2THQvtg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3696,7 +3696,7 @@ "hash": "XY8iMZTJENXPYcpCs6VdtVTMggtROg8oHWwocT/Bdwc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3708,7 +3708,7 @@ "hash": "pefEyRCFvM+0QsH0SpPTnTZcw6YmIHREy5EP3zmdHwo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3720,7 +3720,7 @@ "hash": "/2HhezhhRHibwB8a10JygzMgI+pEVxsQCvIU/btEXMQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3732,7 +3732,7 @@ "hash": "gQoSdbAzGdt2P3FL5Qq8OCc9bPAAnfqZoAXE3c8UORQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3744,7 +3744,7 @@ "hash": "2/am3YKn8nkV1qgMs/cqBJGUb30hIdbpcTpPN9lrUmc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3756,7 +3756,7 @@ "hash": "DSjIDEKfnwtz2FjRJajwiNWOVtpP4rgU9n+zZiSoU7o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3768,7 +3768,7 @@ "hash": "fCaI8JxOJ8Ycavms4jEefl4wxl4DCK0jQEPiZC0wOic=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3780,7 +3780,7 @@ "hash": "ObEw4h/Ff4K7wIoJM1xVCqWdtemRwntpMwNrzg2g91c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3792,7 +3792,7 @@ "hash": "Brg2hVfO+Paq1tRa1A57953P/+lnF3ZJpJb8Gsa66iU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3804,7 +3804,7 @@ "hash": "bzVkPVWvB8oRO0tXI7zMal4VPL4GKMEV2vKj/eCPJTI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3816,7 +3816,7 @@ "hash": "YVHLB31AAvxlDsOY0uxhMBYV4cSWRp+sLRuvRbheiik=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3828,7 +3828,7 @@ "hash": "2IoLMCWQk0SeMEmmSIkEBRJunRPVRbFSzwiBDt2rEzI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3840,7 +3840,7 @@ "hash": "WdFJPuvYTfY0GrERWKbT3eWUFStSyLYAtO1zGtR4aoQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3852,7 +3852,7 @@ "hash": "2jPZp/ACCDmKrucevPeMohgKcQ7yEpvMmO2eumUM63g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3864,7 +3864,7 @@ "hash": "jTKIxEl6Z/r4C3h2VGF6C03/wMsI3AMLh9O5P1L05Rs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3876,7 +3876,7 @@ "hash": "cqNuDeFmjfaBoKveUFkIUHoE4MSyYoDpezfvLz1lJ7s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3888,7 +3888,7 @@ "hash": "z0vbflagm5OBLBYA+KTLF6LI9Q2HV7TWHpWJr2Pg6jo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3912,7 +3912,7 @@ "hash": "BbU/XBprPyS1GLhIXSOlMiqwAxM6nm9PV02V+1PJg4w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3924,7 +3924,7 @@ "hash": "gO9naHwNDBmzeyGDt2OyovJcpyORahACpm0eKP5ZgFs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3936,7 +3936,7 @@ "hash": "0gnZPA30Wzy41jJ0cnUhAQ9DvaK9puaaxdhQZ3IDLOk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3948,7 +3948,7 @@ "hash": "oHOSNH5+nABW1HmlY3u12015Kb9e35SGxKAsQ8bAbEo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3960,7 +3960,7 @@ "hash": "4/k1E4XLL8fjzGu7G4xns1hEUDlmKc0/WvaXsrDjP+Y=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3972,7 +3972,7 @@ "hash": "atYycBVMvs58oIlyfLUSUY3xuz4ocQ7FFk0Wn6AaEM8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3984,7 +3984,7 @@ "hash": "V/kVqZEoRC5Aefxi1romrEct+4movOYfpWBNM9M0m4k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3996,7 +3996,7 @@ "hash": "eh+g7KJJbg2b70452qrUq5HsjX7/+9IZJsC/Asmosvo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4008,7 +4008,7 @@ "hash": "G82X+aRXPUZAVSdFEeTfR4LXndYSUO1m5yvJJPl8PyA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4020,7 +4020,7 @@ "hash": "cu+CqaItp/CF/D954JHlyZs8VffLCTn8lYtP2Q+jRn4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4032,7 +4032,7 @@ "hash": "waP9szICA2x5z0NMXr8csBLvYV5iZ49taU2bciMecj4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4044,7 +4044,7 @@ "hash": "S8i6qh7KKdmnlQJTPtkMIEJjRyKyhA45hA1C5WlQxsw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4056,7 +4056,7 @@ "hash": "ly62KOUJ77cJvxVmDfpfFgFycCUiDVlYRwF4YbMcfLk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4068,7 +4068,7 @@ "hash": "CZsecYHh2z1xd6TnpSdf0lKKLDithnIIcBHgSrcJrLw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4080,7 +4080,7 @@ "hash": "Hg9gjr3OafFzWU9pCZMDWf3S3UvBu8PvcW5gLXUKgIM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4092,7 +4092,7 @@ "hash": "vK4BQqi1+t++uE+sBuRcBPHVtOHBaWMz5Ic2ScrTrjs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4104,7 +4104,7 @@ "hash": "/ZDTg5HGMd85jPYCC9l870OL3bl5zV6vH5G+yfsjKcg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4116,7 +4116,7 @@ "hash": "P6cRBOjVDWAL8sYZO+cj9NbjBrA0Fu3OYU70x2Sj8nc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4128,7 +4128,7 @@ "hash": "AGuxg79HxyP7m5sY1lM5Otr4EZ2+95CyxHzaF9cwAm8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4140,7 +4140,7 @@ "hash": "FIeULe4nVQjnjqoecGt+FH695oTkaa6qjH4WMQEut7c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4152,7 +4152,7 @@ "hash": "uvjM9Bu5Ppjkb67FEATQuEZOUB7SpmfUXY03yvrG2r4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4164,7 +4164,7 @@ "hash": "Vf6UlxcQlhSVXkmSl7XCq3zweJnRfnaXgPKL6DZM43I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4176,7 +4176,7 @@ "hash": "Iyv3hGdu3bLRHWlg34tk1wsoQhI9Uq7PE4H+NhFG2kU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4188,7 +4188,7 @@ "hash": "vdpXnMLm8CSgGKkaWUEpQmwFLviDMeyHas1cHUADf98=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4200,7 +4200,7 @@ "hash": "GmF1JJrwLj733Vw7+M8WIeYRLX2YT9S+zeJT2KC3MQ0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4212,7 +4212,7 @@ "hash": "WLEX4brxtCebQBsuZ6MJQQ/DYjdDYhlzQ4hR+iVFW7c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4224,7 +4224,7 @@ "hash": "UssTafCL1+66MdMPPalkhm8d78g0/0FJnzw4NV+xapE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4236,7 +4236,7 @@ "hash": "FBBlym9427bUuHV67Wvqkt7HkyryKm2DKsAafdovRak=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4248,7 +4248,7 @@ "hash": "imv4mf67fOcsA0gTFIp1qpO8bBg0rfNcxyAePhbJmU8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4260,7 +4260,7 @@ "hash": "mpeBE2A+XhIXLehE+07T0gD1z0KHPOa+1musbmQOQDw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4272,7 +4272,7 @@ "hash": "P2aChbKcBTHHULMbU6C5Apc2h++fquLly9oRST/lhm4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4284,7 +4284,7 @@ "hash": "pvZJBLhLoNbRQ33YysQnsZpeZQutW+pNsKporbtDSiM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4296,7 +4296,7 @@ "hash": "4AKboHQPedsVh4uHTe6zzim7gpYg3HQZfWMYXKK731g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4308,7 +4308,7 @@ "hash": "yJHTELSoGU1tgmO/9wRoV4s1JcRB66fSAJZLrVvx5dk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4320,7 +4320,7 @@ "hash": "ThwpOSOd/rmmvRwB2j8exAXBRGViQcH8fMHpFbYsQl0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4332,7 +4332,7 @@ "hash": "MiMOfL3vQnKkB+BYj3Ob27ngMquvm8n2TSsNJdJg+UA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4344,7 +4344,7 @@ "hash": "XPiLlJeipFWbXWc8EtjpfLiP2+A+BYuxyJ4I71a9gl0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4356,7 +4356,7 @@ "hash": "ZTACWMr9Fna94lsdbP9lhgYoeyeUWav+QpBkzXeLBZ8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4368,7 +4368,7 @@ "hash": "947gzCLEeC4AoWgBmdftmcYHkWqkvzx5OH0hCsQZQhE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4380,7 +4380,7 @@ "hash": "OgxNNlvDaC/xcf4zJNWHvvb8zyENh8Xn2KhCkyw5cO8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4392,7 +4392,7 @@ "hash": "pOvwYTZE+iXK/q898+waBeyWkrlsJahk62tPWPefvMo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4404,7 +4404,7 @@ "hash": "6/mgUKND7zUp7tz2Wqtv+TaOI84ijwW4qoq6JwuY+MI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4416,7 +4416,7 @@ "hash": "i/1qy5gXkOonFmgjlzxkYVAh1q6dZOnZG7WwGa/YyDM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4428,7 +4428,7 @@ "hash": "A4O5eksQVMOAn0bf+5IvV0hZ5SeIjwGFmNni6DQX76g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4440,7 +4440,7 @@ "hash": "091buSPwj4WW+a2BW8vI/Xw5YmmVWSw9GZOiU9dSQ0A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4452,7 +4452,7 @@ "hash": "GlLsbOTfAmo8HU5B6/r2cpnITzOSTplEICf7TpFcK5k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4464,7 +4464,7 @@ "hash": "e8vZ0YBoczieADHbMvvncqy1jsdJ+nWG/QvPDRibFBE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4476,7 +4476,7 @@ "hash": "r0OgAvR2dgkV6vbLa5T8DBa4FBUp1DD7eQRinE54Tck=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4488,7 +4488,7 @@ "hash": "qJ1QrnVkSRnIuH3HXzHu9u++NxqSHaCCVG+Sh+Gqlc0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4500,7 +4500,7 @@ "hash": "ZKsLe/qgKoPrPNQYr1Mp82QmJhnnzEz6hRlRecjCpCQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4512,7 +4512,7 @@ "hash": "zEyQIb6nOV/wbl5H6RxoNv+vGS3Z5zrQY+Pqf/UxVvY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4524,7 +4524,7 @@ "hash": "D1GdC7vImY6NvV4b20nimLLZ6RR13JKJy+BMhF9gAjQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4536,7 +4536,7 @@ "hash": "ItJIeZ7z8jQiPoK4+ouGA9AbhZQdthaJR+4rkh8zNtQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4548,7 +4548,7 @@ "hash": "qEmmCIwZqMVrHoA78cna3ibu0S199ehyd4xSSI70bME=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4560,7 +4560,7 @@ "hash": "Q6Iu/xbF18343QNG9uGFG/HJVQTDyaZo7cMkCE3akv4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4572,7 +4572,7 @@ "hash": "PHpAQsgc4ZbMe6NG3A0Fr6jhaUG2EtgM+BDjEy4jVp8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4584,7 +4584,7 @@ "hash": "zZW5RN8TksaH65SFTiT6Ml4WZ+Pmyd8HuG905Kyf5xA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4596,7 +4596,7 @@ "hash": "o6d4DATi4AABLpBUqMzblSX4P+U4cn95R5xBUTYrB4M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4608,7 +4608,7 @@ "hash": "AmYaHJA+G42SERPERUWTZFWTpX/7FS2WI3YJHxM1uxw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4620,7 +4620,7 @@ "hash": "TDzLpqnpjEbCS1HmdhD6q01OeCgZxPktdrgiBam/Zfg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4632,7 +4632,7 @@ "hash": "eYuz7hOuhFEDEDTlmwTAjKLJzP2bkBLWMhzrivhJ1rE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4644,7 +4644,7 @@ "hash": "nZ3sLip6i2j1utjNEzoNiEX3E6fE84Nb0PMognrj20I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4656,7 +4656,7 @@ "hash": "3Y2LS5Q1CUFECd6MRiCPA4gg8WmcMcjkGNPsphVfYxk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4668,7 +4668,7 @@ "hash": "ntPQbLPXOT3tBYIPeR3MtGu1WRa+xR74YbO1pHc1Xhg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4680,7 +4680,7 @@ "hash": "KWDG1VHDkBd0I2WyVQ/UhnDnTGRg5X5l5LGyte1MEqA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4692,7 +4692,7 @@ "hash": "RYQb7buTJLHgRbMJRCBfmP7SaZqUp5sL9TraZD7yKMc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4704,7 +4704,7 @@ "hash": "uqkvd2bQAt9H5T5JnLWxywxdt1v7Wi3GFPZOEzTxuQI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4716,7 +4716,7 @@ "hash": "dfEj+em6evCUD5vqdpZbqGfyTfaujDpkBUqq1nxBNCI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4728,7 +4728,7 @@ "hash": "08ysZ3D0HgmPTrb1nnT3Z9KVE8U55/EQ/zJDhiHaxFI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4740,7 +4740,7 @@ "hash": "g2Nt6m5J0L0CvBvfqwzlBI42bMcnVVewQSlP/PilBVI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4752,7 +4752,7 @@ "hash": "xKJ3mR/5OKBC3W4tlVM7Qz7HzDJ4C+jexBrTl7ayJWY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4764,7 +4764,7 @@ "hash": "6SsI4kyV9wtViRJ77IZF83Zqo96E9O8Ytw6vNJbghRU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4776,7 +4776,7 @@ "hash": "0kIrZe57RwS3TilBmkxv9P2jIKTk8RwjShLKzBbg/jo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4788,7 +4788,7 @@ "hash": "GIJ2FzpKD8coRjx/s6ak880hY5cnLKmeZF5W0/B/zeE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4800,7 +4800,7 @@ "hash": "hh+EcpeGvH+SBysh573Y9F2CTQJIM0Q4dodnGc8XZ9o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4812,7 +4812,7 @@ "hash": "6dimoJwLW37YQecGq7zVElPO+NguF/QwGMBBtINNLaA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4824,7 +4824,7 @@ "hash": "cLtkVpsX9NHJGXYW/5qCuKTrTP61m42wy7mQifBef9M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4836,7 +4836,7 @@ "hash": "GI/trQJBDV3UhVMUgtHQBawP/aULMBax3WmAxQY+fIk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4848,7 +4848,7 @@ "hash": "xQfVuqUgeV3iChxREMuSlhJr7RB5UeBD1Zg5zN9USug=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4863,6 +4863,18 @@ "is_incremental": false, "version": "" }, + { + "type": "Conceptual", + "source_relative_path": "articles/accessibility.md", + "output": { + ".html": { + "relative_path": "articles/accessibility.html", + "hash": "dgqEqDijl7Cz6ZXDxnSTTP3cJhX22o5nx5etwLnxjj8=" + } + }, + "is_incremental": false, + "version": "" + }, { "type": "Conceptual", "source_relative_path": "articles/appsettings-java.md", @@ -5025,7 +5037,7 @@ "output": { ".html": { "relative_path": "articles/toc.html", - "hash": "WEdap/1li5ju+o4eqi0Mc7ev3sq3bWDjy0ZVaKWwKSI=" + "hash": "WfsF/p57DqCkAOXTJEgICfWIokWUV4TXCq7kdrryCBo=" } }, "is_incremental": false, @@ -6732,7 +6744,7 @@ "hash": "tIOLc/9Eb5ZJWpza0i1BppQxPKnVnvpMxN4ZgnjQ6cY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6756,7 +6768,7 @@ "hash": "3QR1Bfqdl5r3nGM6SyzcP9ivox0L4HhNzwcKV11P7H4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6768,7 +6780,7 @@ "hash": "NtGGIz8I4H/wI0MnrK11lIIU0rU3WL6o3cgMjqQKYIA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6780,7 +6792,7 @@ "hash": "yrQ+gzuRCCX9w9ZAqv+m0nVhHklurZ+7lZzXcwyecJ8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6792,7 +6804,7 @@ "hash": "9al6v77tVB2xuIZ/ds/EmcIy6SXflDdgnrY1ewAjylY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6804,7 +6816,7 @@ "hash": "0ayPVSBA5jlgVBYnt8wgEHZGhXzL5Nb3agcmULvcT/o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6816,7 +6828,7 @@ "hash": "oEResVqq6Ayhfy5+/NKkJoTM7QTce6Iu8T3ZbKC8XHo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6825,7 +6837,7 @@ "output": { ".html": { "relative_path": "tutorials/gherkin-cs.html", - "hash": "Jsr8vOs1MgEtt/PcBWnR+YTVUJNuJF4t1U7NWvNCI8k=" + "hash": "CveZi57GTbEI+q1/6YVrv7T2deiW6T+hoSdFGq8/dxc=" } }, "is_incremental": false, @@ -6840,7 +6852,7 @@ "hash": "33K1Hjzjh77HqO4XMPOR8E4uO/J3KKnDj5iyWvG6rfI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6852,7 +6864,7 @@ "hash": "fcc+PAK5O0F7x+I1Mwldvrj0QYflhhdiwBemLEUG6hU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6864,7 +6876,7 @@ "hash": "rHFvh2g0rrv8GIRW6LWfIV5uLsNGDZfsA47XYxljwHs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6876,7 +6888,7 @@ "hash": "g7qEI7Q9ah0/9dsW3cfoUYqJAXGFw5tOxeaQc4v0Y/k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6888,7 +6900,7 @@ "hash": "338bQBQabkEI0kQdyD0Xo1/6zttE/Nk2VYJqDta8mto=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6900,7 +6912,7 @@ "hash": "hcoGXwo0cpgvEY3HbMkwx+aRjeFjWCtQi+QOaLz5ML4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6912,7 +6924,7 @@ "hash": "GsygGjqN6cizhmfmfKHFJeadyOWynMMHiZKBPFkpwwE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6924,7 +6936,7 @@ "hash": "pXp/c8ot5scWnM7zZFQogGBsN8U7iOrjWI099tN94ok=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6936,7 +6948,7 @@ "hash": "wPfvzeK0s378T4jX9dD1M4urK3iBZtm0G1Im9r/ha54=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6948,7 +6960,7 @@ "hash": "qOdbMyvbz+Lp+8qvgSR+dh+nlcNB1w1gJR3OPlF1yos=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6960,7 +6972,7 @@ "hash": "61JPfHe5+6qxDTreLQOs8EDD4xA857ZjwS3CbeAqB9o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6972,7 +6984,7 @@ "hash": "DMpMPkwl6+PN/c0hgx7GmUoQpdX5lLq2I/vPLLd+P+Y=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6999,7 +7011,7 @@ "hash": "DhwUEgj3zpUHTcEhkmLX+I9H4/HhOacCRsVG0CkTf5g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7011,32 +7023,30 @@ "hash": "xvyFn5n8EK7hepEl2MG8hyyuYrncosx1t0lf7sEJ+RM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" } ], "incremental_info": [ { "status": { - "can_incremental": false, - "details": "Disable incremental build by force rebuild option.", + "can_incremental": true, "incrementalPhase": "build", "total_file_count": 0, - "skipped_file_count": 0, - "full_build_reason_code": "ForceRebuild" + "skipped_file_count": 0 }, "processors": { "ConceptualDocumentProcessor": { - "can_incremental": false, + "can_incremental": true, "incrementalPhase": "build", - "total_file_count": 38, - "skipped_file_count": 0 + "total_file_count": 39, + "skipped_file_count": 37 }, "ManagedReferenceDocumentProcessor": { - "can_incremental": false, + "can_incremental": true, "incrementalPhase": "build", "total_file_count": 407, - "skipped_file_count": 0 + "skipped_file_count": 407 }, "ResourceDocumentProcessor": { "can_incremental": false, @@ -7056,8 +7066,8 @@ }, { "status": { - "can_incremental": false, - "details": "Cannot support incremental post processing, the reason is: it's disabled.", + "can_incremental": true, + "details": "Can support incremental post processing.", "incrementalPhase": "postProcessing", "total_file_count": 0, "skipped_file_count": 0 diff --git a/docs/tutorials/gherkin-cs.html b/docs/tutorials/gherkin-cs.html index 651134b..81c3cda 100644 --- a/docs/tutorials/gherkin-cs.html +++ b/docs/tutorials/gherkin-cs.html @@ -136,8 +136,10 @@

    Step 5: Implementation

    // Licensed under the MIT license. See LICENSE file in the project root for full license information. // Modified By: YUAN Huaxing, at: 2022-8-2 14:33 using AxaFrance.WebEngine.Web; +using Newtonsoft.Json; using NUnit.Framework; using OpenQA.Selenium; +using System.Xml; namespace Samples.Gherkin.StepDefinitions { @@ -170,6 +172,14 @@

    Step 5: Implementation

    pageModel.SelectLanguage.SelectByText(language); pageModel.RadioChooseToBuy.CheckByValue(drink); pageModel.NextButton.Click(); + + // read a json data from the file data.json + string json = File.ReadAllText("data.json"); + + + + // transforme json to xml + XmlDocument doc = JsonConvert.DeserializeXmlNode(json, "root"); } [Then(@"I got '([^']*)'")] diff --git a/src/AxaFrance.AxeExtended.HtmlReport/OverallReportBuilder.cs b/src/AxaFrance.AxeExtended.HtmlReport/OverallReportBuilder.cs index 5b1408b..6f8001d 100644 --- a/src/AxaFrance.AxeExtended.HtmlReport/OverallReportBuilder.cs +++ b/src/AxaFrance.AxeExtended.HtmlReport/OverallReportBuilder.cs @@ -139,12 +139,12 @@ public string Export(string fileName = null) //Add tags ruleResults.AppendLine($""); - var rgaaTags = options.AdditionalTags?.GetTagsByRule(ruleId); - if (rgaaTags != null) + var additionalTags = options.AdditionalTags?.GetTagsByRule(ruleId); + if (additionalTags != null) { - foreach (var tag in rgaaTags) + foreach (var tag in additionalTags) { - ruleResults.AppendLine($"RGAA {tag}"); + ruleResults.AppendLine($"{tag}"); } } ruleResults.AppendLine($""); diff --git a/src/AxaFrance.AxeExtended.HtmlReport/PageReportBuilder.cs b/src/AxaFrance.AxeExtended.HtmlReport/PageReportBuilder.cs index a9db5bb..cb0722e 100644 --- a/src/AxaFrance.AxeExtended.HtmlReport/PageReportBuilder.cs +++ b/src/AxaFrance.AxeExtended.HtmlReport/PageReportBuilder.cs @@ -251,10 +251,10 @@ private string GenerateRuleSection(AxeResultEnhancedItem[] items, string path) ); } string tags = string.Join(" ", item.Item.Tags.Select(x => $"
    {x}
    ")); - var rgaaTags = Options.AdditionalTags?.GetTagsByRule(item.Item.Id); - if (rgaaTags != null) + var additinalTags = Options.AdditionalTags?.GetTagsByRule(item.Item.Id); + if (additinalTags != null) { - tags += string.Join(" ", rgaaTags.Select(x => $"
    RGAA {x}
    ")); + tags += string.Join(" ", additinalTags.Select(x => $"
    {x}
    ")); } overall.Append( template.Replace("{{RuleId}}", item.Item.Id) diff --git a/src/AxaFrance.AxeExtended.HtmlReport/RgaaTagsProvider.cs b/src/AxaFrance.AxeExtended.HtmlReport/RgaaTagsProvider.cs index af02a62..64239d2 100644 --- a/src/AxaFrance.AxeExtended.HtmlReport/RgaaTagsProvider.cs +++ b/src/AxaFrance.AxeExtended.HtmlReport/RgaaTagsProvider.cs @@ -16,61 +16,61 @@ internal class RgaaTagsProvider : AdditionalTagsProvider private static Dictionary> Mapping { get; } = new Dictionary>() { - {"area-alt", new string[] {"1.1.2"}}, - {"aria-hidden-focus", new string[] {"10.8.1"}}, - {"aria-input-field-name", new string[] {"11.1.1"}}, - {"blink", new string[] {"10.1.1"}}, - {"button-name", new string[] {"11.9.1", "11.1.1", "11.2.6"}}, - {"color-contrast", new string[] {"3.2.1", "3.2.2", "3.2.3", "3.2.4"}}, - {"definition-list", new string[] {"9.3.3"}}, - {"dlitem", new string[] {"9.3.3"}}, - {"document-title", new string[] {"8.5.1"}}, - {"frame-title-unique", new string[] {"2.1.1"}}, - {"frame-title", new string[] {"2.2.1"}}, - {"html-has-lang", new string[] {"8.3.1"}}, - {"html-lang-valid", new string[] {"8.3.1", "8.4.1"}}, - {"html-xml-lang-mismatch", new string[] {"8.7.1", "8.8.1"}}, - {"image-alt", new string[] {"1.1.1"}}, - {"input-button-name", new string[] {"11.9.1", "11.9.2"}}, - {"input-image-alt", new string[] {"1.1.3"}}, - {"label", new string[] {"11.1.1", "11.1.2"}}, - {"link-in-text-block", new string[] {"10.6.1"}}, - {"link-name", new string[] {"6.1.1"}}, - {"list", new string[] {"9.3.1", "9.3.2"}}, - {"listitem", new string[] {"9.3.1", "9.3.2"}}, - {"marquee", new string[] {"10.1.1"}}, - {"meta-refresh", new string[] {"13.3.1"}}, - {"no-autoplay-audio", new string[] {"4.10.1"}}, - {"object-alt", new string[] {"1.1.6"}}, - {"role-img-alt", new string[] {"1.1.1"}}, - {"select-name", new string[] {"11.1.1", "11.1.2"}}, - {"svg-img-alt", new string[] {"1.1.5"}}, - {"td-headers-attr", new string[] {"5.6.1", "5.6.2", "5.7.1"}}, - {"th-has-data-cells", new string[] {"5.7.2"}}, - {"valid-lang", new string[] {"8.3.1", "8.4.1", "8.8.1"}}, - {"video-caption", new string[] {"4.1.2", "4.1.3"}}, - {"autocomplete-valid", new string[] {"11.13.1"}}, - {"empty-heading", new string[] {"9.1.2"}}, - {"heading-order", new string[] {"9.1.1", "9.1.3"}}, - {"landmark-banner-is-top-level", new string[] {"9.2.1"}}, - {"landmark-complementary-is-top-level", new string[] {"9.2.1"}}, - {"landmark-contentinfo-is-top-level", new string[] {"9.2.1"}}, - {"landmark-main-is-top-level", new string[] {"9.2.1"}}, - {"landmark-no-duplicate-banner", new string[] {"9.2.1"}}, - {"landmark-no-duplicate-contentinfo", new string[] {"9.2.1"}}, - {"landmark-no-duplicate-main", new string[] {"9.2.1"}}, - {"landmark-one-main", new string[] {"9.2.1"}}, - {"landmark-unique", new string[] {"9.2.1"}}, - {"meta-viewport-large", new string[] {"13.9.1"}}, - {"region", new string[] {"9.2.1"}}, - {"scope-attr-valid", new string[] {"5.7.2"}}, - {"tabindex", new string[] {"12.8.1"}}, - {"table-duplicate-name", new string[] {"15.2.1"}}, - {"meta-refresh-no-exceptions", new string[] {"13.1.2"}}, - {"css-orientation-lock", new string[] {"13.9.1"}}, - {"hidden-content", new string[] {"10.8.1"}}, - {"label-content-name-mismatch", new string[] {"11.2.3", "11.2.4"}}, - {"table-fake-caption", new string[] {"5.1.1"}}, + {"area-alt", new string[] {"RGAA 1.1.2"}}, + {"aria-hidden-focus", new string[] {"RGAA 10.8.1"}}, + {"aria-input-field-name", new string[] {"RGAA 11.1.1"}}, + {"blink", new string[] {"RGAA 10.1.1"}}, + {"button-name", new string[] { "RGAA 11.9.1", "RGAA 11.1.1", "RGAA 11.2.6"}}, + {"color-contrast", new string[] { "RGAA 3.2.1", "RGAA 3.2.2", "RGAA 3.2.3", "RGAA 3.2.4"}}, + {"definition-list", new string[] {"RGAA 9.3.3"}}, + {"dlitem", new string[] {"RGAA 9.3.3"}}, + {"document-title", new string[] {"RGAA 8.5.1"}}, + {"frame-title-unique", new string[] {"RGAA 2.1.1"}}, + {"frame-title", new string[] {"RGAA 2.2.1"}}, + {"html-has-lang", new string[] {"RGAA 8.3.1"}}, + {"html-lang-valid", new string[] { "RGAA 8.3.1", "RGAA 8.4.1"}}, + {"html-xml-lang-mismatch", new string[] { "RGAA 8.7.1", "RGAA 8.8.1"}}, + {"image-alt", new string[] {"RGAA 1.1.1"}}, + {"input-button-name", new string[] { "RGAA 11.9.1", "RGAA 11.9.2"}}, + {"input-image-alt", new string[] {"RGAA 1.1.3"}}, + {"label", new string[] { "RGAA 11.1.1", "RGAA 11.1.2"}}, + {"link-in-text-block", new string[] {"RGAA 10.6.1"}}, + {"link-name", new string[] {"RGAA 6.1.1"}}, + {"list", new string[] { "RGAA 9.3.1", "RGAA 9.3.2"}}, + {"listitem", new string[] { "RGAA 9.3.1", "RGAA 9.3.2"}}, + {"marquee", new string[] {"RGAA 10.1.1"}}, + {"meta-refresh", new string[] {"RGAA 13.3.1"}}, + {"no-autoplay-audio", new string[] {"RGAA 4.10.1"}}, + {"object-alt", new string[] {"RGAA 1.1.6"}}, + {"role-img-alt", new string[] {"RGAA 1.1.1"}}, + {"select-name", new string[] { "RGAA 11.1.1", "RGAA 11.1.2"}}, + {"svg-img-alt", new string[] {"RGAA 1.1.5"}}, + {"td-headers-attr", new string[] { "RGAA 5.6.1", "RGAA 5.6.2", "RGAA 5.7.1"}}, + {"th-has-data-cells", new string[] {"RGAA 5.7.2"}}, + {"valid-lang", new string[] { "RGAA 8.3.1", "RGAA 8.4.1", "RGAA 8.8.1"}}, + {"video-caption", new string[] { "RGAA 4.1.2", "RGAA 4.1.3"}}, + {"autocomplete-valid", new string[] {"RGAA 11.13.1"}}, + {"empty-heading", new string[] {"RGAA 9.1.2"}}, + {"heading-order", new string[] { "RGAA 9.1.1", "RGAA 9.1.3"}}, + {"landmark-banner-is-top-level", new string[] {"RGAA 9.2.1"}}, + {"landmark-complementary-is-top-level", new string[] {"RGAA 9.2.1"}}, + {"landmark-contentinfo-is-top-level", new string[] {"RGAA 9.2.1"}}, + {"landmark-main-is-top-level", new string[] {"RGAA 9.2.1" }}, + {"landmark-no-duplicate-banner", new string[] {"RGAA 9.2.1" }}, + {"landmark-no-duplicate-contentinfo", new string[] {"RGAA 9.2.1" }}, + {"landmark-no-duplicate-main", new string[] {"RGAA 9.2.1" }}, + {"landmark-one-main", new string[] {"RGAA 9.2.1" }}, + {"landmark-unique", new string[] {"RGAA 9.2.1" }}, + {"meta-viewport-large", new string[] {"RGAA 13.9.1"}}, + {"region", new string[] {"RGAA 9.2.1" }}, + {"scope-attr-valid", new string[] {"RGAA 5.7.2"}}, + {"tabindex", new string[] {"RGAA 12.8.1"}}, + {"table-duplicate-name", new string[] {"RGAA 15.2.1"}}, + {"meta-refresh-no-exceptions", new string[] {"RGAA 13.1.2"}}, + {"css-orientation-lock", new string[] {"RGAA 13.9.1"}}, + {"hidden-content", new string[] {"RGAA 10.8.1"}}, + {"label-content-name-mismatch", new string[] { "RGAA 11.2.3", "RGAA 11.2.4"}}, + {"table-fake-caption", new string[] {"RGAA 5.1.1"}}, }; public override IEnumerable GetTagsByRule(string ruleId) diff --git a/src/AxaFrance.WebEngine.Doc/articles/accessibility.md b/src/AxaFrance.WebEngine.Doc/articles/accessibility.md new file mode 100644 index 0000000..444aebd --- /dev/null +++ b/src/AxaFrance.WebEngine.Doc/articles/accessibility.md @@ -0,0 +1,83 @@ +# Accessibility testing with WebEngine +In the latested WebEngine Framework, we have integrated accessibility testing features to help you ensure your applications are accessible to all users. The Framework uses the Axe-core library to perform accessibility tests on your applications and provide you with a overall and detailed report of the issues found. + +You can run accessibility tests on two different levels: +- **Page Level**: This level will run the accessibility tests on the current page. +- **User Journey Level**: This level will run the accessibility test on the entire user journey and shows you a overall test report. + +## Prerequisites +Having WebEngine version 1.2 and above, working on Windows and MacOS. + +## Run accessibility tests +### Run accessibility test on a single page +To run accessibility tests on a single page, you can use the following code snippet: +```csharp +// Create a new instance of webdriver using Selenium +using var driver = BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform.Windows, BrowserType.ChromiumEdge); + +// Navigate to the page you want to test +driver.Navigate().GoToUrl("https://www.axa.fr"); + +// Do your orginal functional tests here +var filename = new PageReportBuilder() + .WithSelenium(driver) + .Build() + .Export(); + +// filename will contain the path to the generated report +``` +In resume, what you need to do create a new instance of `PageReportBuilder`, pass the Selenium driver to it, and call the Build method to generate the report. + +### Scan options +If you want to customize the scan options, you can use the following code snippet: +```csharp +var filename = new PageReportBuilder() + .WithOptions(new PageReportOptions() + { + HighlightColor = Color.Green, + HighlightThickness = 5, + ScoringMode = ScoringMode.Weighted, + Tags = PageReportOptions.WcagAATags, + ScreenshotIncomplete = true, + UseAdvancedScreenshot = true, + }) + .WithSelenium(driver).Build().Export(); +``` +The above code snippet will run the accessibility tests with the following options: +- **HighlightColor**: When using advanced screenshot, the identified element will be highlighred with Green color. +- **HighlightThickness**: The thickness of the highlight, 5 pixels. +- **ScoringMode**: Weighted or NonWeighted. +- **UseAdvancedScreenshot**: When active, the screenshot will be fullscreen with identified elements highlighted. Otherwise, the screenshot will be taken only on the element itself. it's easier to locate elements with Advanced screenshot, but it will be slower and uses more disk space. +- **Tags**: the tags identifies the rules to use. In above example, we are scanning agating WCAG AA rules only. + +To know more about the options, please refer to . + +### Run accessibility test on a user journey +To run accessibility tests on a user journey, you will need to use `OverallReportBuilder` instead of `PageReportBuilder`. +Here is an example: +```csharp +using var driver = BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform.Windows, BrowserType.ChromiumEdge)) +var defaultOptions = new PageReportOptions() +{ + Title = "AXA.FR", + OutputFormat = OutputFormat.Zip +}; +var builder = new OverallReportBuilder().WithDefaultOptions(defaultOptions); + +//Analyze first page +driver.Navigate().GoToUrl("https://www.axa.fr/"); +builder.WithSelenium(driver, "Main Page").Build(); + +//Analyze second page +driver.Navigate().GoToUrl("https://www.axa.fr/pro.html"); +builder.WithSelenium(driver, "Pro").Build(); + +//Analyze third page +driver.Navigate().GoToUrl("https://www.axa.fr/pro/services-assistance.html"); +builder.WithSelenium(driver, "Assistance").Build(); + +string report = builder.Build().Export(); +``` +Observing the above code snippet, you can see that we are using `OverallReportBuilder` to generate the report using a default options which will be applied to all pages. Then, we are navigating to different pages and calling the `WithSelenium` method to pass the driver, on each individual page. + +Finally, we are calling the `Build` method to analyze and generate report and `Export` method to get the path to the generated report. As provided in the options, the report will be generated in a zip format. \ No newline at end of file diff --git a/src/AxaFrance.WebEngine.Doc/articles/toc.yml b/src/AxaFrance.WebEngine.Doc/articles/toc.yml index b8f69d6..7d9e52c 100644 --- a/src/AxaFrance.WebEngine.Doc/articles/toc.yml +++ b/src/AxaFrance.WebEngine.Doc/articles/toc.yml @@ -8,6 +8,8 @@ href: webengine-web.md - name: Test Mobile Application href: webengine-app.md +- name: Web Accessibility Testing + href: accessibility.md - name: WebEngine Add-in for Excel href: excel-addin.md items: diff --git a/src/WebEngine.Test/UnitTests/Accessibility.cs b/src/WebEngine.Test/UnitTests/Accessibility.cs index e74c1d0..d11c960 100644 --- a/src/WebEngine.Test/UnitTests/Accessibility.cs +++ b/src/WebEngine.Test/UnitTests/Accessibility.cs @@ -1,4 +1,7 @@ -using AxaFrance.WebEngine.Web; +using AxaFrance.AxeExtended.HtmlReport; +using AxaFrance.AxeExtended.Selenium; +using AxaFrance.WebEngine; +using AxaFrance.WebEngine.Web; using Microsoft.VisualStudio.TestTools.UnitTesting; using OpenQA.Selenium; using System; @@ -18,9 +21,130 @@ namespace WebEngine.Test.UnitTests { [TestClass] - [TestCategory("Mobile")] public class AccessibilityUnitTest { + [TestMethod] + public void AuditAndExportHtml() + { + //Execute mon test automatisé + using (var driver = BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform.Windows, BrowserType.ChromiumEdge)) + { + driver.Navigate().GoToUrl("https://www.axa.fr"); + try + { + driver.FindElement(By.Id("footer_tc_privacy_button")).Click(); + } + catch { } + + var sw = Stopwatch.StartNew(); + + //Effectuer une analyse d'accessibilité + var filename = new PageReportBuilder() + .WithSelenium(driver).Build().Export(); + Debug.WriteLine($"Report generated in {sw.Elapsed.TotalSeconds} seconds"); + Process.Start(new ProcessStartInfo(filename) { UseShellExecute = true }); + } + } + + [TestMethod] + public void AuditWithOptionsAndExportHtml() + { + //Execute mon test automatisé + using (var driver = BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform.Windows, BrowserType.ChromiumEdge)) + { + driver.Navigate().GoToUrl("https://www.axa.fr"); + try + { + driver.FindElement(By.Id("footer_tc_privacy_button")).Click(); + } + catch { } + + var sw = Stopwatch.StartNew(); + + //Effectuer une analyse d'accessibilité + var filename = new PageReportBuilder() + .WithOptions(new PageReportOptions() + { + HighlightColor = Color.Green, + HighlightThickness = 5, + ScoringMode = ScoringMode.Weighted, + Tags = PageReportOptions.WcagAATags, + ScreenshotIncomplete = true, + UseAdvancedScreenshot = true, + }) + .WithSelenium(driver).Build().Export(); + Debug.WriteLine($"Report generated in {sw.Elapsed.TotalSeconds} seconds"); + Process.Start(new ProcessStartInfo(filename) { UseShellExecute = true }); + } + } + + [TestMethod] + public void AuditWithRGAAAndExportHtml() + { + //Execute mon test automatisé + using var driver = BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform.Windows, BrowserType.ChromiumEdge); + driver.Navigate().GoToUrl("https://www.axa.fr"); + try + { + driver.FindElement(By.Id("footer_tc_privacy_button")).Click(); + } + catch { } + + var sw = Stopwatch.StartNew(); + + var filename = new PageReportBuilder() + .WithRgaaExtension() + .WithSelenium(driver).Build().Export(); + Debug.WriteLine($"Report generated in {sw.Elapsed.TotalSeconds} seconds"); + // Process.Start(new ProcessStartInfo(filename) { UseShellExecute = true }); + + } + + [TestMethod] + public void UserJourneyTest() + { + using var driver = BrowserFactory.GetDriver(AxaFrance.WebEngine.Platform.Windows, BrowserType.ChromiumEdge)) + var defaultOptions = new PageReportOptions() + { + Title = "AXA.FR", + OutputFormat = OutputFormat.Zip + }; + var builder = new OverallReportBuilder().WithDefaultOptions(defaultOptions); + + //Analyze first page + driver.Navigate().GoToUrl("https://www.axa.fr/"); + try + { + driver.FindElement(By.Id("footer_tc_privacy_button")).Click(); + } + catch { } + builder.WithSelenium(driver, "Main Page").Build(); + + //Analyze second page + driver.Navigate().GoToUrl("https://www.axa.fr/pro.html"); + try + { + driver.FindElement(By.Id("footer_tc_privacy_button")).Click(); + } + catch { } + builder.WithSelenium(driver, "Pro").Build(); + + //Analyze third page + driver.Navigate().GoToUrl("https://www.axa.fr/pro/services-assistance.html"); + builder.WithSelenium(driver, "Assistance").Build(); + + //Demarche Inondation + driver.Navigate().GoToUrl("https://www.axa.fr/assurance-habitation/demarches-inondation.html"); + builder.WithSelenium(driver, "Inondation").Build(); + + driver.Navigate().GoToUrl("https://www.axa.fr/pro/devis-assurance-professionnelle.html"); + builder.WithSelenium(driver, "Devis Pro").Build(); + + driver.Navigate().GoToUrl("https://www.axa.fr/compte-bancaire.html"); + builder.WithSelenium(driver, "Compte Bancaire").Build(); + + string report = builder.Build().Export(); + } } }