How do I record in Selenium WebDriver?
Selenum doesn’t have any inbuilt recording feature. You can use a java library ATUReporter_Selenium_testNG.jar in your Maven project to record your test cases.
Read how to implement this
How do I record in Selenium WebDriver?
Selenum doesn’t have any inbuilt recording feature. You can use a java library ATUReporter_Selenium_testNG.jar in your Maven project to record your test cases.
Read how to implement this