Unable to run java junit selenium code for my test case
问题 I recorded the testcase steps using Katalon IDE and I was able to play the recording successfully using private browser session. I now wish to play the testcase in Linux using headless browser. Hence, I exported my testcase as Java Junit code as below: package pack; import java.util.regex.Pattern; import java.util.concurrent.TimeUnit; import org.junit.*; import static org.junit.Assert.*; import static org.hamcrest.CoreMatchers.*; import org.openqa.selenium.*; import org.openqa.selenium