Simon Benzer
Simon Benzer
### **User description** Upgraded `ExpectedCondition::toBeClickable` methods to correctly handle pointer-events: none. ### Description - Upgraded `ExpectedCondition::toBeClickable` methods to correctly handle pointer-events: none. - Upgraded webdriverwait_tests.py::test_expected_condition_element_to_be_clickable - added example to javascript.html...
### **User description** I have added the new expected condition "elements_not_overlapping". This condition checks that two elements are not overlapping on the dom based on their .rect specs. ### Description...
### **User description** Add implementations for BiDi Network's Auth and Interception to Python ### Description Added network.py Added bidi_network_tests.py updated command.py ### Motivation and Context Issue #13993 ### Types of...
### **User description** Added code for Issue #13793 in Selenium Manager ### Description Selenium Manager Java should now throw an error if using unsupported Linux ARM architecture ### Motivation and...
### **User description** Updated Python examples in Browser Options ### Description added examples to test_options.py made examples more consistent with other language examples updated all translations of index.mds ### Motivation...
### **User description** Added python example to Printing in Print Options section ### Description added test_print_page.py added code example to all translations of print_option.md ### Motivation and Context code example...
### **User description** Added ElementNotInteractableException to Common Errors docs ### Description updated index.md in all translations with ElementNotInteractableException ### Motivation and Context make docs more comprehensive ### Types of changes...
### **User description** Added documentation coverage for ElementNotVisibleException ### Description updated all translations of common error's index.md ### Motivation and Context make documentation more comprehensive ### Types of changes -...
### Feature and motivation From what I've seen, the documentation and use cases for Selenium's PrintOptions class is rather limited. I think the community would benefit from the team expanding...
### **User description** Added Java example to Selenium Manager ### Description Created usage.java with selenium manager examples added examples to all translations ### Motivation and Context increase site comprehensiveness ###...