Search found 10 matches

by samantha.chin
Tue Jan 19, 2016 7:53 am
Forum: How To …
Topic: How to add solution to SVN?
Replies: 5
Views: 3203

Re: How to add solution to SVN?

Found out the issue is because of older SVN version 1.7.6. So, upgraded with SNV 1.9.3 and it's worked fine!
by samantha.chin
Wed Jan 13, 2016 2:20 am
Forum: Automation Tools
Topic: Not able to browse with Edge
Replies: 3
Views: 2258

Re: Not able to browse with Edge

Hi,

I tried to run again today and it show success but edge browser is not launch at all.
Edge version 25.10586.00
EdgeHTML version 13.10586
Windows 10 Pro
by samantha.chin
Tue Jan 12, 2016 4:32 am
Forum: Automation Tools
Topic: Not able to browse with Edge
Replies: 3
Views: 2258

Not able to browse with Edge

As attached, somehow I am not able to automate to browse website using edge at all. I'm using version 5.4.4.26486 and was working last time (a weeks ago). Please assist.
by samantha.chin
Fri Jan 08, 2016 8:35 am
Forum: How To …
Topic: How to add solution to SVN?
Replies: 5
Views: 3203

Re: How to add solution to SVN?

Ok sent email for further help. Thanks
by samantha.chin
Tue Jan 05, 2016 7:10 am
Forum: How To …
Topic: How to add solution to SVN?
Replies: 5
Views: 3203

Re: How to add solution to SVN?

Hi Support Team,

I am using Windows 10 Pro and Ranorex 5.4.4.264.86. I'm sure the SVN url is correct as I am able to login to the SVN and select a folder but after select, it prompt the error. I can manually add files into the folder using TortoiseSVN.
by samantha.chin
Wed Dec 30, 2015 9:36 am
Forum: How To …
Topic: How to add solution to SVN?
Replies: 5
Views: 3203

How to add solution to SVN?

Hi, I tried to add Ranorex solution to SVN source control from Ranorex Studio 1) Right click Solution by select Source Control > Add Solution to Source Control 2) Select Subversion 3) Enter SVN url 4) Enter username and password for the SVN. Note : TortoiseSVN repo-browser loaded 5) Select the folde...
by samantha.chin
Wed Dec 30, 2015 2:27 am
Forum: Object Identification and Technologies
Topic: Spy not able to detect javascript alert button in FireFox
Replies: 3
Views: 2865

Re: Spy not able to detect javascript alert button in FireFox

Hi Johannes,

Thanks and it worked! Appreciate your guidance.
by samantha.chin
Tue Dec 29, 2015 10:02 am
Forum: Object Identification and Technologies
Topic: Spy not able to detect javascript alert button in FireFox
Replies: 3
Views: 2865

Spy not able to detect javascript alert button in FireFox

Hi, I have a difficulties in finding element OK button on Alert in Firefox. I tried shift+Lwin but cannot work and am new on this. Please assist. Thanks. Eg. 1) Go to google and find "w3schools javascript alert example" (P/S: Not able to post the sample URL in this forum) 2) Select the first link "J...
by samantha.chin
Tue Dec 29, 2015 2:09 am
Forum: Automation Tools
Topic: How to close Edge browser or a tab?
Replies: 3
Views: 5340

Re: How to close Edge browser or a tab?

It's worked! Thank you.
by samantha.chin
Mon Dec 28, 2015 10:23 am
Forum: Automation Tools
Topic: How to close Edge browser or a tab?
Replies: 3
Views: 5340

How to close Edge browser or a tab?

Hi, I wrote a piece of code that will find a specific URL and close the browser/tab before proceed to next steps. Eg as below : public void CloseAlBrowsers() { IList<Ranorex.WebDocument> AllDoms = Host.Local.FindChildren<Ranorex.WebDocument>(); foreach (WebDocument myDom in AllDoms) { //Report.Log(R...