The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
madura pradeep <1990dr... @gmail.com>
Date: Tue, 28 Aug 2012 03:25:09 -0700 (PDT)
Local: Tues, Aug 28 2012 6:25 am
Subject: get element using xpath
Is it possible to use MozillaBrowserBot inside the firebug.Because It is use by selenium ide for find element using the xpath.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Jan Honza Odvarko <odva... @gmail.com>
Date: Tue, 28 Aug 2012 03:38:41 -0700 (PDT)
Local: Tues, Aug 28 2012 6:38 am
Subject: Re: get element using xpath
I don't have experience with MozillaBrowserBot (provided by Selenium),
can you provide more details about what you want to do and what
MozillaBrowserBot is supposed to do?
Honza
On Aug 28, 12:25 pm, madura pradeep <1990dr... @gmail.com> wrote:
> Is it possible to use MozillaBrowserBot inside the firebug.Because It is
> use by selenium ide for find element using the xpath.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
madura pradeep <1990dr... @gmail.com>
Date: Tue, 28 Aug 2012 03:46:08 -0700 (PDT)
Local: Tues, Aug 28 2012 6:46 am
Subject: Re: get element using xpath
I have some xpaths.I want to find if objects related to those xpaths are presents or not.I want to do this in my firebug extension.I have tried "doc.evaluate(xpath, doc, null, XPathResult.ANY_TYPE, null);" method.But it didn't work.
On Tuesday, August 28, 2012 3:55:09 PM UTC+5:30, madura pradeep wrote:
> Is it possible to use MozillaBrowserBot inside the firebug.Because It is > use by selenium ide for find element using the xpath.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Jan Honza Odvarko <odva... @gmail.com>
Date: Tue, 28 Aug 2012 03:51:53 -0700 (PDT)
Local: Tues, Aug 28 2012 6:51 am
Subject: Re: get element using xpath
Take a look at how Firebug is using the function
https://github.com/firebug/firebug/blob/master/extension/content/fire...
https://github.com/firebug/firebug/blob/master/extension/content/fire...
It works for Firebug so, it must work for other extensions too.
Honza
On Aug 28, 12:46 pm, madura pradeep <1990dr... @gmail.com> wrote:
> I have some xpaths.I want to find if objects related to those xpaths are
> presents or not.I want to do this in my firebug extension.I have tried
> "doc.evaluate(xpath, doc, null, XPathResult.ANY_TYPE, null);" method.But it
> didn't work.
> On Tuesday, August 28, 2012 3:55:09 PM UTC+5:30, madura pradeep wrote:
> > Is it possible to use MozillaBrowserBot inside the firebug.Because It is
> > use by selenium ide for find element using the xpath.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
madura pradeep <1990dr... @gmail.com>
Date: Tue, 28 Aug 2012 04:56:54 -0700 (PDT)
Local: Tues, Aug 28 2012 7:56 am
Subject: Re: get element using xpath
How to get current open window document for getElementByXpath method?
On Tuesday, August 28, 2012 3:55:09 PM UTC+5:30, madura pradeep wrote:
> Is it possible to use MozillaBrowserBot inside the firebug.Because It is > use by selenium ide for find element using the xpath.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Jan Honza Odvarko <odva... @gmail.com>
Date: Tue, 28 Aug 2012 05:06:53 -0700 (PDT)
Local: Tues, Aug 28 2012 8:06 am
Subject: Re: get element using xpath
context.window.document
The 'context' object is passed to many methods in Firebug so,
you should have simple access to it - depends where exactly
you are in the code.
There is also a global Firebug.currentContext, but you should
avoid using it.
Honza
On Aug 28, 1:56 pm, madura pradeep <1990dr... @gmail.com> wrote:
> How to get current open window document for getElementByXpath method?
> On Tuesday, August 28, 2012 3:55:09 PM UTC+5:30, madura pradeep wrote:
> > Is it possible to use MozillaBrowserBot inside the firebug.Because It is
> > use by selenium ide for find element using the xpath.
You must
Sign in before you can post messages.
You do not have the permission required to post.