Michael Mintz

Results 131 comments of Michael Mintz
trafficstars

When hovering over elements with the mouse, the title shown at the top of the web browser becomes the selector of the element being hovered over (assuming the selector is...

This particular change would be helpful, as I am in the process of swapping ``ipdb`` with ``pdbpp`` (pdb++) in SeleniumBase. https://github.com/seleniumbase/SeleniumBase/issues/1615

I'm avoiding detection on that site with https://github.com/seleniumbase/SeleniumBase in UC Mode (version ``4.17.9``): ``pip install -U seleniumbase`` and then run with ``python``: ```python from seleniumbase import DriverContext with DriverContext(uc=True) as...

@Romhast Args are listed in https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/plugins/driver_manager.py if you scroll down a little. Use a comma-separated list without spaces for `chromium_arg` to pass in Chrome options that aren't listed. Most selenium-specific...

@sagunsh How are you initiating your driver? That message is coming from `selenium`, not `seleniumbase`. See https://github.com/SeleniumHQ/selenium/blob/9163aea829669ad844285098783a11f772b445af/rust/src/lib.rs#L509 When using seleniumbase in UC Mode, it downloads chromedriver and renames it to...

@sagunsh That means Chrome wasn't installed on that machine. Chrome must exist there first before you can run scripts.

Can't have this: (`options.headless`) ... https://github.com/ultrafunkamsterdam/undetected-chromedriver/blob/cea80717c5a3d95ccf5c40e6e38081d5454ec7a5/undetected_chromedriver/__init__.py#L398 ...due to this change in `selenium` `4.13.0`: https://github.com/SeleniumHQ/selenium/blob/9a6947ea4fd685b5f997415565bc5dc875a71321/py/CHANGES#L6 ``` * remove deprecated headless methods ``` Here are some alternatives: * Downgrade to an earlier...

Right repo? This is working correctly in the latest version of `seleniumbase`: ```python from seleniumbase import SB def open_the_turnstile_page(sb): sb.driver.uc_open_with_reconnect("seleniumbase.io/apps/turnstile", 3) def click_turnstile_and_verify(sb): sb.driver.switch_to_frame("iframe") sb.driver.uc_click("span") sb.assert_element("img#captcha-success", timeout=3) with SB(uc=True, test=True)...

The first video is here: (The 2nd one expands on it.) https://www.youtube.com/watch?v=5dMFI3e85ig

SeleniumBase GitHub Star History: (Boosted by Video Marketing) ----