Search found 10 matches

by sri
Fri Feb 12, 2016 4:59 pm
Forum: General Questions
Topic: Checkbox/Checked property not found
Replies: 20
Views: 7063

Re: Checkbox/Checked property not found

Perfect it worked Thanks Have you changed the repo item xpath to the one I suggested? In one of your previous posts, you mentioned unique ID (#'gridSelectionCheckbox_0'), which could result to the click of just one particular element instead of looping all available checkboxes. Make sure the repo xp...
by sri
Fri Feb 12, 2016 3:41 pm
Forum: General Questions
Topic: Checkbox/Checked property not found
Replies: 20
Views: 7063

Re: Checkbox/Checked property not found

The code you gave me worked to extent! it clicked only on First Row First check Box and stopped and its not clicking on all visible checkboxes.

I have tried using for loop in for each ,but not sure how to use count for all Rows that Exist!
Can u suggest me any further changes in code
Thanks
by sri
Thu Feb 11, 2016 6:05 pm
Forum: General Questions
Topic: Checkbox/Checked property not found
Replies: 20
Views: 7063

Re: Checkbox/Checked property not found

I have tried Performclick it did not work in my case,even in object Spy if checkbox is checked it is checked=True and if not it checked=False, I have added repository element based on that"/dom[@path='/Navigator/App' and @domain='localhost']//input[@checked='True']" I think I have to talk to dev reg...
by sri
Thu Feb 11, 2016 4:41 pm
Forum: General Questions
Topic: Recording Error While Selecting Yesterdays Date
Replies: 3
Views: 1261

Re: Recording Error While Selecting Yesterdays Date

Apologies sorry it was mistake not intended and how to un bump it!
odklizec wrote:Hi,

I'm not exactly sure why you bumped this post? There is nothing more I can do for you without the additional details I asked you for.
by sri
Thu Feb 11, 2016 4:33 pm
Forum: General Questions
Topic: Checkbox/Checked property not found
Replies: 20
Views: 7063

Re: Checkbox/Checked property not found

Hi odklizec I have tried the code but I could not succeed in achieving the task as we understood "Input tag" is hidden I guess we cannot make use of it I have added element to repository based on input tag path "/dom[@path='/Navigator/App' and @domain='localhost']//input[#'gridSelectionCheckbox_0']"...
by sri
Wed Feb 10, 2016 7:19 pm
Forum: General Questions
Topic: Checkbox/Checked property not found
Replies: 20
Views: 7063

Re: Checkbox/Checked property not found

snapshot
by sri
Wed Feb 10, 2016 7:18 pm
Forum: General Questions
Topic: Checkbox/Checked property not found
Replies: 20
Views: 7063

Re: Checkbox/Checked property not found

Hi odklizec

Please find the attached snapshot and screenshot .

Thanks
by sri
Tue Feb 09, 2016 11:32 pm
Forum: General Questions
Topic: Checkbox/Checked property not found
Replies: 20
Views: 7063

Re: Checkbox/Checked property not found

I am having similar issue,in my web based application i dont have Check Box checked property true or false , here i am trying to write a some user code to select all check boxes in a webpage in a loop irrespective of whether it is checked or not, When i tried to view the check box in object spy it i...
by sri
Thu Feb 04, 2016 2:22 am
Forum: Automation Discussions
Topic: Validating List items in Internet Explorer?
Replies: 1
Views: 2071

Validating List items in Internet Explorer?

I have refered to User code to validate all items in a table(Web ) with the Help of SnapShot File path passed into the code Module as Parameter in Ranorex Code Modules Examples,I am currently working on Web Based project where i have to validate All List items without Passing Snapshot file path, i h...
by sri
Fri Oct 30, 2015 5:51 pm
Forum: General Questions
Topic: Recording Error While Selecting Yesterdays Date
Replies: 3
Views: 1261

Recording Error While Selecting Yesterdays Date

i Have Test Case which needs to select yesterdays date from calender's list item in my application ,when ever i try to open calender's list-item with Recording it automatically takes today date,so when i play this recording next day it will fail because tool cannot open the calender's list item beca...