Software test automation selenium IDE + Firebug + python script

Step in order to

First, install the software  
  1.1.1 webDriver (that is, selenium IDE)

           Analysis: Originally a synthesis of these two things, but the update later, when installed and independent installation.
      Installing Python global environment installation
        command line --- pip install selenium
     view the Selenium Show PIP
                  PIP install Requests  

to install the above tools Bowen: https://blog.csdn.net/qq_41949802/article/details/81295904

Another error Solution: https://blog.csdn.net/qq_29012939/article/details/86591383 (version issue)

The original software has a plug-in browser, you can perform recording a script, just look at the assist.

Familiarize yourself with selenium IDE plug-record which has a single-line edit, delete breakpoint.

Second, write scripts using Python   

     2.1.1 Software installation pcCharm

     2.1.2 1.1.1 installed above the selenium, and then it may be introduced directly program package

     

 

  

 

There are some common editing, in fact, the first link is described in detail in the pasted link above.

 

Guess you like

Origin www.cnblogs.com/reeber/p/11588209.html