Releases: RedHatQE/widgetastic.core
Releases · RedHatQE/widgetastic.core
iframe support
0.38 added iframe support
some table widget related fixes
Merge pull request #150 from bsquizz/fix_thead_rowspan_tables Ignore thead, tfoot, and colgroup tags when building table tree
0.36
0.35: Merge pull request #149 from bsquizz/table_caption
Add caption property and support for ignoring tags when building tree
0.34
0.33
0.32.1
0.32.0
Adding FillStrategy enhancement from @izapolsk that allows for more fine-grained control of View.fill
without consumers having to re-implement it.
Includes restoration of the 'exception' kwarg in wait_for_element, with the default behavior of the function unmodified. This is in order to support some implementation styles using this browser plugin method.