Im using vba macro and I'm getting this error message
Here is my code. driver.ExecuteScript ("driver.getElementById('itemText').value=" & myvariable)
myvariable contains very large string. (2 cell at max capacity) Im using execute script because if I do sendkeys, chrome goes run out memory and vba is showing webrequest timeout more than 100 secondes
Thanks