<br>I was wondering what the  contributors to WebTester think about adding an accessor for argument to WtSeleniumLocator?<br><br>The reason I ask is I&#39;d like to, in setUp, do something like this...<br><br>    input := self textFieldByXPath: &#39;//span[ @class = &quot;TextInPlaceEditor&quot; ]/input&#39;.<br>

<br>and then in my test do this...<br><br>    ( self link: &#39;an in-place editor&#39; ) click.<br>    self waitForElementPresent: input locator argument. <br>    input text: &#39;some input&#39;<br><br>Joel<br>