How to select another radio button through selenium
I already try everything but could run
driver.manage().window().maximize();
WebElement ab = driver.findElement(By.xpath("//div[@class='userSelectTabsLinks' ][contains(.,'Company')]/input[@name='seller_type']"));
Thread.sleep(1000);
ab.click();
Comments
Post a Comment