Skip to content

Commit 6405617

Browse files
authored
Update package references to use Selenium 4.7.0 (#222)
1 parent b015ccf commit 6405617

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Aquality.Selenium/src/Aquality.Selenium/Aquality.Selenium.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
</ItemGroup>
7777

7878
<ItemGroup>
79-
<PackageReference Include="Aquality.Selenium.Core" Version="2.0.4" />
80-
<PackageReference Include="WebDriverManager" Version="2.15.0" />
79+
<PackageReference Include="Aquality.Selenium.Core" Version="2.1.0" />
80+
<PackageReference Include="WebDriverManager" Version="2.16.2" />
8181
</ItemGroup>
8282

8383
</Project>

Aquality.Selenium/tests/Aquality.Selenium.Tests/Aquality.Selenium.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030

3131
<ItemGroup>
3232
<PackageReference Include="nunit" Version="3.13.3" />
33-
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1">
33+
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1">
3434
<PrivateAssets>all</PrivateAssets>
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3636
</PackageReference>
37-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
37+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
3838
</ItemGroup>
3939

4040
<ItemGroup>

Aquality.Selenium/tests/Aquality.Selenium.Tests/Integration/DevToolsEmulationTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ public void Should_BePossibleTo_SetAndClearDeviceMetricsOverride_WithVersionSpec
5858
{
5959
void setAction(long width, long height, bool isMobile, double scaleFactor)
6060
{
61-
var parameters = new OpenQA.Selenium.DevTools.V104.Emulation.SetDeviceMetricsOverrideCommandSettings
61+
var parameters = new OpenQA.Selenium.DevTools.V108.Emulation.SetDeviceMetricsOverrideCommandSettings
6262
{
63-
DisplayFeature = new OpenQA.Selenium.DevTools.V104.Emulation.DisplayFeature
63+
DisplayFeature = new OpenQA.Selenium.DevTools.V108.Emulation.DisplayFeature
6464
{
65-
Orientation = OpenQA.Selenium.DevTools.V104.Emulation.DisplayFeatureOrientationValues.Horizontal
65+
Orientation = OpenQA.Selenium.DevTools.V108.Emulation.DisplayFeatureOrientationValues.Horizontal
6666
},
6767
Width = width,
6868
Height = height,

0 commit comments

Comments
 (0)