Posts by Luis Meirelles • 13 points
1 post
- 
		0 votes2 answers2088 viewsQ: I type the correct xpath from a button, but Selenium says xpath does not existI’m making a bot in python using Selenium and need to click the Instagram like button using code. To find the Like button I’m using the method find_element_by_xpath(). To make sure, I clicked on…