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
Post a Comment