-
|
Hi @mdmintz Currently, I have tried the below method but it shows the list of profiles instead of opening a single chrome profile. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
If using the Also, if using Windows, make sure that the path to your user_data_dir (and the user_data_dir itself) does not contain any spaces. There appears to be an external issue on Windows (I've heard) with selenium, undetected-chromedriver, and pyinstaller (outside the scope of SeleniumBase) which may cause problems if that path has spaces in it. |
Beta Was this translation helpful? Give feedback.
If using the
user_data_diroption together withucmode, theuser_data_dirMUST be one that was created via tests running inucmode. This means that you cannot use one that comes from your default Chrome browser. A regular Chrome browser would reconfigure theuser_data_dirin a way such thatucmode would no longer be compatible with it.Also, if using Windows, make sure that the path to your user_data_dir (and the user_data_dir itself) does not contain any spaces. There appears to be an external issue on Windows (I've heard) with selenium, undetected-chromedriver, and pyinstaller (outside the scope of SeleniumBase) which may cause problems if that path has spaces in it.