Forum Discussion
Can you screenshot your object browser in TC after the new window opens? My suspicion is that it's a new process object with a different index so, when you call the "close" method, you need to make sure you're indicating the proper process.
- Gabriela9 years agoNew Contributor
Thank you for the quick reply, tristaanogre! See my attached screenshot below.
- Gabriela9 years agoNew Contributor
Thank you for the quick reply, tristaanogre! See my attached screenshot below.
- tristaanogre9 years agoEsteemed Contributor
OK... something is a little odd there. You're using an "&&" call between two find calls that will return an object and then you are using an "Exists" property off the object. That just seems a little off to me. Shouldn't you just have the first half of that and drop the "IE.Find" part? Otherwise, I'm not entirely sure what sort of object you're getting back as "&&" is a boolean operator.