Tarun Kumar

Results 12 comments of Tarun Kumar

Had same issue and updated selenoum-server tp following and error disapeared - ` org.seleniumhq.selenium selenium-server 3.141.59 `

customFFprofile seems a diff error but FF 47 is not yet supported. Please check this - https://github.com/SeleniumHQ/selenium/issues/2257

@malcolmshen which version of FF are you using? Are you using custom FF profile? Could you post your code snippet?

Looks like you are running an old version of seleniumtests project. The latest STF version is [4.0.13](http://search.maven.org/#artifactdetails%7Ccom.seleniumtests%7Cseleniumtestsframework%7C4.0.13%7C) I am on Firefox47 and this is error message I see - ```...

I see the source jar file here - http://repo1.maven.org/maven2/com/seleniumtests/seleniumtestsframework/4.0.13/ btw selenium version 2.53.1 was released yesterday and it supposedly fixes FF-47 issue. You could also try this.

> I would remove this property, don't see much value having it. > BTW, for selenium 2.53.1, I cannot download it from maven repo and I didn't find a tag...

Sorry the fix is in new FF version 47.1. Please check last comment on - https://github.com/SeleniumHQ/selenium/issues/2110

selenium 2.43.1 is also released - http://www.seleniumhq.org/download/ I assume that this should work with FF 47.1 Would look in to useFirefoxDefaultProfile some time later

what's the exact error? I guess it is some missing dependency. I was able to get FF 47.0.1 to work

glad it worked :+1: