0
Good morning, I’m trying to click the 'Show more' button in the field of skills but without any success. Xpath is dynamic, and by class also does not work. The button seems to be hidden somehow.
I tried to xpath:
driver.find_element_by_xpath('//*[@id="ember2605"]/button/span[2]/li-icon/svg/path').click()
Thanks for the help