Forum Discussion
rraghvani
2 years agoChampion Level 3
Also 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,
Related Content
- 3 years ago
- 4 years ago
Recent Discussions
- 14 hours ago