maven - Selenium 2 Automation Framework deployed as WAR on tomcat -


i have created selenium 2 automation framework, using maven have packaged war file.

after deploying build, when start getting landing jsp, simple one, button startrun, on click of have initiated creation of webdriver instance (am using chromedriver) , navigation specific url.

but when click on button nothing happens,i have enabled log4j capture actions, logs see chromedriver instance created, not able see chrome window opening up.

am using selenium-2.44.0 , language java

here piece of code chromedriver instance created :

system.setproperty("webdriver.chrome.driver", "c://chromedriver.exe"); webdriver driver = new chromedriver(); capturelogs.info("opening browser"); try {     objectfortest(driver); }  

any appreciated, happy share more details if required.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -