selenium - Copy xml being displayed in web browser and save as .xml -


i'm having requirement have open url in browser show .xml file in response (in browser) , have save file in local directory extension .xml have tried action class perform ctrl + save neither error nor output coming. tried action class showing vh_ctrl cannot resolved.

any input appreciated.

if use java, can try package java.awt.robot send ctrl+s keys.

for selenium actions class should not support that.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -