From 338277ce1093dccd6a33c0e12f64e90dab9e2dfb Mon Sep 17 00:00:00 2001 From: aristotelos Date: Thu, 29 Aug 2024 08:37:09 +0200 Subject: [PATCH 1/3] Add more badges to the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6caaaab..e4c4450 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # FlaUI.WebDriver [![build](https://github.com/FlaUI/FlaUI.WebDriver/actions/workflows/build.yml/badge.svg)](https://github.com/FlaUI/FlaUI.WebDriver/actions/workflows/build.yml) +[![CodeQL](https://github.com/FlaUI/FlaUI.WebDriver/actions/workflows/codeql.yml/badge.svg)](https://github.com/FlaUI/FlaUI.WebDriver/actions/workflows/codeql.yml) +![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg) +![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen) FlaUI.WebDriver is a [W3C WebDriver2](https://www.w3.org/TR/webdriver2/) implementation using FlaUI's automation. It currently only supports UIA3. From 96c018b442b785a595852e7437a4cc0698c0eef0 Mon Sep 17 00:00:00 2001 From: aristotelos Date: Thu, 29 Aug 2024 08:37:38 +0200 Subject: [PATCH 2/3] Fix a README warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4c4450..1ed8ba5 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ There is an interpretation to use the WebDriver specification to drive native au ### Deviations from W3C WebDriver Spec -https://www.w3.org/TR/webdriver2/#element-send-keys says: + says: > Set the text insertion caret using set selection range using current text length for both the start and end parameters. From 3678eb5d6363841c7cbb7a354130ee65c67fd8d3 Mon Sep 17 00:00:00 2001 From: aristotelos Date: Mon, 26 Aug 2024 08:51:44 +0200 Subject: [PATCH 3/3] Update to .NET 8 --- .github/workflows/build.yml | 2 +- src/FlaUI.WebDriver.UITests/FlaUI.WebDriver.UITests.csproj | 2 +- src/FlaUI.WebDriver/FlaUI.WebDriver.csproj | 2 +- src/TestApplications/WpfApplication/WpfApplication.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c197635..34b8b57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore diff --git a/src/FlaUI.WebDriver.UITests/FlaUI.WebDriver.UITests.csproj b/src/FlaUI.WebDriver.UITests/FlaUI.WebDriver.UITests.csproj index 3ac7a98..6aaa253 100644 --- a/src/FlaUI.WebDriver.UITests/FlaUI.WebDriver.UITests.csproj +++ b/src/FlaUI.WebDriver.UITests/FlaUI.WebDriver.UITests.csproj @@ -1,7 +1,7 @@  - net6.0-windows + net8.0-windows false preview diff --git a/src/FlaUI.WebDriver/FlaUI.WebDriver.csproj b/src/FlaUI.WebDriver/FlaUI.WebDriver.csproj index 2a841ff..349e8a9 100644 --- a/src/FlaUI.WebDriver/FlaUI.WebDriver.csproj +++ b/src/FlaUI.WebDriver/FlaUI.WebDriver.csproj @@ -1,7 +1,7 @@  - net6.0-windows + net8.0-windows enable enable preview diff --git a/src/TestApplications/WpfApplication/WpfApplication.csproj b/src/TestApplications/WpfApplication/WpfApplication.csproj index 631b69d..d055674 100644 --- a/src/TestApplications/WpfApplication/WpfApplication.csproj +++ b/src/TestApplications/WpfApplication/WpfApplication.csproj @@ -2,7 +2,7 @@ WinExe - net6.0-windows + net8.0-windows disable enable true pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy