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
SeleniumBase automatically detects the browser binary that's located on the system PATH. If there's no matching driver, SeleniumBase automatically downloads one to the seleniumbase/drivers folder.
There's a thread about using PyInstaller with SeleniumBase here (example with the SB Recorder): #1075 (comment)
Here's a video showing the PyInstaller executable launching the SB Recorder (and SB tests via the Recorder App):
recorder_exe.mov
The SeleniumBase Recorder App has had many improvements since that video was created.
Hi,
First of all, I am really impressed with the library.
My question is, is it possible to use chrome binary location with SeleniumBase?
If not, is there any separate parameters to add to PyInstaller to install on client side.
The text was updated successfully, but these errors were encountered: