Skip to content

Add a sleep(seconds) method directly into the raw driver #2090

Closed
@mdmintz

Description

@mdmintz

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions