That cell in this column can be entered with object.send_keys ("hoge"), but that cell in the next column cannot be entered with object.send_keys ("hoge")! ??
ActionChains(driver).send_keys(The character string you want to set).perform()
I think you can now enter it.
Recommended Posts