Michael Mintz

Results 131 comments of Michael Mintz
trafficstars

Since we're over 200 examples now, I made it official in the ReadMe: https://github.com/seleniumbase/SeleniumBase/commit/0ea82ce275a0af681f5721cd6444638535d42246

This has been fixed in https://github.com/mdmintz/pynose/releases/tag/v1.4.3 using the code from @chugcup (https://github.com/chugcup/nose/commit/67654c89b17a302763f57feea0abc4fba3ad2322). ``pynose`` in the new maintained ``nose``. https://github.com/mdmintz/pynose --- https://pypi.org/project/pynose/

This issue has been resolved. Please upgrade to the latest versions of ``selenium`` and ``geckodriver``.

Due to ``nose`` being unmaintained (number 41 in your list), that's why there's ``pynose`` now (number 55 in your list). It's a complete drop-in replacement for all occurrences. (Let me...

In the meantime, you can try using https://pypi.org/project/pdbp/ (``pdbp``, not ``pdbpp``) ``pdbp`` fixes issues with ``pdbpp`` and changes some configuration defaults (eg. sticky mode is now the default mode). To...

@boludoz, thank you. Most of those are already being set automatically as needed for UC Mode. https://github.com/seleniumbase/SeleniumBase/blob/f9a31a39c5544cbb5d4d290dcec9634fea14cddb/seleniumbase/core/browser_launcher.py#L997 https://github.com/seleniumbase/SeleniumBase/blob/f9a31a39c5544cbb5d4d290dcec9634fea14cddb/seleniumbase/core/browser_launcher.py#L772 https://github.com/seleniumbase/SeleniumBase/blob/f9a31a39c5544cbb5d4d290dcec9634fea14cddb/seleniumbase/core/browser_launcher.py#L791 You can change the agent with `agent=AGENT` (but if you change...

@bbajwa346 https://github.com/seleniumbase/SeleniumBase/blob/31020e4ae9644596460e9606312f94bc420aff51/seleniumbase/plugins/driver_manager.py#L74 For socks5, use “socks5://“ in your “proxy” arg.

@bbajwa346 `open_new_window()` is not a driver-specific method. (At least not yet.) The driver already has its own methods for doing those things. Open a new tab and switch to it:...

@RomanJus Presentations will be recorded! Other speakers and conference organizers were discussing this: -------- --------

The presentation recording is now available on YouTube! https://www.youtube.com/watch?v=WjiTdflkGWE (Watch the tutorial on YouTube)