Is there something wrong with this code ?
region = Select(driver.find_element_by_id('x_place_occ_reg'))
region.select_by_visible_text(varRegion)
Whenever I run the code, it shows the following error.
Message: Element is not clickable at point (380.5,333) because another element obscures it
I'm hoping that someone who can point out the error, by the way thank you in advance.