Re: [wtr-general] Re: click on html element

2010-08-24 Thread Željko Filipin
On Wed, Aug 18, 2010 at 1:23 PM, TCBlues tcbl...@gmail.com wrote:
 So it is not possible to access using something like
 brow.element(:id,xxx) or brow.object(:id,xxx) or something
 similar.

It is:

http://wiki.openqa.org/display/WTR/XPath

Željko
--
watir.com - community manager
watirpodcast.com - host
testingpodcast.com - audio podcasts on software testing. all of them
vidipodkast.com - pričamo o hardveru, softveru i časopisu Vidi

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com


[wtr-general] Re: click on html element

2010-08-18 Thread TCBlues
So it is not possible to access using something like
brow.element(:id,xxx) or brow.object(:id,xxx) or something
similar.
The only way is to know before hand what kind of tag we'll be
accessing.

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com


[wtr-general] Re: click on html element

2010-08-17 Thread TCBlues
the html I need to access has no ids or names:
table... tdA/tdtdB/td/table
and also sometimes I need to click on words without any tag:
html...body...div.../divtable.../table
The text I want to click
/body/html
On 17 ago, 12:27, TCBlues tcbl...@gmail.com wrote:
 Hi, I need to click on an html element using watir and firewatir, for
 example:
 tdA/td
 Since this is not a button or a link... how can I do it?

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com


[wtr-general] Re: click on html element

2010-08-17 Thread TCBlues
is it possible to click any element using an id... something like
ie.element(:id,myid).click

On 17 ago, 12:45, TCBlues tcbl...@gmail.com wrote:
 the html I need to access has no ids or names:
 table... tdA/tdtdB/td/table
 and also sometimes I need to click on words without any tag:
 html...body...div.../divtable.../table
 The text I want to click
 /body/html
 On 17 ago, 12:27, TCBlues tcbl...@gmail.com wrote:



  Hi, I need to click on an html element using watir and firewatir, for
  example:
  tdA/td
  Since this is not a button or a link... how can I do it?

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com