I am writing a google chrome extension to auto fill the "Leave feedback" forms on my eBay account.
When I run my extension I am on this site: http://my.ebay.com/ws/....
and the sites that loads in the iframe have this format: http://feedback.ebay.com/ws/....
and when I try to interact with the iFrame, I am unable to.
How, with code examples please, can I gain access to the contents of the iFrame so that i can execute this line
frame.contentDocument.getElementsByClassName('radiopad')[0].getElementsByTagName('input')[0].checked = true;
Please let me know if you need any more info