| 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. |