Hi,
I need to test the ready state of google chrome browser.I want to know the classname of the browser.
for eg for firefox :/form[@class='MozillaWindowClass'].So what is the similar xpath for chrome?
How to the get the class name of Google Chrome
Re: How to the get the class name of Google Chrome
Hi,
Have you tried to track Chrome window with Ranorex Spy? It should display the information you need.
Have you tried to track Chrome window with Ranorex Spy? It should display the information you need.
Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
Ranorex explorer at Descartes Systems
Please add these details to your questions:
- Ranorex Snapshot. Learn how to create one >here<
- Ranorex xPath of problematic element(s)
- Ranorex version
- OS version
- HW configuration
Re: How to the get the class name of Google Chrome
HI praneet,
Why do you want to get the classname for chrome?
If you want to know whether an instane of chrome broswer has launched and has loaded the required url, you can use
BR
Manish
Why do you want to get the classname for chrome?
If you want to know whether an instane of chrome broswer has launched and has loaded the required url, you can use
/dom[@domain='domain_name' and @browsername='chrome' and @state='complete']
BR
Manish