Solved
Forum Discussion
Why don't you comment out all lines of code accept for 12 and 13, to test if line 12 works?
And you are calling the following methods before searchForExistingRecord?
DDT.ExcelDriver(...)
DDT.CurrentDriver.DriveMethod()
Based on what you have provided, this is the results of it working by calling search_with_loop(),
EkremMese1
9 months agoContributor
When I comment out all the lines and just left the lines 12 and 13 it works.