Good evening!
We released Selenide 3.3 with support for collections.
Ajax support for collections
Now collection methods $$
can wait until collection elements get loaded.
It can be useful for collections that are loaded asynchronously with Ajax.
See. https://github.com/codeborne/selenide/issues/277
Added separate timeout for collections
We added two configuration parameters:
collectionsTimeout
(default value 6 seconds)collectionsPollingInterval
(default value 0.2 seconds)
Typically collections are loaded longer than single elements (they contain more than one element). That’s why they need longer timeout.
Upgraded to selenium-java 2.51.0
See selenium 2.51.0 changelog.
News
- Java Advent calendar: http://www.javaadvent.com/2015/12/effective-ui-tests-with-selenide.html
- Post about Selenide http://hanmomhanda.github.io/2016/01/27/Selenide-%EA%BF%80%ED%8C%81/.
- Post about Selenide http://www.devmedia.com.br/api-selenide-desenvolvimento-de-testes-funcionais-em-java/33680.
- https://gist.github.com/mkpythonanywhereblog/947633ba1bf0bc239639
- http://selenide-recipes.blogspot.kr/2015/08/6-waits.html
Let’s communicate!
Now we have new possibilities to discuss new features and old problems of Selenide. You are welcome!
And what’s up with you?
Andrei Solntsev
selenide.org