Skip to content

Commit

Permalink
Support logging of Element property getters +semver: feature (#192)
Browse files Browse the repository at this point in the history
* Support logging of Element property getters.

* Update localized values and enhance/add missing methods to use them.

* Fixed localization resourse files

* Add logging of "loc.browser.ready" to resolve #164 and close #165

* Enhanced logging for CheckBox, RadioButton, ComboBox and TextBox methods and JS actions

* Add logging of Browser's handle alert and wait for loading methods

* Reworked BrowserFactory classes: make Browser {get;} a template method
  • Loading branch information
mialeska authored Jul 2, 2020
1 parent be8dc19 commit 9a83999
Show file tree
Hide file tree
Showing 35 changed files with 1,122 additions and 220 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>Aquality.Selenium.xml</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>

<ItemGroup>
<None Remove="Resources\Localization\be.json" />
<None Remove="Resources\Localization\en.json" />
<None Remove="Resources\Localization\ru.json" />
<None Remove="Resources\settings.json" />
Expand Down Expand Up @@ -59,14 +61,15 @@
<EmbeddedResource Include="Resources\JavaScripts\SetInnerHTML.js" />
<EmbeddedResource Include="Resources\JavaScripts\OpenNewTab.js" />
<EmbeddedResource Include="Resources\JavaScripts\SetValue.js" />
<EmbeddedResource Include="Resources\Localization\be.json" />
<EmbeddedResource Include="Resources\Localization\en.json" />
<EmbeddedResource Include="Resources\Localization\ru.json" />
<EmbeddedResource Include="Resources\settings.json" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Edge.SeleniumTools" Version="3.141.1" />
<PackageReference Include="Aquality.Selenium.Core" Version="1.1.1" />
<PackageReference Include="Aquality.Selenium.Core" Version="1.2.2" />
<PackageReference Include="WebDriverManager" Version="2.9.1" />
</ItemGroup>

Expand Down
Loading

0 comments on commit 9a83999

Please sign in to comment.