e2e.simulations
- class e2e.simulations.Simulations(wd: WebDriver, source_dir='e2e_ext/simulations')
Bases:
Empty,DynamicAttrsMixin- location_update: LocationUpdateSimulation
- push_notification: PushNotificationSimulation
e2e.simulations.location_update
e2e.simulations.push_notification
- class e2e.simulations.push_notification.PushNotificationSimulation(wd: WebDriver)
Bases:
Simulation- ios_push_notification(json_path: str | Path | None = None, payload: Dict[str, Any] | None = None)
- run(**kwargs)
Running a simulation. Subclasses need to implement this.