01-08-2016, 06:31 PM
In IE11, generally "Set" command alone will not work.
We need to add below line of code before and after Set command
for ex:
We need to add below line of code before and after Set command
for ex:
Code:
Setting.WebPackage("ReplayType") = 2
oTempParentObj.Webedit("Country").set "CA"
Setting.WebPackage("ReplayType") = 1