nidlees
6 years agoNew Member
Dynamic contentText
Hi everyone! Basically I have these 2 scenarios that I'm trying to run: ✤ Scenario 1: I have to buy a product and select a specific credit card to complete the transaction. ✤ Scenario 2: I ...
- 12 years agoYou can cancel stop on error in the project properties, but your best option is probably the try and catch.
In anycase it will be best if you ensure that the script will not throw exceptions (add verifications etc..).