Skip to content

Commit 1667a50

Browse files
authored
Removed add-extension from roadmap as it’s included in v1.0.0A6
1 parent 37af9c1 commit 1667a50

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

sections/roadmap.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,7 @@ For more complex scenarios, you'll be able to add multiple cookies using a JSON
7070
add-cookies {"name": "value", "name2": "value2"}
7171
```
7272

73-
74-
### 4. Add an Extension
75-
For situations that require external extensions, this command would allow the user to add a given extension to their active browser instance.
76-
```
77-
add-extension "path/to/firefox_extension.xpi"
78-
add-extension "path/to/chrome_extension.crx"
79-
```
80-
81-
### 5. Set Property
73+
### 4. Set Property
8274
This command will allow you to dynamically change properties of HTML elements.
8375
```
8476
set-element-property "selector" "property" "value"

0 commit comments

Comments
 (0)