Добрый день, может кто подсказать по Selenium WD, не могу побороть ошибку
Exception in thread "main" org.openqa.selenium.ElementNotInteractableException: Element <input class="ui-radio__input" name="stock" type="radio"> could not be scrolled into view
пробовала вот так найти местоположение, но не помогло
((JavascriptExecutor) driver).executeScript(String.format("window.scrollTo(%s,%s)", driver.findElement(By.xpath("//span[text()='В наличии']/preceding-sibling::input")).getLocation().x, driver.findElement(By.xpath("//span[text()='В наличии']/preceding-sibling::input")).getLocation().y));