I'm trying to close the Edge Browser.
Opening it via 'OpenBrowser' works, and the Website can be interacted with and tracked as normal, but if I try to Spy or Track the Browser itself (for instance the close-button in the upper righthand corner) it does not work well (the red frames that show what item was tracked do not appear for most elements). I cannot use CloseApplication, as i do not seem to have an element that works as an input (the Action is completetd without error, but Edge stays open)
Anybody have a solution?
Closing the Edge Browser
Re: Closing the Edge Browser
Hi,
Close Application should work just fine, as long as you assign it with DOM repo element. At least it works for me?
Close Application should work just fine, as long as you assign it with DOM repo element. At least it works for me?
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: Closing the Edge Browser
Hi,
I have similar issues, when directly setting Host.Local.OpenBrowser() and overwrite killExisting to true, edge does not close.
When trying to get doms by using Host.Local.FindChildren<Ranorex.Webdocument>(), Edge would close but opens again. Is this a bug within Ranorex or do I miss anything?
Thanks,
Nate
I have similar issues, when directly setting Host.Local.OpenBrowser() and overwrite killExisting to true, edge does not close.
When trying to get doms by using Host.Local.FindChildren<Ranorex.Webdocument>(), Edge would close but opens again. Is this a bug within Ranorex or do I miss anything?
Thanks,
Nate