Regarding Ajax | Selenium Forum
R
Rupa Posted on 05/07/2020

How important of learning Ajax? 

we can code it by using the Actions class only?

or can we do it by javascript executor?

if we want to do with javascript executor have to learn javascripting?


A
Ashish Thakur Replied on 06/07/2020

You do not need to learn ajax. You have to manage ajax based components with selenium.

There is nothing special to manage ajax. Choosing your strategy depends on the scenario and web page.

In most cases introducing explicit wait helps in managing ajax components.

 

 


Related Posts