QA/Execution/Web Testing/Selenium Python: Difference between revisions

Line 55: Line 55:
<br>  
<br>  


=== Running the Selenium script in Python on a client ===
=== 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.&nbsp; 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.&nbsp; 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  ===
1,072

edits