webdriver - com.thoughtworks.selenium.SeleniumException: ERROR: Command execution failure -


com.thoughtworks.selenium.seleniumexception: error: command execution failure. please search user group @ https://groups.google.com/forum/#!forum/selenium-users error details log window. error message is: object doesn't support property or method 'createevent'

i getting above error, please me out on issue.

help appreciated.

seleniumserver server = new seleniumserver(rcc); defaultselenium selenium = new defaultselenium("localhost", 1212, "*iexploreproxy", "http://");  server.start(); selenium.start(); selenium.windowmaximize(); selenium.open("url"); selenium.waitforpagetoload("25000"); selenium.windowmaximize(); selenium.type("id=lgnlogin_username", "dy4cl"); selenium.type("id=lgnlogin_password", "test1234"); selenium.click("lgnlogin_loginbutton"); selenium.waitforpagetoload("10000"); string msg = selenium.gettext("//table[@id='lgnlogin']/tbody/tr/td/table/tbody/tr[4]/td"); system.out.println(msg); 

upgrade selenium server file 2.32.0. can download here

let me know if still facing same issue.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -