We would like to know whether a tab inside a span tag is enabled or not. If enabled we would need to perform a action based on it.this needs to be evaluated in response. How well can we accomplish this
The best is to use a variable extractor to check if that span is enabled or not. Based on the result you can then use an if...then...else condition based on the variable result or a switch logical action.