I was trying to store link in List, follow below code
public class frameswitch { public static void main(String[] args) { System.setProperty(\"webdriver.ge
Check your import you have imported List from
java.awt.List
instead of
java.util.List