kaliiiiiiiiii / Selenium-Driverless

undetected Selenium without usage of chromedriver
https://kaliiiiiiiiii.github.io/Selenium-Driverless/
Other
545 stars 66 forks source link

How to propose text on elements #212

Closed hn315 closed 5 months ago

hn315 commented 5 months ago

My following code reported an error. Please help me directly modify the following code to display the text

msg = await driver.find_element(By.XPATH, '//*[@id="outer"]/table/tbody/tr/td/table[1]/tbody/tr[5]/td[2]', timeout=10).textContent print(msg)

Thanks

kaliiiiiiiiii commented 5 months ago

@hn315 please no duplicate issues in here! Elsewhise I'll have to block you.

kaliiiiiiiiii commented 5 months ago

https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/211