clicknium / clicknium-docs

A next-generation GUI automation framework for Web and Desktop Application Testing and Automation.
https://www.clicknium.com
Apache License 2.0
157 stars 15 forks source link

AttributeError: 'NoneType' object has no attribute 'Click' #60

Closed berkaydagdeviren closed 1 year ago

berkaydagdeviren commented 1 year ago

I can make the same object click through locators>actions>click but it gives this error when trying to use tab.find_element(locator.chrome.button_solve_the_challenge).click() Maybe is it because it opens a captcha pop-up and can't see it?

berkaydagdeviren commented 1 year ago

Issue solved by ui(locator.chrome.button_solve_the_challenge).click() (Using ui over tab)