Search code examples
thucydideshtmlelements

HtmlElements and Thucydides


I want to use HtmlElements with my test-project based on Thucydides framework. It's not clear where to start and how it can be used.

If I use it as in example in main project README, it does not populate elements without additional magic. Is there any examples or start guides?


Solution

  • You can find required magic in htmlelements-thucydides module. Long story short you just need to use BlockPageObject from the package above instead of PageObject provided by Thucydides. Here is a working example as well.