Navin Chandra
Navin Chandra
@daemon1024 PTAL!
The tests require `geolocation` permission access which can be done once #15830 is merged.
@cgoldberg can this be merged?
@shbenzer which comment? I think I am missing something here.
> > would this get_geolocation() function be useful to the end user as a method in their high-level api? > > this one Surprisingly, I can't see this comment anywhere...
@vinaghost you can still use `--load-extension` on non-Chrome branded builds like Chromium and Chrome for Testing. Thread - https://groups.google.com/a/chromium.org/g/chromium-extensions/c/aEHdhDZ-V0E/m/UWP4-k32AgAJ
Moving to draft as it needs clarification from issue author - https://github.com/SeleniumHQ/selenium/issues/13544
Tried reproducing the error, but HSP enforcement works on my machine with: ``` navin@localhost:~> uname -a Linux localhost.localdomain 6.9.1-1-default #1 SMP PREEMPT_DYNAMIC Fri May 17 11:59:46 UTC 2024 (0c0b0b5) x86_64...
Hi @Liu-XinYuan, you can increase the poolsize via `init_args_for_pool_manager` from the Client config, this should work for both direct connections and proxy connections: ```py from selenium import webdriver from selenium.webdriver.remote.client_config...
Getting logs with BiDi in python: ```python from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.common.by import By from selenium.webdriver.support.ui import WebDriverWait options = Options() options.enable_bidi = True #...