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/README.md b/README.md index 6caaaab..1ed8ba5 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. @@ -242,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. 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