MoveTargetOutBound exception,  | Selenium Forum
D
divya Posted on 05/05/2020

I have an issues while running the test in IE to select multiple elements form the list:

am seleting the elemnets section using action class by passing the index and doing build perform . when i run the test in chrome its running fine, 

while running the same test in IE it fails due to move out bond exception a below, in ui its selecing the elemnet form available list instead of assigned list. that is the problem. Please help me in this situation. i tried below function to select multiple elements from list please let me know if its good code or not. Thanks a lot !


A
Ashish Thakur Replied on 07/05/2020

1) Try scrolling to the element first us js executor

2) Some wait before selection also helps at times


D
divya Replied on 08/05/2020

thank you, did above code is good or need any modification. 

how can we avoid stalecacheElement exception and moveOutbound exception in selenium.

 

Can you also pleae make any video related to lamda expressions- please lkindly response to my question. thanks a lot.


A
Ashish Thakur Replied on 08/05/2020

There is no certain place where you get it

Sometimes wait solves it

Sometimes scrolling to element solves the problem


D
divya Replied on 08/05/2020

ok thank you 


Related Posts