Uses of Interface
com.browsermob.api.TransactionStep

Uses of TransactionStep in com.browsermob.api
 

Methods in com.browsermob.api that return TransactionStep
 TransactionStep BrowserMob.beginStep(java.lang.String stepLabel)
          Starts a BrowserMob step using the first step number in sequence (must be called from within a transaction).
 TransactionStep BrowserMob.beginStep(java.lang.String stepLabel, int stepNbr)
          Starts a BrowserMob step using the specified step number in sequence (must be called from within a transaction).
 TransactionStep BrowserMob.getActiveStep()
          Returns the currently active step, which is useful for advanced use cases where the step object is being manipulated directly.
 



Copyright © 2011 Neustar, Inc. All Rights Reserved.