Reputation: 2426
I followed this tutorial : https://www.youtube.com/watch?v=VZxpv5l5JvY&feature=share&list=PLrM2ELpRbbu5cWJbRuzpAr6SR40Gb0QHU&index=10
Then instead of typing my own code I copy/pasted the code given by selenium IDE export function (I recorded my actions first) into the class file.
But I get all these errors, unknown symbols, why is that, isn't maven supposed to resolve them ? I did eveything they say in the tutorial...
https://picload.org/image/cglicod/selnium.jpg
What is going on, all I want is to get this IDE exported code to work.
Upvotes: 1
Views: 8702
Reputation: 3528
Looks like this project references an non existing JDK/JRE.
Check which JDK/JRE is configured (in project settings) and check if it really exists.
Upvotes: 2