+
+ setUrl(e.target.value)}
+ onKeyPress={(e: any) => e.key === "Enter" && handleNavigate()}
+ placeholder="Enter URL..."
+ className="url-input"
+ />
+ Go
+
+
+
+ {DEVICES.map((device) => (
+
+ {device.name} ({device.width}x{device.height})
+
+ ))}
+
+
+ {isSelecting ? "Cancel Selection" : "Select Element"}
+
+
+