Skip to content

Commit

Permalink
docs: closing #3803
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 2, 2024
1 parent 3c4d758 commit 569a400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/sitespeed.io/scripting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ export default async function (context, commands) {
Scroll the page by the specified lines. Only supported by Firefox.

### Add text
You can add text to input elements. The element needs to visible.
You can add text to input elements. The element needs to visible. You can also send pressable keys as Unicode PUA([PrivateUser Area](https://en.wikipedia.org/wiki/Private_Use_Areas)) format.

#### addText.byId(text, id)
Add the *text* to the element with the *id*. If the id is not found the command will throw an error.
Expand Down

0 comments on commit 569a400

Please sign in to comment.