This is a migrated thread and some comments may be shown as answers.

Coordinates are taken\recorded when Click button operation is performed

2 Answers 72 Views
Buttons
This is a migrated thread and some comments may be shown as answers.
Avra Saha
Top achievements
Rank 1
Avra Saha asked on 30 Mar 2010, 12:46 PM
Hi,
    I am currently using WebUI. My operation includes clicking on a button. When I am recording the operation using Design canvas, coordinates are recorded and playback operation is failing next time when I go to run the same code. I am giving below the code fragments as well as the error I am getting and also attaching the screenshot of the Button.

Recorded Step:


        [CodedStep(@"Click on MnuButtonDialogueImage", RequiresSilverlight = true)]

        public void WebAiiTest1_CodedStep1()

        {

 

            // Click on MnuButtonDialogueImage

Pages.SBX21.SilverlightApp.MnuButtonDialogueImage.User.Click(ArtOfTest.WebAii.Core.MouseClickType.LeftClick, -2147483374, -2147483534, ArtOfTest.Common.OffsetReference.TopLeftCorner);

 

        }

 

Playback Error:


Exception thrown executing coded step: '[WebAiiTest1_CodedStep1] : @"Click on MnuButtonDialogueImage", RequiresSilverlight = true'.

InnerException:

System.InvalidOperationException: Point (274, 114) outside bounds of browser window: (0, 144, 1440, 703)

......


Please let me know if I can furnish any more information needed.

2 Answers, 1 is accepted

Sort by
0
Missing User
answered on 01 Apr 2010, 05:39 PM
Hello Avra,

If it's alright with you, I'd like to close this ticket as it seems similar to your other ticket/forum post. I think it would be easier for both of us to correspond about this in just the other ticket, and our discussion could possibly help others since it's posted in the forums.

Greetings,
Nelson Sin
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Avra Saha
Top achievements
Rank 1
answered on 05 Apr 2010, 05:37 AM
Hi Nelson,
                I mistakenly created this ticket. You can CLOSE it. Thanks a lot.

Kind regards,
Avra
Tags
Buttons
Asked by
Avra Saha
Top achievements
Rank 1
Answers by
Missing User
Avra Saha
Top achievements
Rank 1
Share this question
or