Yes, actually we discussed a bit in last IRC meeting early this month. The way web driver launches the web browser is somehow different. Also, web driver uses htmlunit under the hood and use the concept of page objects. But seems it does not have the concept of nested UI objects and does not have a clear way to present the web components under testing. It may still locate one element at a time, not like the group locating in Tellurium 0.7.0.
Thanks, Jian On Thu, Jan 28, 2010 at 4:52 AM, dominicm <[email protected]>wrote: > Hi Jain, > > Have you seen or heard of the new Selenium 2.0 alpha version that is > out? > Selenium 2 is essentially a merge of Selenium 1 with webdriver. > > > http://groups.google.com/group/webdriver/browse_thread/thread/ef3897dd08c1ab2e > > > On Jan 27, 1:16 am, Jian Fang <[email protected]> wrote: > > Good question. > > > > Tellurium Engine plays the same role as Selenium Core. In Tellurium > 0.6.0, > > the architecture looks as follows, > > > > Tellurium Core( Object - Locator Mapping ) - Selenium API -> Selenium RC > -> > > Selenium Server -> Selenium Core. > > > > For Tellurium 0.7.0, the architecture becomes > > > > Tellurium Core (UI module parse and command bundling) -> Bundle request > -> > > Selenium RC -> Selenium Server -> Tellurium Engine + Selenium Core. > > > > You may notice, tellurium 0.7.0 uses the bundle request, not any API > > directly. That also means you don't need to extend the Selenium class if > you > > want to add your own methods. > > All commands will be bundled together. > > > > The Tellurium Engine does not totally decouple with Selenium core yet and > > that is why you can switch between them very easy. But hope someday in > the > > future, only Tellurium Engine exists. > > > > For Selenium RC and Selenium Server, we haven't put any effort into it > yet. > > If there is any need, we will replace them as well. But the question is > how > > can we improve them? > > > > Please don't be confused by the trunk Engine project, which actually > build > > the custom Selenium server with Tellurium Engine embedded inside. > > > > Thanks, > > > > Jian > > > > > > > > On Tue, Jan 26, 2010 at 7:53 PM, Cindy Fu <[email protected]> wrote: > > > Hi, > > > > > I saw many posts about Tellurium Engine, but I am not clear what is the > > > role of the > > > Engine and how does it work with Tellurium Core? > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "tellurium-users" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<tellurium-users%[email protected]> > <tellurium-users%2bunsubscr...@googlegroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/tellurium-users?hl=en.- Hide quoted text > - > > > > - Show quoted text - > > -- > You received this message because you are subscribed to the Google Groups > "tellurium-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<tellurium-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tellurium-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "tellurium-users" 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/tellurium-users?hl=en.
