self.br.execute_script("document.getElementById('ctl00_phMainContent_KeywordForm_ControlPanel_txtKeywords').value = 'keywordurl';")
I use selenium in python, I have the following code which executes Javascript. The part of keyworurl is a python string list of around 1300 lines. But when I use that code it will write "keywordurl" and not what the keywordurl represents in python... any ideas? If it was possible to do " + keywordurl + " or something?