Re: [wtr-general] how cucumber finds html ids - via DOM or by parsing html code ?

2013-02-12 Thread A Ragavan
Thanks Zeljko. On Sat, Feb 9, 2013 at 12:25 PM, Željko Filipin zeljko.fili...@gmail.comwrote: On Fri, Feb 8, 2013 at 10:32 AM, Ragavan Ambighananthan eelam.raga...@gmail.com wrote: Basically i would like to understand if there is any performance difference between the two ways of finding

Re: [wtr-general] how cucumber finds html ids - via DOM or by parsing html code ?

2013-02-08 Thread Ragavan Ambighananthan
apologize my mistake, i know cucumber is more of a regular expression engine. I should have said watir-classic/watir-webdriver. Same question, but for watir : how does it finds the html ids, is it by parsing the html code or looking at the DOM structure ? I read

[wtr-general] how cucumber finds html ids - via DOM or by parsing html code ?

2013-02-07 Thread Ragavan Ambighananthan
Hi We are using cucumber/ruby as the primary automation framework. I would like to understand from performance perspective how cucumber finds an html id when we interact with them via automation. via DOM or by parsing HTML ids, i think its latter , I would like to understand the main reason

Re: [wtr-general] how cucumber finds html ids - via DOM or by parsing html code ?

2013-02-07 Thread Željko Filipin
On Thu, Feb 7, 2013 at 11:22 AM, Ragavan Ambighananthan eelam.raga...@gmail.com wrote: I would like to understand from performance perspective how cucumber finds an html id when we interact with them via automation. Cucumber does not know anything about the browser. Watir drives the browser.