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.