adspace
How does one execute java scripts function in selenium?
Answer Posted / Bierjesh Singh Dhillon
To execute JavaScript functions in Selenium, you can use the `executeScript()` method of the `driver` object. Pass your JavaScript code as a parameter to this method.n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers