Skip to content

Commit b04f0cb

Browse files
Alternate method that supports special chars (e.g. emojis) (#128)
* alternate method that supports special chars (e.g. emojis) * changelogs * replacing send_keys_with_special_chars with special_characters parameter in send_keys * Update CHANGELOG.md --------- Co-authored-by: Stephan Lensky <8302875+stephanlensky@users.noreply.github.com>
1 parent fad53c2 commit b04f0cb

File tree

4 files changed

+483
-461
lines changed

4 files changed

+483
-461
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111

12+
- Add an optional `special_characters` flag to `Element.send_keys` to support sending special characters (e.g. emojis) @nathanfallet
13+
1214
### Added
1315

1416
### Changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ requires-python = ">=3.10"
2020
dependencies = [
2121
"asyncio-atexit>=1.0.1",
2222
"deprecated>=1.2.14",
23+
"grapheme>=0.6.0",
2324
"mss>=9.0.2",
2425
"websockets>=14.0",
2526
]

0 commit comments

Comments
 (0)