Skip to content

Releases: RedHatQE/widgetastic.core

some table widget related fixes

26 Apr 16:02
15b12fe
Compare
Choose a tag to compare
Merge pull request #150 from bsquizz/fix_thead_rowspan_tables

Ignore thead, tfoot, and colgroup tags when building table tree

0.36

26 Apr 12:11
4764f40
Compare
Choose a tag to compare
Merge pull request #148 from mkoura/zero_indexed_table_fix

[RFR] Fixes zero-indexed table bounds checking

0.35: Merge pull request #149 from bsquizz/table_caption

18 Apr 14:38
421bae7
Compare
Choose a tag to compare
Add caption property and support for ignoring tags when building tree

0.34

12 Apr 17:46
3ffe023
Compare
Choose a tag to compare
Merge pull request #146 from bsquizz/table_changes

[RFR] Add ability to customize how table rows/columns are retrieved

0.33

08 Mar 15:37
79e2306
Compare
Choose a tag to compare

Updates to Table widget handling with rowspan, fix for header locator

0.32.1

25 Jan 21:03
bfc352d
Compare
Choose a tag to compare

Update to the FillStrategy to include a context, so that conditional views which update the widget_names can be filled correctly.

0.32.0

21 Jan 17:34
9a98784
Compare
Choose a tag to compare

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.

0.31.0

17 Dec 13:21
f39a87f
Compare
Choose a tag to compare

Modifications to Browser.wait_for_element that remove the ambiguous 'exception' kwarg, and modify method behavior to be more predictable as a 'wait' type method.

0.30.3

08 Nov 19:22
997ff8c
Compare
Choose a tag to compare
Merge pull request #125 from izapolsk/get_rid_of_increment_in_row

[RFR] make TableRow use index 0 for first row

0.30.2: Merge pull request #124 from mshriver/fix-codechecks

24 Oct 18:33
1e5695b
Compare
Choose a tag to compare
fix codechecks with regex string marker