Hello ,
I got a problem with my selenium webdriver test .
As you can see from the images - test is working fine .
When i'm trying to create .jar file it's giving me error:
Could not find main method from given launch configuration so i'm changing the code and adding
public static void main(String[] args) - to create the main class , everything breaks ...
Could you tell me what is going on here and how to fix that ?
even if i change the code and try to make .jar i'm still getting the same error