Add a sleep(seconds) method directly into the raw driver
That way you don't need to import time to sleep().
You should just be able to do driver.sleep(seconds).
This addition is for raw driver syntax formats.
(You can already do self.sleep(seconds) or sb.sleep(seconds) for BaseCase and SB formats.)