You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [qacode] fix for issue #305
* [qacode] fix flake
* [qacode] fix docs env for tox
* [qacode] fix CIs
* [qacode] fix appveyor
* [qacode] appveyor, please... i need you
* [qacode] windows, i hate you, sometimes
+ Param **rules** : Allow to add strict_rules configuration to laod StrictRule class for each rule ( example: ``strict_rule = StrictRule('my_named_rule', StrictType.TAG, StrictSeverity.HIGHT)`` )
154
-
155
-
- Methods for **ControlForm**
156
-
157
-
+ method **__load__** : Load properties from settings dict. Some elements need to search False to be search at future
158
-
+ method **__settings_parse__** : Allow to parse settings obtaining from super and applying self instance behaviour
159
-
+ method **__rules_parse__** : Validate rules for each type of StricRule
160
-
+ method **__rules_apply__** : Allow to apply rules using self WebElement
161
-
+ method **__rules_apply_tag__** : Apply Tag based on StictType.TAG enum
162
-
+ method **__check_reload__** : Allow to check before methods calls to ensure if it's neccessary reload element properties
163
-
+ method **reload** : Reload 'self.settings' property:dict and call to instance logic with new configuration
0 commit comments