Issues related to custom code implementation
Custom code issues are too numerous and varied to cover in a single article. However, these are the basic steps to complete if you suspect your issue is due to the custom code implementation:
- Analyze the Business Process Event log to find the issue stack trace and identify the root cause.
- Check that element locators are correct.
- Check that you're using the correct window to find the element and it's focused.
- Check that all timeouts are configured correctly as described in the Use WebDriver waits guide.
- If the exception stack trace leads to a third-party framework used by the customer, try debugging it using the framework documentation.
Read also: