Description Usage Arguments Value Examples
Start a new proxy
1 |
ipAddress |
ip address of BrowserMob Proxy standalone |
bmpPort |
port BrowserMob Proxy is listening on |
port |
port you wish to use for proxy traffic |
openPort |
call the openPort function to create a new proxy on the BMP server. |
an object of type proxy is returned.
1 2 3 4 5 | ## Not run:
# A BMP server is assummed running on port 9090
prxy <- proxy(bmpPort = 9090L, port = 39500L)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.