Uses of Class
com.facilita.fc.web.WebBrowserVirtualUser
-
Packages that use WebBrowserVirtualUser Package Description com.facilita.fc.web The eggPlant Performance Web Java API makes it easy to perform load tests against web sites and services, by providing classes and methods that simulate the behaviour of a web browser sending/receiving HTTP(s) requests to/from a web server. -
-
Uses of WebBrowserVirtualUser in com.facilita.fc.web
Methods in com.facilita.fc.web that return WebBrowserVirtualUser Modifier and Type Method Description WebBrowserVirtualUser
WebSocket. getVU()
Gets theVirtualUser
instance that this WebSocket is associated with.WebBrowserVirtualUser
WebBrowserScript. getWebBrowserVirtualUser()
Gets theWebBrowserVirtualUser
object that is executing this script.Methods in com.facilita.fc.web with parameters of type WebBrowserVirtualUser Modifier and Type Method Description void
WebSocket. setVU(WebBrowserVirtualUser vu)
Sets theVirtualUser
instance that this WebSocket is associated with.
-