d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Python Help
Add Reply New Topic New Poll
Member
Posts: 2,771
Joined: Jul 1 2017
Gold: 4,393.01
Sep 5 2023 03:58pm
need help finding Xpath of a button on a website that keeps updating their interface
Member
Posts: 32,647
Joined: Jul 27 2006
Gold: 47,510.20
Sep 6 2023 01:36am
pm me
Member
Posts: 8,445
Joined: May 30 2008
Gold: 132.50
Sep 6 2023 07:33am
you should just be able to right click on the button, and then click "Inspect". From there, you can right-click on the element within the html and click Copy -> Copy xpath
Member
Posts: 2,771
Joined: Jul 1 2017
Gold: 4,393.01
Sep 6 2023 11:25am
Quote (d3skjet @ Sep 6 2023 06:33am)
you should just be able to right click on the button, and then click "Inspect". From there, you can right-click on the element within the html and click Copy -> Copy xpath


this used to work but not anymore idk why
Member
Posts: 837
Joined: Jun 21 2015
Gold: 3.89
Sep 17 2023 01:15am
Quote (Physician @ Sep 6 2023 10:25am)
this used to work but not anymore idk why


it still works in chrome. tested and confirmed
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll