hi, gang. okay, i will ask once more who's willing to push out a release this week? i, unfortunately, am booked for nearly the entire week, so can't push a java release. i can manage a .NET and IE driver release, because those require comparatively little effort.
titusfortner
I'm ready to do what needs to be done on the Ruby side, now that I have permissions to the gem
alien_ has quit
SxE has quit
fabrice31 joined the channel
cromero joined the channel
cromero has quit
admc joined the channel
jleyba joined the channel
eindoofus has quit
asxbr joined the channel
asxbr
Hi guys...
Has anyone here ever tried to use selenium as a data generator?
i need to make something like that... But im not sure if selenium is the best option for it
dude-x
selenium is slow...
asxbr
yeah :/
dude-x
but if it fits your needs you can cook something up
asxbr
im thinking about business rule...
with selenium the business rule is abstracted... its like the real user doing it.
Cache_Money joined the channel
with JMeter, i will not consider some javascript/browser rules
so... if the develop team make changes on Ajax request, api call, my configuration will break
with selenium i dont need to care with it. The developers should fix the site to implement the change
and my code will still work
jleyba
what kind of data are you trying to generate?
kggr joined the channel
fabrice31_ joined the channel
fabrice31 has quit
asxbr
jleyba: its a e-commerce. I need to create some cases...
grepped joined the channel
like create account, add address, add card, create order, register to a club
i've made this all with selenium
but its really slow
i'm thinking about do it with JMeter
but i'm not sure if the best way
grepped
How do I get a named cookie in selenium-webdriver with chrome (node)? I'm using this.driver.manage().Cookies.GetCookieNamed(<cookiename>) but it's saying 'GetCookieNamed' is not a function
jleyba
asxbr, does your backend have an api you can manipulate directly rather than going over HTTP?
hi, does anyone happen to know how i can grab all the 'th' elements under the first 'tr'. trying to avoid xpath since it's last performant and my css grabs all the 'th' elements under both 'tr' for some reason: #sitelist-table_wrapper .table thead > tr:nth-of-type(1) > th