Push button getting error button could not be pushed and exception has been thrown by target of an invocation however in application it clicks the yes button for Log off pop up still in logs it shows error , highlight button works perfect
Thank you so much for this library but anyone has faces this issue and how was it resolved
Running in debug shows error client.py and init.py of this keyword
Hello,
It seems like the error might be caused by an unhandled exception within the client.py or init.py files while invoking the button action. Ensure these steps:
Check if the button’s action handler is implemented and callable without runtime errors.
Validate that the button is correctly identified and targeted in the code.
Debug the client.py and init.py files to pinpoint the exception root cause.
Ensure proper try-except blocks are implemented around invocation logic.
If others have faced this issue, they might suggest specific fixes based on the library version or environment!