我正在创建用户库并扩展Selenium2Library。
在我的课堂上,我有一个名为" select_from_list_by_value" Selenium2Library中存在相同的方法。
由于这个原因,我收到以下错误:
Multiple keywords with name 'Select From List By Value' found.
Give the full name of the keyword you want to use.
Found: 'Selenium2Library.Select From List By Value' and 'MyLibrary.Select From List By Value'
如何绕过上述错误?我无法在测试脚本中更改关键字的名称,从而导致不必要的返工。