Aminah Nuraini
Aminah Nuraini

Reputation: 19206

Can't close download pop up window in Selenium IDE

I already used command close | handle=${Download} and I made sure the Download window was named correctly. I even echoed the windows number and it is correct. But the close action never works.

Upvotes: -2

Views: 40

Answers (1)

Aminah Nuraini
Aminah Nuraini

Reputation: 19206

It turns out, I have to reselect the window first before closing. It just happen for download windows. I use select window | handle=${Download}

Upvotes: -2

Related Questions