You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The desktop-like environment is based on Linux and [Xfce](https://www.xfce.org/) at the moment. We chose Xfce because it's a fast and lightweight environment that's also popular and actively supported. However, this Sandbox template is fully customizable and you can create your own desktop environment.
The desktop-like environment is based on Linux and [Xfce](https://www.xfce.org/) at the moment. We chose Xfce because it's a fast and lightweight environment that's also popular and actively supported. However, this Sandbox template is fully customizable and you can create your own desktop environment.
@@ -156,6 +157,15 @@ out = desktop.commands.run("ls -la /home/user")
156
157
print(out)
157
158
```
158
159
160
+
### Wait
161
+
162
+
```python
163
+
from e2b_desktop import Sandbox
164
+
desktop = Sandbox()
165
+
166
+
desktop.wait(1000) # Wait for 1 second
167
+
```
168
+
159
169
## Under the hood
160
170
161
171
The desktop-like environment is based on Linux and [Xfce](https://www.xfce.org/) at the moment. We chose Xfce because it's a fast and lightweight environment that's also popular and actively supported. However, this Sandbox template is fully customizable and you can create your own desktop environment.
0 commit comments