diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e06d79d..3786dda 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,7 +13,7 @@ body: attributes: label: react-devtool-cli version description: Output of `rdt --version` - placeholder: 0.1.34 + placeholder: 0.2.0 validations: required: true - type: textarea diff --git a/README.md b/README.md index 0bf384c..4704b0a 100644 --- a/README.md +++ b/README.md @@ -159,13 +159,16 @@ rdt profiler export --session demo --compress - Use built-in `interact` commands before reaching for external Playwright helper scripts. - Current supported actions: - `rdt interact click --session (--selector | --text | --role ) [--nth ] [--strict] [--delivery auto|playwright|dom]` - - `rdt interact type --session --selector --text ` - - `rdt interact press --session --key [--selector ]` + - `rdt interact type --session (--selector | --target-text