lushiwei
Results
2
comments of
lushiwei
You can create your own jar with following test library. Note: In your test case, you must import the Selenium2Library first then import ExtendedSelenium2Library. ``` java package sample; import java.util.List;...
Have you imported the Selenium2Library before your test library in your test case? The import order is very important. ``` *** Settings *** Library Selenium2Library Library sample.ExtendedSelenium2Library ```