axe-selenium-python icon indicating copy to clipboard operation
axe-selenium-python copied to clipboard

Can not set rule disabled via options parameter

Open WallaceChen123 opened this issue 1 year ago • 0 comments

Hi guys,

I am utilizing axe-selenium-python to check our product pages, but I found that I can not set any rule disabled via the options parameter following the axe core guide. options_param = {"rules": {"aria-allowed-attr": {"enabled": "false"}}} results = axe.run(options=options_param) I am not sure whether I made any mistakes or if is there any issue with axe-selenium-python.

WallaceChen123 avatar Dec 05 '22 09:12 WallaceChen123