Yannick Chabbert

Results 9 comments of Yannick Chabbert

I faced with the same issue! The @Suor tip could do the tricks! However just in case, an another alternative could be to use PickledField instead: ```python from django.db import...

Hi everyone, Just for other which have this same JS error (without grapelli for me) : to fix the issue, drop the static dir **before** collecting it. I think the...

@whieronymus : yes, like @jpic says, Django will *always* output this warning (conflict between two path files). Because this is a temporary fix, you just have to ignore this warning...

Hi @emakiej Weird. With your example, I can get the source code of google (so not wp). However, current URL is an empty string. But if I manually sleep, I...

Ok, so I guess we should instead open an issue for ChromeDriver and close this one? If true, for which version of Chromedriver should we open an issue? 2.13? How...

Up this issue. Indeed, JsonWireProtocol clearly says that the command /session/:sessionId/element/:id/name must returns > The element's tag name, as a lowercase string See https://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/element/:id/name Still no fix planned ? Thanks

Same issue with Opera 12.16 on Linux platform and Selenium server 2.43.1. Maybe related to https://github.com/operasoftware/operadriver/pull/66 ?

Hi, Sorry but just to be sure, this issue aims at executing touch actions in webview context againsts WB elements for Android (already implemented for iOS)? Because for the moment,...