openbullet / openbullet/OpenBullet2
[REQUEST][Selenium/Puppeteer]Add Experimental Options, Custom CMD arguments and extension support.
@openbullet is already working on this.
Since Jun 7, 2024.
- Dominant language
- C#
- Stars
- 2.4k
- Forks
- 602
- PR merge metrics
- No merged PRs in 30d
Description
First of all there are few things missing in OB 2(I Know its still in beta) compare to OB 1, Selenium features
Like Custom CMD arguments, Extension Support
And I am suggesting to add Experimental options in Selenium and Puppeteer
Reference:
https://stackoverflow.com/questions/70960670/javascript-how-to-set-setexperimentaloption-for-chrome
Like in OB 1 Source:LINK
there is Add Argument Options
chromeop.AddArgument("--disable-notifications");
Same way there should be
chromeop.excludeSwitches("disable-popup-blocking");
All Selenium Arguments : LINK
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.