I have firefox pulling up PDF's with different URL's that are in the title of the page. After my processing is done I need to close the page. In other words gracefully shut down FF. Right now in order to shut it down I am killing the process and that seems to work but causes issues downstream that I don't like doing this.
What I have tried and have not able to get working: I tried to uncheck the title when spying the window. But when I use close window in the object I get an error that it could not connect. I also tried using the URL in window text which I could not get to work.
IT seems to work well when I run in the studio with a set URL defined but that does not solve my problem as I load a queue of pdf's that I need to process.
What are my options is trying to get this to work. Using BP 5.2.
Thanks