Quantcast
Channel: Silk Performer
Browsing all 4084 articles
Browse latest View live

Forum Post: RE: Silkperfomer is not able to do any action once login into my...

Silkperformer does not give a timeout error for that last step. So i had to abort it to stop and only then it does the click action on the search button.

View Article


Forum Post: RE: Silkperfomer is not able to do any action once login into my...

Add this line of code in between the setpassword and the BrowserClick (the first one not the second one). BrowserSetOption(BROWSER_OPT_SYNC_TIMEOUT, 10000); then replay and let me know if its any...

View Article


Forum Post: RE: Silkperfomer is not able to do any action once login into my...

Don't forget to set it back to the default of 300000 ms at some point!! BrowserSetOption(BROWSER_OPT_SYNC_TIMEOUT, 300000);

View Article

Forum Post: RE: Silkperfomer is not able to do any action once login into my...

I tried that i attached the screenshot above. i didn't have to abort it manually. However the last two steps of click we are not done i mean the actions were not performed in replay mode.

View Article

Forum Post: RE: Silkperfomer is not able to do any action once login into my...

Hi Jonny It works when i include this line as mentioned. However it take a long time to carry out each action. This will hamper my performance execution.

View Article


Forum Post: RE: Silkperfomer is not able to do any action once login into my...

It looks like the sync engine is detecting that your application is still doing something and hasn't gone idle yet - so it waits. It will wait up to 5 minutes and that's for every action. You could add...

View Article

Forum Post: RE: Silkperfomer is not able to do any action once login into my...

I tried both your options it didn't work :| I tried both URLs the login page and the landing page in the synchronisation section And also tried changing the other alternative of chaning it to HTML it...

View Article

Forum Post: RE: Silkperfomer is not able to do any action once login into my...

Can you open a support incident and provide the full project.

View Article


Wiki Page: A list of Hotfixes for Silk Performer

Here you can find a list of the Hotfixes for SilkPerformer. If you would like to be notified each time a fix is released please use the “email subscribe to this page” function under Options below left....

View Article


Forum Post: File Upload

I want to upload File in via silk performer in my applcaition. When I recorded scripts. BrowserListBoxSelect("//select[@id='ddlFileType']", "Employee Contribution Inbound file");...

View Article

Forum Post: RE: File Upload

hi, try to specify the full filename for the file to upload. the file may not be found by the system as the folder is not specified. and don't forget to escape the '\' :-) cheers, udo

View Article

Forum Post: RE: File Upload

Add the file you want to upload to your datafiles section and then use this code: GetDataFilePath("New Word Doc.docx", sPath); BrowserDlgSetText("Open #1", 1, sPath); BrowserDlgSetText("Open #1", 1,...

View Article

Forum Post: RE: Create personnalized functions

Where can I find this button in silk4j? can you make me a screenshot? thank you

View Article


Forum Post: RE: Create personnalized functions

You have posted in the wrong forum. I will move the thread now.

View Article

Forum Post: Locator Spy Timout

View Article


Forum Post: Parser Token in dclform

I need to parser the token and id inside the dclform, how do I get them, I tried the header and body, I could not I can use something like webparseDataBound ... ?

View Article

Forum Post: RE: Parser Token in dclform

Hi You need to select a small part of the string and search the recorded truelog for the values first appearance (search from the top down). Don't search for the whole string as it may be split over...

View Article


Forum Post: Session timeout or Access Policy Error.

I have issue - when I logged in to the Application it automatically gets logged out in 17.5 Silk performer as well I am not able to record script while recording as well its logged me out. But for 16.5...

View Article

Forum Post: RE: Parser Token in dclform

I need to play token for a variable dynamically, get the response and play for it... Is possible?

View Article

Forum Post: Need to limit transaction to one.

Hi I need to execute a script only once. However when i do a run test and when the simulation is around 3:20 the script runs multiple time. The one which i m running ran 4times. Solution would be much...

View Article
Browsing all 4084 articles
Browse latest View live