both edge and safari preview drivers have the spec dialect turned on as the default
cgoldberg-sl has quit
Rapture joined the channel
alxy joined the channel
jackofspaces-sl has quit
Ayps
Hi
jimevans
ayps: hi
cdbattags has quit
AutomatedTester
there are times I wish I left comment for future me
WhereIsMySpoon
AutomatedTester: dont we all
AutomatedTester
past me is a dickhead
cdbattags joined the channel
tvsutton
jimevans: would be interested if you get it working. I'd tried with the first Redstone 5 build I could when I heard about the new method for the EdgeDriver installation, but couldn't find it in the windows features list.
cdbattags has quit
jimevans
oh, i've gotten it working before.
cdbattags joined the channel
AutomatedTester needs to clear his head, bbl
WhereIsMySpoon
be well, AutomatedTester :)
AutomatedTester
I am going for a run in the heat... I must be mad
tvsutton starts up his redstone 5 VM again
tvsutton
looks like the last build I tried this on was 17666
kpschmid_ joined the channel
dude-x
i see beyondevil is now the maintainer of pytest-selenium
kpschmidt has quit
lucast
believe that's jimboslice-sl
@jimboslice
jimevans
"Don't turn off your PC. This will take a while."
tvsutton
You forgot "Your PC will restart several times."
kpschmid_ has quit
jimevans
man, if i'm england or belgium, i'm not sure i *want* to win my group.
dude-x
thanks
jsdorlus joined the channel
kpschmidt joined the channel
kpschmidt has quit
kpschmidt joined the channel
kpschmidt has quit
kpschmidt joined the channel
kpschmidt has quit
hazmeister-sl has quit
kpschmidt joined the channel
dude-x_ joined the channel
kpschmidt has quit
kpschmidt joined the channel
freefork_afk joined the channel
kpschmidt has quit
freefork_afk joined the channel
freestyledork_ joined the channel
WhereIsMySpoon
jimevans: i thought soccer didnt exist for you guys over there :P
aCodinMan joined the channel
jimevans
some of us try to be a little less provincial than others. :P
WhereIsMySpoon
hehehe
aCodinMan has quit
barancev
soccer? it's over here. I mean in Russia where I am :)
aCodinMan joined the channel
WhereIsMySpoon has quit
ynonp joined the channel
jsdorlus joined the channel
jsdorlus has quit
sainadh joined the channel
martynas-sl joined the channel
sainadh has quit
aCodinMan has quit
ynonp has quit
kern joined the channel
kern
?
kern has quit
lucast
didnt even stick around a minute, wow
dude-x_ joined the channel
freestyledork_ is now known as freefork_afk
srji joined the channel
cthulchu_
hey folks!
can I get a list of http requests sent by scripts on a page to third parties during a test?
what proxy would you recommend to work with selenium tests
oh, no... tha apps send the events in batches every two minutes
it's gonna slow down the testing insanely
martynas-sl has quit
ynonp has quit
kpschmidt has quit
Hounddog joined the channel
douglasmpetti-sl joined the channel
douglasmpetti-sl
cthulchu_ does it need to be during your test? you can get that sort of information by setting up your own private instance of WebPageTest and running it
cthulchu_
I want it during the test
parsing all afterwards will change how I plan to write tests in a terrible way
do we have appium people around here?
douglasmpetti-sl
I've never used Appium, are you able to execute Javascript? Not sure if you've tried it, but you execute JS to return navigation.performance or whatever the exact thing is as a JSON struct and parse it
cthulchu_
the appium channel seems to be really thin
srji has quit
I can execute JS
and I have a few ways to get the performance data for sure
the problem is not Web, but apps
douglasmpetti-sl
I'm guessing these are native apps?
cthulchu_
indeed
I wish they were not :)
I wish they were just browsers pointing to a webapp
but no
I don't know why people write native apps
seems so obsolete
hell I know how to do it for web in four different ways, but three of them don't work for the apps
dude-x
native apps are faster. web assembly can fix some of those issues i guess
and the next spec that allows any language in thet browser can really open things up