javascript - How to run Selenium browsers in the background in windows -


i'm trying click on javascript button in site(its search button on left): http://www.amadeusepower.com/trek/portals/trek/default.aspx?culture=en-us

i couldn't find way click on using htmlunit. thinking of switching selenium there problem. application should fill forms , results site , parse them data results page , send android device. need run 1 instance each android device connected if use selenium pop new window each user , may complicate things. want use headless browser said htmlunit has issue asked in here how click on javascript button in htmlunit

does know way run selenium headless browser on windows or can suggest tool can use in eclipse in windows purpose?

you can use phantomjs. complete webkit based headless browser has builtin webdriver support.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -