Problem robot framework notes (d), encountered when using

background:

Use some of the problems encountered by rf Summary

 

A: WEBUI run time error:

[ WARN ] Keyword 'Capture Page Screenshot' could not be run on failure: Multiple keywords with name 'Capture Page Screenshot' found. Give the full name of the keyword you want to use:
AppiumLibrary.Capture Page Screenshot
Selenium2Library.Capture Page Screenshot

 

See the log that is AppiumLibrary and Selenium2Library have duplicate keywords, so the added Selenium2Library.XXX distinction, then execute or incorrect report, later found to be WEBUI driver is not installed,

installation steps:

1. chromedriver.exe into the Google browser directory (Note drive compatibility and browser version, my version is Google 76.0.3809.87)

Driver package can be downloaded from the Internet and is also available in the network disk

Link: https: //pan.baidu.com/s/1sqejXeezFzU_2XJJtzD_Hw
extraction code: f0q3

2. The catalog browser into the environment variable

Then execute, problem solving

Guess you like

Origin www.cnblogs.com/whycai/p/12060724.html