Reputation: 606
I am trying to emulate the ctrl+S to save the webpage as html
but I can't make it work with Selenium IDE. I tried to look all over SO but there was nothing in particular about this.
I tried the following:
But when I ran the test, the popup did not show to ask me whether I want to save the page.
Am I missing something ?
Thanks in advance.
Upvotes: 0
Views: 694
Reputation: 52
Maybe you can use something like Autoit to click in "Save" button that you can't reach with Selenium?
Upvotes: 1