Hi, >From looking at tab_proxy.cc, there is a way to load the browser with a specified URL:
TabProxy::NavigateToURL(const GURL& url); But Is there anyway to do a form submission to the browser (Http post with form submission data)? If there is no existing API for that purpose, how can I write my own routine to achieve that? I have looked at chrome/test/automation/automation_messages_internal.h, I don't see which message can be used for form submission. Thank you for any help. --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
