Sample uxmon.properties File

###############   UX Robot Configuration Sample File #############

 

# robotmode controls how the app runs: robotmode=URL means run as a URL Robot

#      robotmode=OFF and robotmode=CAPTURE are now obsolete.

 

sl.rtvapm.uxmon.app.config=robotmode=URL agentname=robot01 agentupdateperiod=1000 agentconnect=localhost:4072

 

###############   URL Robot Configuration #############

 

sl.rtvapm.uxmon.urlrobot.config=repeatType=forever timeoutType=abortRun repeatCount=2 unitsCount=1 simPeriod=minute pausePeriod=minute pauseCount=1 maxTimeoutMS=60000 javaScriptTimeoutMS=10000 sampleBufferSize=10

 

###############   Logging Configuration #############

# 0 = off, 1 = basic, 2 = verbose, 3 = garrulous

 

sl.rtvapm.uxmon.logging.config=log4j=robot.log4j.properties uxlog_level=1 uxlog_initialize=1 uxlog_rtvagent=1 uxlog_shutdown=1 uxlog_document=1 uxlog_quitport=1 uxlog_errorsimulate=1 uxlog_capture=1 uxlog_simulate=1 uxlog_useraction=1 uxlog_jmx=1

 

###############   Browser Emulation #############

 

# The best way to use this line is to get the string to send by visiting: http://whatsmyuseragent.com/  This will show you the userAgent being used by your current browser. Don't miss http://whatsmyuseragent.com/CommonUserAgents.asp to see common userAgents.

 

#sl.rtvapm.uxmon.urlrobot.browser=applicationName=Netscape applicationVersion='5.0 (Windows)' userAgent='Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1' browserVersionNumeric=1.2

sl.rtvapm.uxmon.urlrobot.browser=applicationName=Netscape applicationVersion='5.0 (Windows)' userAgent='Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0' browserVersionNumeric=24.0

#sl.rtvapm.uxmon.urlrobot.browser=applicationName=Netscape applicationVersion='Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36' browserVersionNumeric=537.36

#sl.rtvapm.uxmon.urlrobot.browser=applicationName='Microsoft Internet Explorer' applicationVersion='Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)' browserVersionNumeric=10.0

 

###############   URLS #############

 

# The best way to use this file is as a sample to get the UX Robot running.  The first URL hits the SL web site and the second show how you might configure a secure URL protected by a user and password login.  Simple un-commenting URL "FOO" will result in an error. The URL must be edited to point at a real URL.  See the Read Me documents for details.

 

sl.rtvapm.uxmon.urlrobot.url=name='SL' sortIndex=1 url=http://www.sl.com agent=robot01 searchType=simple searchString='SL Corporation' searchHTML=false useHTMLForm=false useCookies=true javascript=false

 

#sl.rtvapm.uxmon.urlrobot.url=name='FOO' sortIndex=11 url=http://1.2.3.4/foo/ agent=robot01 user=demo pass=demo secure=false searchType=simple searchString='A phrase on the page' searchHTML=false useHTMLForm=true formNameParameter=loginform formNameParameterType=id userInputElementName=user userInputElementType=id passwordInputElementName=pwd passwordInputElementType=id buttonInputElementName='OK' buttonInputElementType=value useCookies=true javascript=true