Search found 4 matches

by SteveO_za
Thu Jun 01, 2017 2:22 pm
Forum: How To …
Topic: chrome.devtools.network
Replies: 3
Views: 2000

Re: chrome.devtools.network

Thanks

I was looking at similiar and was hoping for a simpler solution, I'm not getting it to work :D
Preferably with an example...

I'll keep on trying though
by SteveO_za
Wed May 31, 2017 4:52 pm
Forum: How To …
Topic: chrome.devtools.network
Replies: 3
Views: 2000

chrome.devtools.network

Hi Has anyone used Chrome development tools within Ranorex 7? The scenario is that I load a web page, then once loaded and button pressed, a 'random' event is sent from the server and the page responds accordingly. I would like to see what is in that response packet when it arrives (from the server)...
by SteveO_za
Wed Apr 26, 2017 4:49 pm
Forum: How To …
Topic: Ranorex 7: Equivalent to WebDocument
Replies: 2
Views: 1855

Re: Ranorex 7: Equivalent to WebDocument

I found the issue. Totally my fault, I reference Ranorex from within my Visual Studio project (add reference to the DLL's) I was pulling the wrong DLL's I was using the DLL's from: C:\Program Files (x86)\Ranorex 7.0\RanorexStudio\bin instead of C:\Program Files (x86)\Ranorex 7.0\Bin Of course it all...
by SteveO_za
Tue Apr 25, 2017 5:09 pm
Forum: How To …
Topic: Ranorex 7: Equivalent to WebDocument
Replies: 2
Views: 1855

Ranorex 7: Equivalent to WebDocument

Hi I'm trying to do some basic Java injection. Using an example from a previous post: Host.Local.OpenBrowser("anActualURL", "Chrome", "", false, false); WebDocument webDocument = @"/dom[@domain='anActualURL' and @caption='Test Automation Tools - Ranorex Automation Framework']"; webDocument.ExecuteSc...