1,072
edits
| Line 55: | Line 55: | ||
<br> | <br> | ||
=== Running the Selenium script in Python | === Running the Selenium script in Python === | ||
==== In Windows ==== | ==== In Windows ==== | ||
| Line 73: | Line 73: | ||
*To start a script in the debugger enter<br> | *To start a script in the debugger enter<br> | ||
<blockquote>python -m pdb ''myscript''<br> where ''myscript'' is the script file. More information about the debugger [http://docs.python.org/library/pdb.html here]. </blockquote> | <blockquote>python -m pdb ''myscript''<br> where ''myscript'' is the script file. More information about the debugger [http://docs.python.org/library/pdb.html here]. </blockquote> | ||
<br> | <br> | ||
=== Things we don't understand yet === | === Things we don't understand yet === | ||
edits