❔ selenium chromedriver
hello im trying to pass some data to a textbox on this website: https://plancke.io/ although im getting some errors
using chrome driver
4 Replies
wait fuck it worked
but when i tried on discord for the first time it didnt
any ideas why it didnt work on dc?
full xpath is not a great selector. If an extra div shows up in the tree above your element it'll break. Generally safer to uses classes, ids, names, etc.
For your example
input[name='player']
is probably more reliableyou need to provide more info
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.