Installation:
Create Project
Create a Suite
Create case
1, manually create a desktop shortcut to start ride, if you start ride from the command line, because of inconsistent with the system encoding, the case can not be run.
2, the default browser is Firefox, can be directly driven, other browsers need their driver to be able to call, download the corresponding driver such as Chromedriver.exe, set its path to the system environment variable patch.
3. When you call Firefox, you may be prompted to "Import Wizard" each time, you need to modify the Firefox configuration, to the Firefox Profiles.ini file to modify Isrelative=1->isrelative=0
Default path: c:\users\{User name}\appdata\roaming\mozilla\firefox\profiles.ini
4. The class name of a custom system keyword must match the file name.
5. The function name of the custom system keyword cannot have an underscore, preferably a full letter name.
6, Case run Chromedriver not finished, the next run log will not output, so it is best to execute a case after the execution of the browser to close the operation.
Robotframework Basic Summary (i)