On Mon, Oct 10, 2005, Mike Williams wrote:
> 
> I like it too. A lot.  I think "Document" vs "RPC" is the best
> distinction I've heard so far.
>
> "RPC" communicates the concept that the "driving" script sends
> commands to the browser, and receives results.  This bugs me slightly
> though, as it's not actually implemented that way: in reality, it's
> the browser that "calls" the driver, asking for the next command.  How
> about "Conversational", rather than RPC?  Just a thought.

Another option might be "Server" mode.  Regardless of who calls whom,
the browser is definitely acting as a server.  Also, the driver
initiates the initial connection, right?  So the browser is doing a
callback on the driver.  We could call it "Callback" mode.  ;-)
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

"If you think it's expensive to hire a professional to do the job, wait
until you hire an amateur."  --Red Adair
_______________________________________________
Selenium-devel mailing list
Selenium-devel@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel

Reply via email to