Skip to content

Commit e4f4945

Browse files
authored
Update plugins.md
update example folder path
1 parent de35a8d commit e4f4945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document covers development and usage of Selenium IDE plugins to support be
44

55
## Plugin Development
66

7-
Begin by copying an example plugin folder, e.g. the selenium-ide/packages/side-plugin-example/ to a new folder location, e.g. 'myPlugin' relative to your related SIDE file location. For example, if your .side file is located at /user/me/projects/myTests.side, you can have the below folder setup.
7+
Begin by copying an example plugin folder, e.g. the selenium-ide/packages/side-example-suite/src/plugins to a new folder location, e.g. 'myPlugin' relative to your related SIDE file location. For example, if your .side file is located at /user/me/projects/myTests.side, you can have the below folder setup.
88

99
```
1010
/user/me/projects/myTests.side
@@ -58,4 +58,4 @@ Once the plugin is created, it should be registered with the IDE for your projec
5858
5959
## Plugin usage
6060
61-
Once the plugin is added to a SIDE project, the newly added command will be used when recording, if the plugin impacts the recording process. The plugin command may also be used just as any other standard IDE command in the test editor.
61+
Once the plugin is added to a SIDE project, the newly added command will be used when recording, if the plugin impacts the recording process. The plugin command may also be used just as any other standard IDE command in the test editor.

0 commit comments

Comments
 (0)