Alex Rodionov
Alex Rodionov
**Thanks for contributing to Selenium!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR, please check our [contributing](https://github.com/SeleniumHQ/selenium/blob/trunk/CONTRIBUTING.md) guidelines. Avoid large PRs,...
Thank you for creating this library, it's been essential for my clipboard manager - https://github.com/p0deje/Maccy. I can't even imagine handling all the complexity of converting keycodes to characters and back...
First of all, thanks for the awesome plugin! There is a single problem which still bothers me comparing to ST command palette. Here is an example of usage: 1. I...
See https://github.com/bazel-contrib/rules_ruby/issues/16 for original discussion
See https://github.com/bazel-contrib/rules_ruby/issues/16 for original discussion
### Feature and motivation This is a follow-up to https://github.com/SeleniumHQ/selenium/pull/12141 to implement similar bits across the bindings. In the original PR, this was done for Ruby and the following changes...
### Feature and motivation Separate issue to track Python work for #13946 cc @KazuCocoa ### TODO - [ ] Support overriding default locator conversion - https://github.com/SeleniumHQ/selenium/blob/9f8e0b849783f2386b92363e5b23e73c3c08c963/py/selenium/webdriver/remote/webdriver.py#L731-L739 - https://github.com/appium/python-client/blob/a9af896bc08735e2927c8ace90be2e420b09ce5e/appium/webdriver/webelement.py#L99-L112 - [...
### **User description** Initial implementation of #13975. This provides a low-level API that: 1. establishes WebSocket connection to the driver; 2. use the connection to send CDP commands and receive...
### Feature and motivation Implement DevTools/BiDI in Python bindings that don't require using the async/await pattern. The proof-of-concept is implemented in https://github.com/SeleniumHQ/selenium/commit/83112e1e7a521e63ec1bc8782e140ecd2e81bec8. ### Usage example For now, provide lower-level API...