JavaScriptExecutor - Calling and Injecting Javascript functions from Selenium Tests

Опубликовано: 29 Январь 2023
на канале: SDET Adda For QA Automation
978
20

There are scnenarios where there will no unique attribute given for webelement but there is javascript function associated with that webelement on the webpage.

So rather than identifying the webelement uniquly and perform the action, we can call java script function associated to that webelement which will eventually do the same thing.

#JavaScriptExecutor is an Interface that helps to execute #JavaScript through #selenium Webdriver. JavaScriptExecutor provides two methods #executescript & #executeAsyncScript to run javascript on the selected window or current page.

#javascript #javascriptexecutor #framework #selenium #extentreports #javascriptfunctions #javascriptinselenium #iframeinselenium #iframes

Website References:
https://www.selenium.dev/selenium/doc...
https://www.w3schools.com/js/tryit.as...
https://www.c-sharpcorner.com/article...