Search found 38 matches

by zoework
Thu Jul 16, 2015 2:40 pm
Forum: Bug Reports
Topic: Instant Recording freezes the mouse
Replies: 6
Views: 2322

Re: Instant Recording freezes the mouse

Johannes,
My problem is solved. I had the Snipping Tool open and as soon as I closed it, I was able to record properly.
Not sure why you need my OS details, but I'm using the Windows 7, .NET 4.5 and Ranorex Studio 5.4
Regards,
Zoe
by zoework
Wed Jul 15, 2015 2:03 pm
Forum: Bug Reports
Topic: Instant Recording freezes the mouse
Replies: 6
Views: 2322

Re: Instant Recording freezes the mouse

It is entirely possible that the Windows Snipping Tool is the culprit. I closed it and am now able to do instant recording.
Thank you,
Zoe
by zoework
Tue Jul 14, 2015 9:30 pm
Forum: Bug Reports
Topic: 5.4 Recording broken
Replies: 2
Views: 1716

5.4 Recording broken

I did a web recording and all mouse clicks and keyboard entries are recorded as Down and Up instead of Click or input characters.
I've attached a snapshot.
by zoework
Tue Jul 14, 2015 8:57 pm
Forum: Bug Reports
Topic: Instant Recording freezes the mouse
Replies: 6
Views: 2322

Instant Recording freezes the mouse

I use a Ranorex script to navigate to a certain point in my application and would then like to create a new script by recording from that point onwards. However, as soon as I click Record->Instant Recording, the mouse pointer does not move anymore. The little red dot moves a little. I have to press ...
by zoework
Wed Jul 01, 2015 3:24 pm
Forum: General Questions
Topic: Verification fails with Actual = Expected
Replies: 3
Views: 1933

Re: Verification fails with Actual = Expected

Thanks everybody. I'm now using AttributeContains instead of AttributeEquals and it works fine.
by zoework
Mon Jun 29, 2015 7:40 pm
Forum: General Questions
Topic: Verification fails with Actual = Expected
Replies: 3
Views: 1933

Verification fails with Actual = Expected

The following error message shows the Actual and Expected results, but they look the same to me: Attribute 'InnerText' of element for item 'Phoenix_OrdersRepository.TradeKingLIVE.Content.Alerts' does not match the specified value (actual='Alerts ', expected='Alerts '). Any ideas on what is going wro...
by zoework
Mon Jun 08, 2015 6:33 pm
Forum: General Questions
Topic: Clicking on item after changing ChildIndex value
Replies: 7
Views: 1431

Re: Clicking on item after changing ChildIndex value

Thank you for this Bassem. I changed the code to assign the variables correctly as strings so that they can be used in the repository. However, it looks like I still have to do it right before each of the individual questions. It doesn't work when I assign it at the beginning of the test. Just an FY...
by zoework
Fri Jun 05, 2015 7:51 pm
Forum: General Questions
Topic: Clicking on item after changing ChildIndex value
Replies: 7
Views: 1431

Re: Clicking on item after changing ChildIndex value

I am setting all variables at the beginning of the script. Let me change that to do it before each click. I tried to attach the snapshot, but got a 'bad request' response from the browser. I will email it to support.
Thanks,
Zoe
by zoework
Fri Jun 05, 2015 6:33 pm
Forum: General Questions
Topic: Clicking on item after changing ChildIndex value
Replies: 7
Views: 1431

Re: Clicking on item after changing ChildIndex value

I tried this and I call this method at the beginning of the script, but it is not updating the value in the repository. I'm getting random values with this code: Random rnd = new Random(); int varAnswer1 = rnd.Next(1, 6); My repository item is defined as //div[#'questionSection']/div[4]/div[1]/div[4...
by zoework
Fri Jun 05, 2015 5:57 pm
Forum: General Questions
Topic: RxBrowser not working properly on iOS
Replies: 1
Views: 1175

RxBrowser not working properly on iOS

I've installed the RxBrowser on an iPhone 5 as well as an iPod and in both cases the screen scrolls down when I enter text in a text field. It is as if I am clicking through the keyboard. Also, when I enter an email address the browser adds a /contact to the URL and gives a 'bad URL' error. This doe...
by zoework
Fri Jun 05, 2015 5:12 pm
Forum: General Questions
Topic: Clicking on item after changing ChildIndex value
Replies: 7
Views: 1431

Clicking on item after changing ChildIndex value

Hi, Here's my problem. I have several multiple-choice questions with up to 5 answers each. I want to randomly select one of the answers on each run. The definition for the item is //div[#'questionSection']/div[4]/div[1]/div[4]/?/?/ul/li[@childindex='1'] How can I change the childindex value randomly...
by zoework
Tue May 26, 2015 5:02 pm
Forum: General Questions
Topic: Variables in Repository not getting right value
Replies: 6
Views: 1549

Variables in Repository not getting right value

I am using variables in the repository that will 'randomly' select an option on the web page. I have this in the repository li[2]/span[ $Question ]/?/?/span , but it is replaced by this li[2]/span[ '1' ]/?/?/span during runtime. The original definition was listed as li[2]/span[ 1 ]/?/?/span. How do ...
by zoework
Thu Apr 16, 2015 8:40 pm
Forum: General Questions
Topic: Get Value not working as stated in User Guide
Replies: 8
Views: 2281

Re: Get Value not working as stated in User Guide

Here is a snapshot of the recording and also one of the item in Spy. It is still not working. :x
by zoework
Thu Apr 16, 2015 2:45 pm
Forum: General Questions
Topic: Difficulty saving changes to XPath in repository
Replies: 12
Views: 1976

Re: Difficulty saving changes to XPath in repository

I am able to recreate this by just taking an existing item and using the Track function to change the definition. If you do that and click Apply, it does nothing. Even Save before close will not update anything.