We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1459d8c commit 84e755aCopy full SHA for 84e755a
1 file changed
src/robotide/preferences/settings.cfg
@@ -172,6 +172,9 @@ documentation = 'https://marketsquare.github.io/robotframework-requests/doc/Requ
172
[[[SeleniumLibrary]]]
173
command = ['%executable -m pip install -U robotframework-seleniumlibrary']
174
documentation = 'https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html'
175
+[[[SeleniumTestability]]]
176
+documentation = 'https://marketsquare.github.io/robotframework-seleniumtestability/index.html'
177
+command = ['%executable -m pip install -U robotframework-seleniumtestability']
178
[[[SikuliLibrary]]]
179
command = ['%executable -m pip install -U robotframework-sikuliLibrary']
180
documentation = 'https://marketsquare.github.io/robotframework-SikuliLibrary/docs/SikuliLibrary.html'
0 commit comments