Is there anyway by which I can automate the following steps in Selenium-rc
- open a page
- click on bookmarklet in browser toolbar
- fill up data in the form loaded into the page by said bookmarklet.
If the bookmarklet is not accessible as it is part of the browser/bookmark toolbar, is there a way in which I can inject the javascript into the page and have it execute?