jimboslice-sl: sorry, having four very different conversations atm :P
Karthi
k
davehunt
jimboslice-sl: you can read and parse a file locally, but you'll only send preferences over the wire if you use options.set_preference for each preference.. If you use options.profile the entire profile directory will be sent over the wire.
I'd retest before referrring to two-month old reports
jimboslice-sl
I made that report
barancev
two months ago
jimboslice-sl
But I'm happy to run the snippet using FF53/54 and GD 16
yes
sanscoeur joined the channel
p0deje has quit
bbarke joined the channel
smccarthy joined the channel
duderonomy has quit
jimevans
well, i guess i won't be working on selenium for awhile
lucast
why not?
jimevans
i can't build java
jimboslice-sl
jimevans: ?
jimevans
buck craps out saying it can't find javac
lucast
simon come back from vacation!
jimevans
for a *specific* target, mind you.
jimboslice-sl
heh
jimevans
javac is appropriately on the path.
i really don't have the time or energy to go spelunking into the bowels of buck. so until simonstewart gets back, i'm out.
jimboslice-sl
Enjoy the time off?
_when_ is simon back?
jimevans
next week sometime
jimboslice-sl
Ok
saphyel has quit
kyuwonchoi joined the channel
stryx` joined the channel
kpschmidt joined the channel
kpschmidt has quit
pnaranja-sl has quit
jimpurbrick has quit
saybinem-sl joined the channel
saybinem-sl
Hi, anyone managed to work with PROXY Authentication box with python code in Chrome ? it work for me if i manually enter username&password and i can see my IP using the proxy server but can't find solution to do it automatically using selenium.. any help will be very appreciate . thanks,
Stevesan has quit
alien_ has quit
Lord_Drake joined the channel
Lord_Drake
jimboslice-sl: Jimbo! :D
jimboslice-sl
Lord_Drake: yo! Did you ever fix that hidden element? :relaxed:
Lord_Drake
Lol, know any other good jokes?
jimboslice-sl
Heh
Lord_Drake1 has quit
Lord_Drake
I've got a couple thoughts on ways to help with that, but unfortunately it'll be a while before the devs get to it.
I did get the ok to send you that screenshot of the DOM though.
jimboslice-sl
Cool! Send it and I'll take a look
Lord_Drake
Can you shoot me your email? My system crashed so I lost the note for it.
jimboslice-sl
DM'd it
Did you get it?
stryx` joined the channel
I'm on my phone still. But I'll look in an hour or so. Have to put my kid to bed and other such adult responsibilities.
MrFantastik joined the channel
MrFantastik
how do i send a tab in selenium?
UNAME.send_keys(Keys.TAB) returns Keys not defined
Staunch
you need to import Keys
mfsi_ankitm has quit
MrFantastik
i added import Keys
and that returned no module named Keys
Lord_Drake
I did
Sent it out
MrFantastik
i figured it out
Lord_Drake
Thanks for the help. :)
jimboslice-sl
Happy to help :)
MrFantastik
from selenium.webdriver.common.keys import Keys
Lord_Drake
I also replaced my basepage with your package.
Staunch
sorry MrFantastik, i got distracted on my way finding the import statement :P