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
Add RISC-V 64-bit support to install.js with custom error
Modify getPlatform to detect RISC-V (process.arch === 'riscv64') on Linux and check for --chromedriver_filepath. If not provided, exit with a custom error message informing users that no official binary exists and they must supply one. If provided, proceed using the filepath, enhancing compatibility for RISC-V systems.
0 commit comments