|
31 | 31 | "source": [ |
32 | 32 | "## ...JupyterLibrary?\n", |
33 | 33 | "\n", |
34 | | - "Powered by [Robot Framework](https://robotframework.org), `JupyterLibrary` allows you to:\n", |
| 34 | + "Powered by [Robot Framework](https://robotframework.org) and [SeleniumLibrary](https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html), `JupyterLibrary` allows you to:\n", |
35 | 35 | "\n", |
36 | | - "- write tests in concise, plain language\n", |
| 36 | + "- write tests in concise, **plain language**\n", |
37 | 37 | " - and extend this language to meet your needs\n", |
38 | | - "- run in multiple browsers (even at the same time)\n", |
39 | | - " - run on multiple operating systems\n", |
40 | | - "- view rich reports of your test results\n", |
41 | | - " - but also compare your reports over time with machine-readable formats\n", |
42 | | - "- generate screenshots to augment your documentation" |
| 38 | + "- test multiple Jupyter **clients**\n", |
| 39 | + " - and multiple **versions** of them\n", |
| 40 | + "- run in multiple, **real browsers** (even at the same time)\n", |
| 41 | + " - and on multiple **operating systems**\n", |
| 42 | + "- view rich **reports** of your test results\n", |
| 43 | + " - but also compare your reports over time with **machine-readable** formats\n", |
| 44 | + "- generate **screenshots** to augment your documentation" |
43 | 45 | ] |
44 | 46 | } |
45 | 47 | ], |
46 | 48 | "metadata": { |
47 | 49 | "kernelspec": { |
48 | | - "display_name": "Python 3", |
| 50 | + "display_name": "Python 3 (ipykernel)", |
49 | 51 | "language": "python", |
50 | 52 | "name": "python3" |
51 | 53 | }, |
|
59 | 61 | "name": "python", |
60 | 62 | "nbconvert_exporter": "python", |
61 | 63 | "pygments_lexer": "ipython3", |
62 | | - "version": "3.9.2" |
| 64 | + "version": "3.8.12" |
63 | 65 | } |
64 | 66 | }, |
65 | 67 | "nbformat": 4, |
|
0 commit comments