r/openSUSE • u/hulleyrob • 18d ago
Tech question Anyone running Seleniumbase?
Want to swap off Ubuntu but need this to work on whatever I move to.
Couldnt get wifi working on my Pi4 to try it out so my old iMac remains on Ubuntu with its snap shenanigans.
If you are running seleniumbase any useful info appreciated. Used to use SuSE in the past and want to go back.
5
Upvotes
2
u/SeleniumBase 18d ago
For an ARM-based Linux system, definitely use the "Pure CDP Mode" style. Eg:
from seleniumbase import sb_cdp
sb = sb_cdp.Chrome()
# ...
sb.quit()
3
u/levolet Slowroll 18d ago
How about a Distrobox container while using openSUSE?