Excluding Selenium-server URL in JMeter Proxy Server -
I am currently trying to record the stages of my Selenium Test to JMT so that I can test the load with the same test Can do The steps are recorded well, but my problem is that it is recording the steps made in the "selenium-server" window (i.e. extra windows which selenium runs when the popes occur).
 I believe if I add anything such as  * selenium-server *  "url pattern to exclude" is on the list, it will ignore all these steps , But they keep recording for every paradigm that I have done. 
 Anyone please tell me the pattern that will motivate them to ignore these steps? 
 An example url is:  / selenium-server / driver / try again = true . 
Thank you.
Try adding the following to the 'URL pattern to exclude'
  ^ / selenium-server /.*   
Comments
Post a Comment