Forum Discussion
rraghvani
Champion Level 3
3 years agoAlso note, FindElement method returns an object that matches the specified search criteria. If no matching object was found, the method returns an empty value i.e. None in Python. It doesn't raise an exception.
The error is most likely relating to what Kitt has mentioned. You are performing a ClickButton() on buttonCreate object, whose value is null i.e. None in Python.
TC will stop running, if an error occurs. As defined in Project Settings,
Recap,