Skip to content

Commit 5601fe6

Browse files
authored
Merge pull request #73 from FlaUI/more-badges
Add CodeQL, MIT license and PRs welcome badges
2 parents 3d887bd + 96c018b commit 5601fe6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# FlaUI.WebDriver
22

33
[![build](https://github.com/FlaUI/FlaUI.WebDriver/actions/workflows/build.yml/badge.svg)](https://github.com/FlaUI/FlaUI.WebDriver/actions/workflows/build.yml)
4+
[![CodeQL](https://github.com/FlaUI/FlaUI.WebDriver/actions/workflows/codeql.yml/badge.svg)](https://github.com/FlaUI/FlaUI.WebDriver/actions/workflows/codeql.yml)
5+
![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)
6+
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen)
47

58
FlaUI.WebDriver is a [W3C WebDriver2](https://www.w3.org/TR/webdriver2/) implementation using FlaUI's automation. It currently only supports UIA3.
69

@@ -242,7 +245,7 @@ There is an interpretation to use the WebDriver specification to drive native au
242245
243246
### Deviations from W3C WebDriver Spec
244247

245-
https://www.w3.org/TR/webdriver2/#element-send-keys says:
248+
<https://www.w3.org/TR/webdriver2/#element-send-keys> says:
246249
247250
> Set the text insertion caret using set selection range using current text length for both the start and end parameters.
248251

0 commit comments

Comments
 (0)