how do I use selenium within Helium? /u/randomusername11222 Python Education

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] 

Leave a Reply

Your email address will not be published. Required fields are marked *