2023-02-26

How to select another radio button through selenium

enter image description here

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();


No comments:

Post a Comment