Help Needed: Configuring Chrome Options in SeleniumBase and Robot Framework Integration #3762
-
Hi Team, I'm in the process of replacing the current Selenium Chrome options with SeleniumBase Chrome options. Example options being used: --kiosk-printing
I'm looking for help with the following:
Any insights, best practices, or working examples would be greatly appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Many of those options can be configured via command-line options outside of the code. As for Robot Framework: I don't use it. Maybe integration information for that can be found online. |
Beta Was this translation helpful? Give feedback.
Many of those options can be configured via command-line options outside of the code.
(Details in SeleniumBase/help_docs/customizing_test_runs.md. Both
pytest
andpython
.)For some things, there's
chromium_arg
/--chromium-arg
when no direct option is available.As for Robot Framework: I don't use it. Maybe integration information for that can be found online.