SeleniumBase/integrations/brython
Michael Mintz 5cb859a0b4 Mention that "brython" no longer comes with SeleniumBase 2021-04-24 00:02:38 -04:00
..
ReadMe.md Mention that "brython" no longer comes with SeleniumBase 2021-04-24 00:02:38 -04:00
index.html Update a CSS file in an integration example 2021-04-23 23:57:17 -04:00
index.py Add the Brython integration 2020-04-13 03:57:18 -04:00
library.html Update the brython example 2021-01-05 19:22:21 -05:00

ReadMe.md

Getting Started with Brython

  • Brython was designed for replacing JavaScript with Python.
  • This tutorial will show you how to get started quickly.

0. Install brython:

(Note: SeleniumBase no longer includes brython as part of installed dependencies.)

pip install brython

1. Get a web server up and running:

Run from SeleniumBase/integrations/brython:

python -m http.server

You can always stop the server by using CTRL+C.

2. Navigate to http://localhost:8000/

Now click on the examples to see Brython in action.

3. For more info, see the following: