how open url with click on one div in Watin automation -


how open url click on 1 div in watin automation

i going url code

browser.goto(address); browser.waitforcomplete(); 

and click on div this

var main_tab1 = browser.div(find.bytext("main_tab")); main_tab1.click(); 

i want when browser going url div cliked

and no need click ... , automation faster

i not sure if have understood question right. asking whether need navigate page on click on div using browser.goto(address)? if so, try navigate directly address. capture url when u click on div , send goto method.


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -