Home > other >  Python selenium xpath to dynamic positioning elements
Python selenium xpath to dynamic positioning elements

Time:04-28

The find_element_by_xpath (".//* [@ id='sample - table - 2']/tbody/tr [2]/td [13] "). Click ()
A I want to make the back of the tr changes follow the number in the [] I, how can I solve or have any better way
  • Related