A/B Testing - Deliberately Accessing a Specific Version

I’m running an A/B test on a store following this documentation Running A/B tests

The split is 70% / 30%. I’d like to know if there’s any way to deliberately access the 30% version. Maybe through some URL parameter or something like that.

Thank you.