How to Uncheck Turn on feed reading view icheckbutton in IE browser using selenium
32 views
Skip to first unread message
Pavan Prasad
unread,
Mar 3, 2014, 11:09:15 AM3/3/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to seleniu...@googlegroups.com
I want to access rss url in IE browser using selenium.
I need to uncheck button Tools>>Internet options>>content>>Feeds and webslies settings>> inside i need to uncheck turn on feed button using selenium. please any one help me to resolve ths issue or give any alternate to see rss in xml format in ie browser using selenium
Saravanan Ravi
unread,
Mar 4, 2014, 11:00:21 AM3/4/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to seleniu...@googlegroups.com
Hi Pavan,
Selenium is a package you are using in the program to do interaction with the Browser page. I would suggest you to use AutoIT or VBscript to handle this. Try to modify the System Registary values of IE browser through VBScript will resolve this issue.