import org.openqa.selenium.*; import org.openqa.selenium.JavascriptExecutor.executeScript;
-
Please add the code how exactly you try to execute your scriptLia– Lia2021-04-10 14:12:23 +00:00Commented Apr 10, 2021 at 14:12
-
This is how Im trying to use that JavascriptExecutor js = (JavascriptExecutor)driver; js.executeScript("document.getElementById('lst-ib').value='chercher tech'");Gayathri– Gayathri2021-04-10 14:28:19 +00:00Commented Apr 10, 2021 at 14:28
-
what is the error you getPDHide– PDHide2021-04-10 15:28:12 +00:00Commented Apr 10, 2021 at 15:28
-
Cannot resolve symbol 'executeScript'Gayathri– Gayathri2021-04-10 17:05:24 +00:00Commented Apr 10, 2021 at 17:05
Add a comment
|