Low-Level Web Functions Overview Silk Performer’s low-level web functions provide an easy, high-level method for communicating with a Web server.
Low-Level Web Function Replay Timing When low-level web traffic is recorded using the recorder, a wait time is included at the end of recorded functions to tell
the replay engine how long to wait before executing the next function in the script.
WebUrl Function Requests and reads a complete document specified by a URL using FTP or HTTP.
WebHeaderAdd Function Adds a custom HTTP header to the next WebUrl* or WebForm* function
WebAddImageCoordinates Function When a URL is submitted due to a server side image map request (ISMAP), this function adds the necessary pair of coordinates
to the URL.
WebUrlBeginPage Function Marks the beginning of a page that is loaded by low-level web functions.
WebUrlEndPage Function Marks the end of a page that is loaded by low-level web functions.
WebFormBuild Function This function composes URL-encoded form strings similar to those specified in the dclform section.
WebFormClear Function Removes all entries from a Web form declared in the dclform section.
WebCustomRequestFile Function Requests and reads a complete document specified by a URL using the specified HTTP method.
WebSetEncoding Function Compresses the data of the next WebUrl* or WebPage* function with the gzip or zlib (deflate) algorithm.
WebAddMultiPart Function When WebAddMultiPart or WebAddMultiPartFromeFile is called, the passed data is stored in lists. When WebPostMultiPart is called, these lists are then merged with a unique boundary and transferred to the server using WebUrlPostBin.
WebAddMultiPartFromFile Function When WebAddMultiPart or WebAddMultiPartFromeFile is called, the passed data is stored in lists. When WebPostMultiPart is called, these lists are then merged with a unique boundary and transferred to the server using WebUrlPostBin.
WebPostMultiPart Function When WebAddMultiPart or WebAddMultiPartFromeFile is called, the passed data is stored in lists. When WebPostMultiPart is called, these lists are then merged with a unique boundary and transferred to the server using WebUrlPostBin.