Skip to content

Releases: RedHatQE/widgetastic.core

0.65

05 Nov 14:47
590003f
Compare
Choose a tag to compare

Highlight elements during interaction #208 by @john-dupuy

0.64

29 Sep 07:36
84e9c3b
Compare
Choose a tag to compare
  • OUIA GenericView specifies OUIA id via class attribute #207 by @quarckster

0.63

14 Sep 06:13
76e2b9f
Compare
Choose a tag to compare

0.62

20 Apr 14:13
cf0fe85
Compare
Choose a tag to compare
  • Added type hints in browser.py, log.py, ouia.py (#192, #196, #197)
  • Added workaround for Chrome 89 (#199)
  • Use Chrome workaround for browser.clear() regardless of the browser version (#198)

0.61

16 Nov 07:30
f60bf15
Compare
Choose a tag to compare
  • Changed OUIA API (#191)

0.60

27 Oct 13:57
c895f0a
Compare
Choose a tag to compare
  • Fixed module index page in the docs (#186, #187)
  • Removed Tox (#185)
  • Added copy and paste methods to Browser object (#183)
  • Fixed the issue when automation cannot click on an element due to another overlapping element (#182)
  • Added generic OUIA classes (#177)
  • Visibility optimization (#168)
  • Reset table tree if table element changes (#170)
  • Travis has been replaced GH Actions (#171)
    and other fixes

0.51

07 Nov 13:06
a77e2b9
Compare
Choose a tag to compare

Workaround for Chrome 78 from @quarckster

0.50

06 Nov 20:20
Compare
Choose a tag to compare

Fixed ParametrizedViewRequest.child_widget_accessed calling

Travis changes, testrun in container

basic browser window handling

Declutter exception logging

Thanks @mfalesni, @quarckster, and @digitronik !

0.40

02 Oct 17:15
b717842
Compare
Choose a tag to compare

Dropped support of python 2.7

Handling of shadowDOM in move_to_element

Change exception type and logging level for DoNotReadThisWidget

0.39

04 Jun 13:21
2bca6bf
Compare
Choose a tag to compare
Merge pull request #155 from digitronik/is_enabled

[1LP][RFR] is_enabled property for Checkbox