I'm trying to fill this form and can't really select the dropdown options, link https://opensource-demo.orangehrmlive.com/web/index.php/admin/saveSystemUser
I also can't use select because there is no select tag in the HTML code
user_role = Select(driver.find_element(By.XPATH,"/html[1]/body[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]"))
user_role.select_by_visible_text("Admin")
this shows an error that select cant be used on a div tag