Search found 5 matches

by Dinin
Fri Jun 06, 2014 2:21 pm
Forum: Object Identification and Technologies
Topic: Popup window identification - @form to @dom
Replies: 4
Views: 2855

Re: Popup window identification - @form to @dom

Thanks for your answer Robert, I did it.
by Dinin
Mon Jan 20, 2014 5:08 pm
Forum: Automation API
Topic: How to close browser?
Replies: 12
Views: 9556

Re: How to close browser?

Hello, I have now a quick and dirty solution which work in my case ( browser window opened from another browser with CTRL+click a link ). Before this I tried to call the Close method of the WebDocument. Please let me know your experience about this: Form f = null; if (this.windowTestObject.GetType()...
by Dinin
Mon Jan 20, 2014 1:38 pm
Forum: Automation API
Topic: How to close browser?
Replies: 12
Views: 9556

Re: How to close browser?

Hi Alex,

I also met with this problem. If you open a browser window from another browser - try to click any link with press CTRL button - and if it found by RR, the close() method will fail and the workarounds - mentioned here - also won't work.

Thanks

Laszlo
by Dinin
Mon Jan 20, 2014 1:34 pm
Forum: Object Identification and Technologies
Topic: Popup window identification - @form to @dom
Replies: 4
Views: 2855

Re: Popup window identification - @form to @dom

Hi Robert, thanks for your investigation but I need to access dynamically. What I did and working at the moment - I'm not sure how bad solution is - to first query the @form because I have the properties from the testcase which I can use to identify the form object. After I collect all the @dom obje...
by Dinin
Tue Jan 14, 2014 4:52 pm
Forum: Object Identification and Technologies
Topic: Popup window identification - @form to @dom
Replies: 4
Views: 2855

Popup window identification - @form to @dom

Hello guys, I have a problem of which I spent 3 days and no useful solution for it. I'm beginer with RR, sorry for the question if it is too bad or I mix some things. I'm using RR 4.0.5 with .net 4.0 on windows7. Scenario: Open a page which contains links in IE. Press CTRL and click on a link. It op...