Using WatiN, I\'m loading up http://maps.google.com/ All I want to do is right click the map and click \"Center map here\" when the context menu pops up.
I have a sample webpage: <form action=blabla.php methog=post>...</form> <form action=blabla.php methog=post>...</form>
开发者_运维百科I\'ve scoured the internet (including answers from this site) but nothing appears to work for me. Does anyone know the correct approach to attach WatiN to a WebBrowser instance (Windows
Please tell me the way to search a cascading element in a page. For e开发者_如何学Goxample, there are 10 anchor element tags used in a page. I can simply reach an element using FindBy method i.e. Ele
I\'m using regular expression in watin. I have something like: ie.Button(Find.ByNam开发者_Go百科e(new Regex(input))).Click();
Okay, here\'s my problem: I\'m using WatiN to navigate a website, but then a java applet pops up in a separate window. Ideally, I\'d like to automate that window (list box selections, key presses and
I\'m trying to add Con开发者_JS百科firmDialogHandler to dialog handler and i get NullReferenceException.
This question is more of a follow-up to this one: Hiding Internet Explorer when WatiN is run Like the person who asked that original question, I also want to stop IE from being shown when my WatiN te
I have never used Watin before today. I need to开发者_如何学JAVA get a collection of \'li\' elements that are within a \'div\'
I\'ve hit a snag. I am trying to use WatiN to upload a file. I can load the upl开发者_如何学JAVAoad box, but it quickly disappears. The last line of my code at the moment is: