qentinelqi / qweb

Keyword driven automation for the web
https://github.com/qentinelqi/qweb
Apache License 2.0
39 stars 17 forks source link

ClickCheckbox keyword started failing in new release #158

Closed DeependraNielsen closed 2 months ago

DeependraNielsen commented 2 months ago

Describe the bug ClickCheckbox keyword started failing in new release. Error we are getting FAIL: TypeError: get_checkbox_by_locator() got an unexpected keyword argument 'kwargs'

To Reproduce Steps to reproduce the behavior:

  1. Click and checkbox using ClickCheckbox using nearby string.
  2. Error occurs

** Screenshot Below change seems to be the root cause

image

Expected behavior Checkbox should be checked/unchecked.

tkoukkari commented 2 months ago

hi, that was regression in version 3.3.2 and the change fixes that. Please update to version 3.3.3

tkoukkari commented 2 months ago

Closing this as fix has been available in version 3.3.3.