Hey everyone,

I'm writing an extension that is used to automate google chrome and I
need to be able to direct my commands to the current window.

I see that there is a way to get the current window, but what would be
the best way to *set* the current window? Would simply establishing a
connection to a tab in a window make that the current window?

It would be something like the following:

C# sends a message with a command to the extension.
Extension routes a command to the current window.
the current window does some stuff with the dom and then returns the
values to the extension
the extension returns the result to C#

--

You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to