Skip to main content

All Questions

1 vote
0 answers
1k views

Failed to instantiate page of type class using thucydides with htmlelements

I'm new here :). I'm writing own test framework now using thucydides v. 0.9.203 with htmelements v. 1.9 and chromedriver v. 2.30.0 and have troubles with compatibility between driver and thucydides. ...
Ekaterina  Muraveva's user avatar
0 votes
0 answers
177 views

List of block, annotated by FindAll, searched many elements of first item

There is block, where BaseBlock inherits from HtmlElement @FindBy(css = "article.item") public class FlatCatalogItem extends BaseBlock<FlatCatalogItem> {} There is other block, that include ...
Артемий Окулов's user avatar
1 vote
1 answer
146 views

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 ...
lanwen's user avatar
  • 2,279