<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel">
    <title>gmane.comp.web.selenium.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9775"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9774"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9773"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9772"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9771"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9770"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9769"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9768"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9767"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9766"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9765"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9764"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9763"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9762"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9761"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9760"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9759"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9758"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9757"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9756"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9775">
    <title>Re: Re: SelGrid 1.0 websites are misleading</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9775</link>
    <description>&lt;pre&gt;thanks much Kevin,  will do.

Paul


On Thu, May 24, 2012 at 5:09 PM, Kevin Menard &amp;lt;nirvdrum&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Paul Grandjean</dc:creator>
    <dc:date>2012-05-25T20:01:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9774">
    <title>Re: how to run webdriverjs from browser without need of webdriver server</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9774</link>
    <description>&lt;pre&gt;It's a possibility, but it's a super low priority for me at the moment.


On Mon, May 21, 2012 at 9:59 AM, ejaenv &amp;lt;enricjaen&amp;lt; at &amp;gt;yahoo.es&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Jason Leyba</dc:creator>
    <dc:date>2012-05-25T18:59:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9773">
    <title>RE: How to do changes in the source code of selenium</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9773</link>
    <description>&lt;pre&gt;There's actually a well-structured system for adding or customizing language support in Selenium IDE.  What you need to do is to build a new formatting module, and load it when you build your tests.  Here's what I wrote the last time someone asked about how to do this:



*         The IDE release notes have a little bit of info on formatter plugins: http://code.google.com/p/selenium/wiki/SeIDEReleaseNotes.

*         Adam Goucher did a great series of blog posts a few years ago about writing IDE plugins:

o    The Selenium-IDE 1.x plugin API (Part 1) - Build and Preferences: http://adam.goucher.ca/?p=1331

o    The Selenium-IDE 1.x plugin API (Part 2) - The Toolbar: http://adam.goucher.ca/?p=1341

o    The Selenium-IDE 1.x plugin API (Part 3) - The Sidebar: http://adam.goucher.ca/?p=1343

o    The Selenium-IDE 1.x plugin API (Part 4) - Extending the Selenium API: http://adam.goucher.ca/?p=1348

o    The Selenium-IDE 1.x plugin API (Part 5) - Publishing Updates: http://adam.goucher.ca/?p=1351

o    The Selen&lt;/pre&gt;</description>
    <dc:creator>Ross Patterson</dc:creator>
    <dc:date>2012-05-25T12:26:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9772">
    <title>Re: How to do changes in the source code of selenium</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9772</link>
    <description>&lt;pre&gt;I would look at it as follows:

I am a software developer. I have just joined a new company. Someone
points me to a wiki (http://code.google.com/p/selenium/w/list) and
says the information I need should be in there. I figure out how to
setup my development environment to work with Subversion (because that
is what the company is using). I check out the source code.

What would any software developer, new to a company, do at this point?
Some will read design documents (if they can find any). Some will
start looking for patterns in the code and coding conventions the team
are using. If your tools allow it, run the application in debug mode
and set things to 'break on main'. Then start stepping into and out of
code. Otherwise, look at the code and see if there are things which
are obvious. If you are using Java and instantiating a RemoteWebDriver
then find the RemoteWebDriver class and set a breakpoint on the
constructor. If you want to find the code for a click() method. Search
for all click() methods and set b&lt;/pre&gt;</description>
    <dc:creator>darrell</dc:creator>
    <dc:date>2012-05-25T12:14:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9771">
    <title>Re: fileDetector in RemoteWebElement</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9771</link>
    <description>&lt;pre&gt;Without seeing how you've extended things, I'm not sure why you don't
have a file detector. We should probably add a guard for the null case
anyway.

Simon

On Fri, May 25, 2012 at 11:18 AM, Graham Abell &amp;lt;nicegraham&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Simon Stewart</dc:creator>
    <dc:date>2012-05-25T10:21:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9770">
    <title>Re: fileDetector in RemoteWebElement</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9770</link>
    <description>&lt;pre&gt;Hi Simon,

It's set in the remoteWebDriver alright, it's just that my extended
RemoteWebElement didn't have it set so I manually set it:

this.setFileDetector(parent.getFileDetector());

and I don't get the NPE anymore.

I don't really get why I had to set it like this since at that point you
have the parent webdriver by virtue of having the webelement and so could
just query it directly?

graham

On 25 May 2012 11:12, Simon Stewart &amp;lt;simon.m.stewart&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Graham Abell</dc:creator>
    <dc:date>2012-05-25T10:18:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9769">
    <title>Re: Selenium Contributions</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9769</link>
    <description>&lt;pre&gt;The best thing to do is to either email this list (welcome!) or to hop
on to the #selenium IRC channel. Most week days there's at least one
contributor logged in.

Simon

On Thu, May 24, 2012 at 12:48 AM, Conrad Warmbold &amp;lt;duperad&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Simon Stewart</dc:creator>
    <dc:date>2012-05-25T10:13:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9768">
    <title>Re: fileDetector in RemoteWebElement</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9768</link>
    <description>&lt;pre&gt;It gets set here:

http://code.google.com/p/selenium/source/browse/trunk/java/client/src/org/openqa/selenium/remote/RemoteWebDriver.java#76

The only way for it to be null is if you've set it to be null :)

Simon

On Wed, May 23, 2012 at 4:23 PM, Graham &amp;lt;nicegraham&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Simon Stewart</dc:creator>
    <dc:date>2012-05-25T10:12:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9767">
    <title>Re: Re: SelGrid 1.0 websites are misleading</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9767</link>
    <description>&lt;pre&gt;Hi Paul,

That'd be great.  One of the difficulties is Kristian, Francois, and I are
all quite familiar with it now, so we lack that necessary new user
perspective.  That's by no means justification for the anemic docs we have
now, but I think collaborating on this would be quite helpful for both of
us.  Feel free to add me on GTalk and ping me with any questions you have.

Thanks,
Kevin

On Thu, May 24, 2012 at 2:04 PM, Paul Grandjean &amp;lt;pgrandje&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Kevin Menard</dc:creator>
    <dc:date>2012-05-25T00:09:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9766">
    <title>Re: Re: ChromeDriver 20.0.1133.0 released</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9766</link>
    <description>&lt;pre&gt;Thanks, I starred it.  I noticed it when I copied it and Windows showed the 
two sizes.

good thing I was sitting down!  ;)

Mike

On Thursday, May 24, 2012 1:25:26 PM UTC-7, Ken Kania wrote:

&lt;/pre&gt;</description>
    <dc:creator>Mike Riley</dc:creator>
    <dc:date>2012-05-24T23:17:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9765">
    <title>Re: Re: ChromeDriver 20.0.1133.0 released</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9765</link>
    <description>&lt;pre&gt;Yep.  I think some changes in gyp (http://code.google.com/p/gyp/) caused
the drastic size increase.  You can track
http://code.google.com/p/chromedriver/issues/detail?id=84 if you want to
get updates about when I find and fix the root problem for windows
ChromeDriver.

Ken

On Thu, May 24, 2012 at 9:23 AM, Mike Riley &amp;lt;lvskiprof&amp;lt; at &amp;gt;cox.net&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Ken Kania</dc:creator>
    <dc:date>2012-05-24T20:25:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9764">
    <title>Re: How to do changes in the source code of selenium</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9764</link>
    <description>&lt;pre&gt;Hi,

I think you just need to use a debugger to step into the code and do it.
 If you have specific code questions I'm sure one of the committers would
be willing to answer, if someone knows the answer.  But your questions
right now are of a very general nature.  Just start stepping into the code
and studying it.

On Sun, May 20, 2012 at 1:59 AM, hemshankar sahu
&amp;lt;hemshankar.sahu&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:


&lt;/pre&gt;</description>
    <dc:creator>Paul Grandjean</dc:creator>
    <dc:date>2012-05-24T18:12:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9763">
    <title>Re: Will Selenium IDE support Application developed in Progress language</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9763</link>
    <description>&lt;pre&gt;It sounds like this is a question better asked in the user's group.

Paul

On Sun, May 20, 2012 at 10:06 PM, Priya &amp;lt;priyacse74&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Paul Grandjean</dc:creator>
    <dc:date>2012-05-24T18:08:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9762">
    <title>Re: Drop down list value dynamically selected in RC</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9762</link>
    <description>&lt;pre&gt;It sounds like this is a question better asked in the user's group.

Paul

On Tue, May 15, 2012 at 10:18 PM, selenium selenese &amp;lt;
automationonselenium&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Paul Grandjean</dc:creator>
    <dc:date>2012-05-24T18:08:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9761">
    <title>Re: Extract Image Id from profile picture</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9761</link>
    <description>&lt;pre&gt;It sounds like this is a question better asked in the user's group.

Paul


On Sun, May 20, 2012 at 11:02 PM, Python Newbie &amp;lt;sandeep0242&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:


&lt;/pre&gt;</description>
    <dc:creator>Paul Grandjean</dc:creator>
    <dc:date>2012-05-24T18:07:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9760">
    <title>Re: Anybody use Selenium in Java?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9760</link>
    <description>&lt;pre&gt;would this be better asked on the user's list?

We can't really respond if we don't know the question.  Sorry.

Paul


On Thu, May 10, 2012 at 1:43 PM, Ben King of Moria &amp;lt;benkingofmoria&amp;lt; at &amp;gt;gmail.com


&lt;/pre&gt;</description>
    <dc:creator>Paul Grandjean</dc:creator>
    <dc:date>2012-05-24T18:06:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9759">
    <title>Re: Re: SelGrid 1.0 websites are misleading</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9759</link>
    <description>&lt;pre&gt;Kevin,

Since you're so hammered right now, would I be able to assist with that
documentation?

Only problem is, I'm only just learning Grid and have had many many
questions.  However, if you could answer my questions, particularly how the
timing works, I'd be happy to do the write-ups.  This is very important to
me to learn Grid properly so I'd be willing to start on this in the next
few days and work towards getting something done over the next few weeks.

Let me know if that helps.

Paul


On Thu, May 24, 2012 at 4:50 AM, Kevin Menard &amp;lt;nirvdrum&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Paul Grandjean</dc:creator>
    <dc:date>2012-05-24T18:04:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9758">
    <title>Re: ChromeDriver 20.0.1133.0 released</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9758</link>
    <description>&lt;pre&gt;I am curious why it went from a size of 2,274,304 to 15,668,736 between the 
19.0.1068 version and this one.

The changes didn't sound that extensive.  Was something changed in the 
build process?

Mike

On Wednesday, May 23, 2012 2:00:15 PM UTC-7, Ken Kania wrote:

&lt;/pre&gt;</description>
    <dc:creator>Mike Riley</dc:creator>
    <dc:date>2012-05-24T16:23:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9757">
    <title>Re: Re: SelGrid 1.0 websites are misleading</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9757</link>
    <description>&lt;pre&gt;I've been planning on taking a day to do a fresh documentation pass.  As 
it turns out, finding a day has been more difficult than I thought.  But 
I very much want to enhance the grid docs.

The grid 1 docs problem was just a case of unintended consequences.  I 
wanted to leave the docs there for those that haven't been able to 
upgrade for whatever reason, but didn't realize they ranked so highly in 
Google search results.  I probably should have guessed that based on how 
long the old JavaDocs ranked, but it didn't occur to me.

&lt;/pre&gt;</description>
    <dc:creator>Kevin Menard</dc:creator>
    <dc:date>2012-05-24T11:50:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9756">
    <title>Re: Re: Let's move hudsuckr.exe out of the selenium distribution</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9756</link>
    <description>&lt;pre&gt;And because it's part of Selenium RC it's staying just where it is.

Simon

On Thu, May 24, 2012 at 3:41 AM, Luke Inman-Semerau
&amp;lt;luke.semerau&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Simon Stewart</dc:creator>
    <dc:date>2012-05-24T11:24:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.selenium.devel/9755">
    <title>Re: Re: Let's move hudsuckr.exe out of the selenium distribution</title>
    <link>http://permalink.gmane.org/gmane.comp.web.selenium.devel/9755</link>
    <description>&lt;pre&gt;It's a proxy configuration tool, it allows Selenium to change the system
proxy on windows machines (when you ask/tell it to) so that IE will use
your desired proxy rather than the system configuration.

On Tue, May 22, 2012 at 3:33 PM, David &amp;lt;mangaroo&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Luke Inman-Semerau</dc:creator>
    <dc:date>2012-05-24T02:41:14</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.selenium.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.selenium.devel</link>
  </textinput>
</rdf:RDF>

