elementium
elementium copied to clipboard
jQuery-style syntactic sugar for highly reliable automated browser testing in Python
Currently the Selenium version is locked to `2.48`, but some users would like to integrate Elementium to their own setup and versions. In my case: `elementium 1.1.10 has requirement selenium==2.48.0,...
When upgrading to python 3.10, elementium stops working at all, this small change will make it work again, as well as remove the warning on pyhton3.9
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [six](https://github.com/benjaminp/six) from 1.13.0 to 1.16.0. Changelog Sourced from six's changelog. 1.16.0 Pull request #343, issue #341, pull request #349: Port _SixMetaPathImporter to Python 3.10. 1.15.0 Pull request #331: Optimize...
Bumps [mock](https://github.com/testing-cabal/mock) from 3.0.5 to 4.0.3. Changelog Sourced from mock's changelog. 4.0.3 Issue #42532: Remove unexpected call of __bool__ when passing a spec_arg argument to a Mock. Issue #39966: Revert...
Fix for https://github.com/actmd/elementium/issues/12: - Add an argument parameter to send to the script for parity with the default Selenium implementation. - Document the usage of the excute_script method in the...
Hi, Fist: I want to thank you for your hard work on this lib, it is awesome. Regarding the issue: execute_script() should have an element option in order to run...