I have a page which when a button is clicked it opens a PDF inside a displaypage.ashx frame within the main page of the website and need to download this so can inspect the results - see below
Have tried saving the PDF when the page opens etc but when i run the test again it is not being saved as expected
Am suing Edge and Adobe Acrobat is set as the default PDF viewer
Can anyone help with regards to how I can save the PDF at all?
Many Thanks

I have a WPF test that does some setup work, then moves the mouse to various positions on a map to draw a box. Once the box is complete then a double click completes the shape. After this a save button is clicked and other actions are performed.
The issue I am having is that all the setup actions work correctly and the post map actions work correctly, however all the map actions fail when the test is run. I believe this is because the mouse itself needs to move like a real user however I am unsure how to actually do this.
When the test is recorded then it produces multiple "LeftClick on X" actions which in code look like this:
Applications.XYZ.User.Click(ArtOfTest.WebAii.Core.MouseClickType.LeftClick, 7, 45, ArtOfTest.Common.OffsetReference.TopLeftCorner, ArtOfTest.Common.ActionPointUnitType.Percentage, ((System.Windows.Forms.Keys)(0)));What I need is a similar command, but that moves the mouse from the current position to the recorded position and then clicks the left button. Other than this, it appears that everything seems to be working perfectly.

I have numerous DatePicker fields which use a Calendar to set the Date. Date cannot be entered directlly in to the Text Box
Can anyone advise how i can set a date directly in this field. Have tried using a Set Text step but this just opens the Calendar
Is there some sort of Code i can write to set the Date? Also can the Date be set to a specific Date x amount of days from todays date?
Many Thanks

I am creating something with a name of zxcvb using the generate random string test step. Then I'm validating that that string is visible in an element. However in the element there is some space between the beginning of the generated name, so I get failure information in my logs like this
Failure Information:
~~~~~~~~~~~~~~~
Displayed text did not satisfy constraint( t0Xhs Same t0Xhs)
my test looks like
'Pass' : 6. Type '' into Item0Bstextbox - DataDriven: [$(test-search)][$(test-search)]
'Pass' : 7. Click OKRadbutton
'Fail' : 10. Verify 'SearchNameTextblock' displayed text Same ' ' - DataDriven: [$(test-search)]
so in step 10, I need to add some spaces in ahead of the data driven value

Hello,
I'm trying to verify that a password displays as masked (just a bunch of dots) on a web page. Is there a way I can do this validation using Telerik?
Thank you and look forward to your response.
HI!
I am having trouble recording actions in a pop-up window for a windows application. The pop-up window is launched during execution when the user clicks a button. During recording the steps seem to be recorded properly, but when executing the test an element not found error occurs. The window doesn't seem to appear in the images of the fail report and the elements of the pop-up window don't seem to be found in the DOM explorer. The window also doesn't seem to be launched as a separate process. If it helps I think the application that I'm testing is very old or parts of it are running very old code (possibly VB6). I'm not sure if this error is due to compatibility or if I am missing a simple step. I was wondering if anyone knew how to fix this. If more details are needed let me know. Thank you so much!
Hello Telerik Team,
I'm currently automating a script for a web based application that shows a Javascript alert as soon as Save is clicked in the application. However, the Telerik recorder is not able to capture it but I need to be able to accept the alert (click OK) in order to continue to the next step. Does Telerik support this type of scenario?
Thank you and look forward to your response.
Maria
Hi,
Query 1:
Is there a way to open other applications while executing testlist for a WPF application
Also is there a way to execute the testlist in background while we can work on other applications other then Telerik ?
Query 2:
Can we open other applications in the secondary monitor when we have multiple monitors connected(2Nos), while executing the testlist in Telerik Test Studio,

Hi,
I quite often find that scheduled tests are not picking up changes I have made to the test or Elements within that test.
e.g. if I change the properties of an element that can't be found and run it individually the test picks up those changes and passes but when run in a scheduled list it isn't picking up the changes.
Why does this happen and what can I do to fix it. Very annoying.
Cheers
