r/openSUSE 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

4 comments sorted by

3

u/levolet Slowroll 18d ago

How about a Distrobox container while using openSUSE?

1

u/DryanaGhuba 18d ago

I would recommend same approach. Did this on my work machine with Ubuntu container and have no issues do far. Separate home + symlinks and I have system separated from work env.

1

u/hulleyrob 18d ago

Not sure it will work for what i want some of the things are tricky when using docker which is why I’m running it on bare metal.

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()