Skip to content

Commit

Permalink
Merge pull request #73 from FlaUI/more-badges
Browse files Browse the repository at this point in the history
Add CodeQL, MIT license and PRs welcome badges
  • Loading branch information
aristotelos authored Aug 29, 2024
2 parents 3d887bd + 96c018b commit 5601fe6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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:
<https://www.w3.org/TR/webdriver2/#element-send-keys> says:
> Set the text insertion caret using set selection range using current text length for both the start and end parameters.

Expand Down

0 comments on commit 5601fe6

Please sign in to comment.