Python Forum

Full Version: question about using javascript on python selenium
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know we can apply javascript in python selenium in
driver.execute_script("some javascript code here")
I don't know anything above javascript, but I do want know if anywhere I can find a list of javascript code that can explain selenium features. I mean for javascript that specific use on
 driver.execute_script() 
. Thanks.
google 'using javascript with selenium'
you'll find quite a lot