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
Post a Comment