codeforequity-at / botium-core

The Selenium for Chatbots - Bots Testing Bots
https://www.botium.ai
MIT License
229 stars 64 forks source link

WebdriverIO Supported Capabilities Documentation #189

Closed chrisgomez closed 5 years ago

chrisgomez commented 5 years ago

Is there documentation for WebdriverIO supported capability usage? For capabilities such as those ending with 'ELEMENT' it appears that the acceptable value is the locator but for many of the others, there doesn't seem to be any supplied docs.

codeforequity-at commented 5 years ago

The documentation is incomplete, that's in our backlog. It will be available very soon in the repository Readme (https://github.com/codeforequity-at/botium-connector-webdriverio).

Until then, from the samples I think you can get a good overview what's possible and what isn't. For every aspect it is possible to define locators (css and xpath), JS functions, JS modules - the connector tries to provide maximum flexibility for all possible situation, within a framework which does most of the hard work in a reasonable way.

chrisgomez commented 5 years ago

Ah, gotcha. Yeah, I can piece enough of it together with the sample projects to get started. Thanks for replying, I'll keep a eye out for updated docs.

codeforequity-at commented 5 years ago

Will close for now. Feel free to post questions on Stackoverflow or register feature requests / bug reports here.