Please set the content modes to false as default
|
com.xceptance.xlt.loadStaticContent = true |
|
|
|
## The number of threads which load static resources asynchronously. |
|
## Has to be at least one. If static content should not be download, set the |
|
## property 'com.xceptance.xlt.loadStaticContent' to 'false' instead. |
|
com.xceptance.xlt.staticContent.downloadThreads = 4 |
|
|
|
## Shall we simulate caching of static content? |
|
com.xceptance.xlt.staticContentCache = true |
Please set the content modes to false as default
testsuite-nocoding/config/default.properties
Lines 191 to 199 in 6423d11