Skip to content

Commit 5f1bc72

Browse files
committed
Resolve #47 - and document the fix
1 parent 43893b6 commit 5f1bc72

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ init:
44
- cmd: git config --global core.autocrlf true
55
before_build:
66
- dotnet tool update -g docfx
7+
# I need to install ChromeDriver from Chcolatey because the preinstalled ChromeDriver is
8+
# not compatible with the Chrome browser version installed by the Visual Studio 2022 image
9+
# This originally caused tests to fail and also to hang, which caused issue #47.
710
- choco install chromedriver
811
- cmd: PATH=C:\ProgramData\chocolatey\lib\chromedriver\tools\chromedriver-win32;%PATH%
9-
- cmd: dir C:\ProgramData\chocolatey\lib\chromedriver\tools\chromedriver-win32
1012
build_script:
1113
- dotnet build
1214
- docfx CSF.Extensions.WebDriver.Docs\docfx.json

CSF.Extensions.WebDriver.Tests/Factories/WebDriverFromOptionsFactoryTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Reflection;
2-
using OpenQA.Selenium;
31
using OpenQA.Selenium.Chrome;
42

53
namespace CSF.Extensions.WebDriver.Factories;

0 commit comments

Comments
 (0)