<div data-tour="subsection-id-18" class="sc-jUosCB grKglT">
Im struggling to write the correct CSS selctor for my selenium program can someone give me adive on where to learn the correct paths, as i dont want to keep asking.
first = WebDriverWait(driver, 15).until(EC.element_to_be_clickable((By.CSS_SELECTOR, "div[@class='grKglT']")))
first.click()
What am i doing wrong long and what docs should i look at to help me in the long term