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