With selenium I can locate stuff using for example
content = driver.find_element(By.CLASS_NAME, 'content')content = driver.find_element(By.CLASS_NAME, 'content')
Within Helium docs, it seems that’s possible to use selenium stuff within helium, but I didn’t quite understand the paragraph within their docs/cheatsheet named as “Combining Helium and Selenium’s APIs”
https://github.com/mherrmann/helium/blob/master/docs/cheatsheet.md
submitted by /u/randomusername11222
[link] [comments]
r/learnpython With selenium I can locate stuff using for example content = driver.find_element(By.CLASS_NAME, ‘content’)content = driver.find_element(By.CLASS_NAME, ‘content’) Within Helium docs, it seems that’s possible to use selenium stuff within helium, but I didn’t quite understand the paragraph within their docs/cheatsheet named as “Combining Helium and Selenium’s APIs” https://github.com/mherrmann/helium/blob/master/docs/cheatsheet.md submitted by /u/randomusername11222 [link] [comments]
With selenium I can locate stuff using for example
content = driver.find_element(By.CLASS_NAME, 'content')content = driver.find_element(By.CLASS_NAME, 'content')
Within Helium docs, it seems that’s possible to use selenium stuff within helium, but I didn’t quite understand the paragraph within their docs/cheatsheet named as “Combining Helium and Selenium’s APIs”
https://github.com/mherrmann/helium/blob/master/docs/cheatsheet.md
submitted by /u/randomusername11222
[link] [comments]