From 803866666f109c1f55538a1a77aa82c7353e8a49 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 13 Jun 2022 12:40:14 +0200 Subject: Update changelog --- doc/changelog.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index b4b270492..f75f3faa9 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -59,6 +59,11 @@ Changed `true`) and `access-paste` (additionally allows pasting content, needed for websites like Photopea or GitHub Codespaces). - The default `hints.selectors` now also match the `treeitem` ARIA roles. +- The `:click-element` command now can also click elements based on its ID + (`id`), a CSS selector (`css`), a position (`position`), or click the + currently focused element (`focused`). +- The `:click-element` command now can select the first found element via + `--select-first`. Fixed ~~~~~ -- cgit v1.2.3-54-g00ecf