Missing method execute_script in webdriver.tcl
Brought to you by:
firetcl
Apologies if this is not the best way to notify you. I found a bug with the selenium package.
This is all within the webdriver.tcl file.
When I try to use the submit_form method I get an error saying the method execute_script doesn't exist. I added in a method that passes arguments to execute_javascript and that seems to have fixed the issue. I guess you can either rename execute_javascript to execute_script or put in an alias like I did.
I added a forward method. Now execute_script is a forward method to execute_javascript.