what is the correct way for me to select "Skip" button or navigate the tooltip element if I have one page that is written with intro.js, http://introjs.com/? I have tried to use following code. but selenium webdrive return exception for overlay.
Modify the question with answer, after changing small text. no probkem for me anymore
from selenium import webdriver
driver = webdriver.Chrome()
driver.get('http://introjs.com')
driver.find_element_by_xpath('//div//i[@id="tour-help-icon"]').click()
driver.find_element_by_xpath('//div//a[.="Skip"]').click()