I'm using it as a metric for how much work Microsoft has done on Edge :)
jleyba
I'm still holding out hope Apple decides to join the party and implement webdriver for webkit/safari
I know they're aware of us and there are some teams there using the current safaridriver
titusfortner
So you're saying we should make the safaridriver worse? ;)
Stevesan has quit
jleyba
No, just underscoring how very little interest I have in touching that code :)
It wasn't that bad to work on, just got to the point where all that was left was the PITA hard stuff.
Honestly don't know how jimevans has stuck it out working on the iedriver for so long!
titusfortner
*someone at the conference told met that the secret to success was to implement something poorly and get other people frustrated enough to write code that fixes it :)
jleyba
sounds like something simon would say
qwebirc57849
titusfortner: that sounds very socially responsible
titusfortner
Someone else told me that they considered most people in open source projects to have about 3 years of work, and that the secret to an open source project's success is to make sure you get new members excited every year or so to maintain momentum
eteixeira has quit
jimevans
until you realize nobody else gives a damn about the thing you produce, and if you left it, nobody would take it over.
titusfortner
they complain enough for not giving a damn ;-)
jimevans
"but it's too haaaaaard!"
</whine>
santiycr joined the channel
jconstance has quit
p0deje joined the channel
barancev
I honestly don't know if it possible to build 1) RC only server and 2) WebDriver only server from the same code base
"The old server should not have the webdriver stuff in it" -- I'm still in doubt we need this
p0deje has quit
santiycr has quit
jleyba
A selenium server based on netty is not possible with grid - which uses servlets
sircapsalot
hey goes, how goes it
barancev
netty is just a wish :)
let's keep jetty for now
sircapsalot
are we talking S3 ?
barancev
yes, S3
I'm going to take another try
titusfortner
well... as long as we get the "new server" good to go, does the old server still present a roadblock to release?
barancev
simonstewart wants "the old server" for some reason
titusfortner
as in, does pulling the webdriver stuff out need to hold back a new release
but if that causes a significantly increased amount of work... :)
barancev
exactly
that's what I dislike in this idea
titusfortner
seems like focusing on the 10% part of the problem, when the 90% is getting RC gone
jimevans
let me channel simonstewart for a minute.
barancev
I should talk to him again
jimevans
just dropping RC completely, with no recourse is a really nice way to say "f-u" to enterprise users who don't update
barancev
recourse is "use version 2.47"
jleyba
+1
jimevans
that's an incredibly rude answer to users.
jleyba
Are we going to make any changes to RC code once it's split from webdriver?
* that would warrant more than a bug release
jimevans
not that it's the wrong thing to do, but it's really, really impolite
jleyba
I don't follow
titusfortner
Am I missing the point of Selenium 3?
barancev
jimevans: anyway, they can't use 3.x because it is "no RC" branch
jleyba
How is it impolite to say 2.47.x is your same old server with RC support. 3.x is webdriver only
jimevans
i'm just (poorly) giving you simon's arguments.
sircapsalot
was 3 going to remove all S1 classes? accoding to the release plan, we were just going to add deprecation warnings i think
jimevans
i'd like nothing more than to just get rid of it altogether.
barancev
we can create a "legacy branch", if someone is eager to fix RC issues :)
jimevans
major release means major changes.
titusfortner
+1
sircapsalot
definitely
jimevans
and get with the fucking times.
sircapsalot
no backwards compat
with s1 at least
richdownie joined the channel
richdownie has left the channel
titusfortner
No More RC! :)
cristi has quit
jimevans
but again, simon has definite views on that, and as long as he has the commit bit, there's every chance he'll revert any too-intrusive commit.
he's stated (to me) that he's not opposed to rolling stuff back that he finds offensive, for whatever reason
jleyba
Not too hard to get Simon to agree to changes
titusfortner
well, it seems like the first step is to get the WebDriver only portion ready. Then if we want to hold up a release to get an RC-only something for people to use, that's a future decision :)
jleyba
Just need to get a few drinks in him first
titusfortner
(says someone who updates to Se3 by deleting 2 directyories)
oida has quit
barancev
titusfortner: done for the client part (in Java)
jleyba
random off topic question: how is MS Edge on support for ES6?
titusfortner
right, I know, I'm saying my part is easy
barancev
but it is not easy to perform the same with the grid...
titusfortner
What is ES6?
sircapsalot
titusfortner: do you have the selenium3 roadmap? if not i can share it with you
titusfortner
The latest fast ring build with the latest released driver (yesterday)
is great
except for alerts
clicking something that opens an alert hangs the driver
jimevans
if "removing RC support from the core download" is Selenium 3, .NET could cut the release today.
titusfortner
sircapsalot: we have a roadmap?
sircapsalot
check your email
dude-x joined the channel
Ardesco joined the channel
titusfortner
Why is Python different with the deprecation warnings?
sircapsalot
rather than just deleting them
not sure
titusfortner
it's the only bindings that discuss it is all
sircapsalot
right.. i think that's more of an "understood" that s1 is going away in all bindings
jimpurbrick joined the channel
Shayanjm has quit
Neo-- has quit
perfectsine joined the channel
Nizumzen has quit
Shayanjm joined the channel
jimpurbrick has quit
dude-x has quit
dimacus joined the channel
dude-x joined the channel
korg joined the channel
philipp_k joined the channel
qwebirc57849
I have tests that I've tested with Firefox and Chrome. is there a different process to run the same test for Internet Explorer ?
kggr has quit
ealter joined the channel
jimevans
qwebirc57849: what do you mean? have you tried it? if you have, what didn't work? that question, as asked, is far too broad to give a concise, specific answer.
shawnknight joined the channel
jimpurbrick joined the channel
korg has quit
qwebirc57849
jimevans: I'm not too familiar with Selenium. I just wanna know if the test should be ran with the The Internet Explorer Driver Server
plujon joined the channel
jimevans
yes. just like you use chromedriver.exe to run tests against chrome, you similarly use IEDriverServer.exe to run tests against IE. you will need to properly (manually) configure IE before running your tests against IE.