java - Authentication pop up using robot not working in parallel execution in selneium -
i executing script has authentication popup , robot class it's working fine. if execute tests in parallel it's entering username twice in username field of authentication popup username , in other popup it's not entering data.
for example: it's entering data username1username1 in first popup.
please guide me.
because if popup alert box open in 1 window , have handle popup , close first. allow access other windows. both pop has same field name find , send key "username1" in textbox. so, ever driver finding popup sending value. in parallel execution working correctly. need find way parallel execution.
Comments
Post a Comment