Support ISP Proxies in Skyvern (#1823)

This commit is contained in:
Shuchang Zheng
2025-02-24 06:29:12 -08:00
committed by GitHub
parent 2a2c6f1cb4
commit 23744b3039
3 changed files with 8 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ function ProxySelector({ value, onChange, className }: Props) {
</SelectTrigger>
<SelectContent>
<SelectItem value={ProxyLocation.Residential}>Residential</SelectItem>
<SelectItem value={ProxyLocation.ResidentialISP}>
Residential ISP (US)
</SelectItem>
<SelectItem value={ProxyLocation.ResidentialES}>
Residential (Spain)
</SelectItem>