There is workaround - instead of WebFormPost , just changed it to WebPageAddUrl keeping everything same. for this you have to keep one url as webformpost so that it will consider it as main page & webpageaddurl will be embedded documents. for eg. original recording - these should be in parallel - WebFormPost ( Request 1 ) WebFormPost ( Request 2 ) WebFormPost ( Request 3 ) WebFormPost ( Request 4 ) Changed to behave as parallel download - WebPageAddUrl ( Request 1 ) // just changed WebFormPost to WebPageAddUrl WebPageAddUrl ( Request 2 ) // just changed WebFormPost to WebPageAddUrl WebPageAddUrl ( Request 3 ) // just changed WebFormPost to WebPageAddUrl WebFormPost ( Request 4 ) // keep it as it is
↧