Я получаю исключение нулевого указателя в классе объектов страницы, почему я получаю NPE
#java #selenium-webdriver #Ява #селен-веб-драйвер Вопрос: Base class package resources; import java.io.FileInputStream; import java.io.IOException; import java.time.Duration; import java.util.Properties; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.testng.Assert; public class base…