Releases
v1.65.0
The one with: "All Your Base Are Belong To Us"
The one with: "All Your Base Are Belong To Us"
Add set_text_content()
for updating text on any website:
-- See https://youtu.be/1s-Tj65AKZA for the demo video!
-- (SeleniumBase/examples/hack_the_planet.py )
Improve the Python APIs for IntroJS website tours.
Add a pytest --xvfb
option to run tests using an Xvfb virtual display:
-- Uses a virtual display without using a browser's built-in headless mode.
Add method: get_value()
to get the value from an input field.
Add an arg to decide if methods should scroll automatically.
Update Python dependencies:
-- typing-extensions>=3.10.0.2
-- pluggy==0.13.1;python_version<"3.6"
-- pluggy==1.0.0;python_version>="3.6"
-- pytest==6.2.5;python_version>="3.6"
-- traitlets==5.1.0;python_version>="3.7"
-- ipython==7.27.0;python_version>="3.7"
-- platformdirs==2.3.0;python_version>="3.6"
-- rich==10.9.0;python_version>="3.6"
You can’t perform that action at this time.