1

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?

lanwen
  • 2,251
  • 1
  • 17
  • 30

1 Answers1

1

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.

artkoshelev
  • 872
  • 7
  • 22