Hi all,
How do I go about writting a google chrome extension that fills in a textbox with information and submit it via the "Submit" button next to the textbox. however I only want the extension to do this and not the user. also the information to fill in needs to come in as a parameter when a java application runs/invokes google chrome browser.
Rough steps:
1. java application loads google chrome browser with a certain URL and gives it some text(for the textbox on the webpage)
2. google chrome extension loads when google chrome browser loads
3. google chrome extension fills in textbox with text been given by the Java application
4. google chrome extension clicks on the "Submit" button (or presses the "Enter" key)
Appreciate any help.
Cheers,
B


LinkBack URL
About LinkBacks



Reply With Quote