c# - selenium click not firing entire event - behavior is different than user interaction -


i have icon on web app. sending click sleeping bit. icon click opens window. when user clicks on icon, window opened, user controls displayed , populated @ top of page (filter selections) , grid of data displayed.

when click issued in selenium test (c# binding if convenient examples or useful in anyway), window opened, filter controls displayed not populated. no grid of data displayed.

only testing in ie @ time since our app runs in ie.

the new window has javascript errors not experience in regular user execution. app developer asked indicates has seen these errors in debugging has never bothered research them since not affect user experience.

does have insight ie web driver implementation might cause or thoughts on how work around it?

thanks


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -