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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -