botmike

Results 4 comments of botmike

Okay, thanks. I thought it was something MinkSelenium2Driver hadn't exposed. (since it seems like returning that internal id would only be useful if there was another method to get the...

It looks like insta click uses xpath most the way though, this is going to be invalid for shadow-roots, I dont see a way now or any time in the...

So while someone (user1) was using this on another machine, eg: ssh -R 52699:localhost:52699 [email protected] I tried: ssh -R 52696:localhost:52696 [email protected] then: rsubl myfile -p 52696 and got: setsockopt TCP_NODELAY:...

figured it out(I was being dumb), both users have to use port numbers, like: ssh -R 52679:localhost:52696 [email protected] rsubl -p 52679 myfile2 and ssh -R 52678:localhost:52696 [email protected] rsubl -p 52678...