java - Why can't I use the selenium.(etc...) library? -


when try use selenium. library perform commands, don't work. i've imported import com.thoughtworks.selenium.*; library java: can't find symbol error.

    selenium.open("http://google.com/");      string alllinks[]=selenium.getalllinks();     for(int i=0;i<alllinks.length;i++){          selenium.click(alllinks[i]);         thread.sleep(3000); 


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -