Team,
I am trying to reuse the selenium script for performance testing, so i have created a eclipse project with Load Runner Script with JavaVuser and i am able to see the Vuser option under eclipse ,I have added selenium reference libraries for the project.But those libraries are not recognized by Actions.java class and giving below error
The LoadRunner script cannot be compiled.
package org.openqa.selenium does not exist
import org.openqa.selenium.WebDriver;
^
1 error
Any help will be highly appreciated.