Hello
I have all this import:
package io.testproject.generated.tests.yolotestautomation;
import io.testproject.addon.RESTfulAPIClient;
import io.testproject.addon.RandomDataGenerator;
import io.testproject.addon.StringUtils;
import io.testproject.addon.VisibleElementsOperations;
import io.testproject.sdk.drivers.ReportingDriver;
import io.testproject.sdk.drivers.web.RemoteWebDriver;
import io.testproject.sdk.interfaces.junit5.ExceptionsReporter;
I have to replace it after testproject will end life? If yes how?
I use driver = new RemoteWebDriver(“XZY”, new ChromeOptions(), “yyy”);
How I have to replace it?
I general I have to do other step to make work testproject test in selenium, when testproject life end?
thank you for your help
have nice day
Marco