Search found 4 matches

by tzurielya
Tue May 26, 2015 8:29 am
Forum: Object Identification and Technologies
Topic: get element from web page
Replies: 6
Views: 4991

Re: get element from web page

i try to explain, i open chrome with ranorex and open website. i want to parse this website. i tried to use in HtmlAgilityPack. but because this webpage load with JavaScript i HtmlAgilityPack not being help full for me. so, i search for a way to parse the webpage after is load or in another work to ...
by tzurielya
Mon May 25, 2015 3:27 pm
Forum: Object Identification and Technologies
Topic: get element from web page
Replies: 6
Views: 4991

Re: get element from web page

this all what i have.
IList<Ranorex.WebDocument> webList = Host.Local.Find<Ranorex.WebDocument>("/dom[@domain='test4.wersystem.com']");

from here have i can use this instance and take information from the web page?
by tzurielya
Mon May 25, 2015 3:00 pm
Forum: Object Identification and Technologies
Topic: get element from web page
Replies: 6
Views: 4991

get element from web page

hi,
i am trying to get date form web page.
is there a way in ranorex to get text from the open web using c#?
something like "getelementby..."
??
tnx
by tzurielya
Mon May 18, 2015 3:42 pm
Forum: General Questions
Topic: work with Ranorex in group
Replies: 2
Views: 1303

work with Ranorex in group

hi,
we with evaluation version in ranorex (we already order licenses). we try to work in a shared environment, how we suppose to do that? we work from separates workstations and want to share one database (Test cases, Repository....).
TNX