• SPEForums need your contributions to build up a strong repository of performance engineering resources.

I am trying to record a script where the document opens in a...

  • Thread starter Puneet Kharbanda
  • Start date
P

Puneet Kharbanda

Guest
I am trying to record a script where the document opens in a browser and in the script it's an xml form ...application is sharepoint 2013 ....what I need to know is how to handle those documents if I want my script to search different documents on every run ?? Currently I am just browsing to a site and searching for a keyword and browsing a document related to that which in my script appears as an xml.
 
Do you mean you want be able to find a specific document? If yes, each doc should have an ID. Can you elaborate more on what you are trying to do
 
correlate for available document IDs and then adjust your query which requests a specific document
 
Back
Top