Excellent! Thanks for sticking with it. -Alex
On 3/3/17, 11:05 PM, "Greg Dove" <greg.d...@gmail.com> wrote: >That was it. Downgrading firefox worked. Thanks! > >I saw the browser launch and quick test from ant checkintests, > >I did not see it from the maven build: >mvn clean install -P build-examples -Drat.skip=true > >...then I remembered I had an unrelated issue with using >distributionTargetFolder defined from a locally set environment variable >(this is Windows, might be windows-specific) for maven > >so... for posterity, this is the maven version that works for me on >windows: > >mvn clean install -P build-examples -Drat.skip=true >-Dwebdriver.gecko.driver=%cd%/../testing/selenium/firefox/geckodriver.exe > >where 'testing' in > >testing/selenium/firefox/geckodriver.exe > >is a sibling folder to flex-asjs that I just set up arbitrarily in my >local >flexjs related directories > >So I now (finally) have the browser tests working. :) > > > > > >On Sat, Mar 4, 2017 at 7:04 PM, Alex Harui <aha...@adobe.com> wrote: > >> >> >> On 3/3/17, 9:53 PM, "Greg Dove" <greg.d...@gmail.com> wrote: >> >> >Thanks, I'm running 51.0.1, I'll see if I can downgrade that. Suffice >>to >> >say that "If you are using Ant, it should just work" was not quite >> >applicable in my case :). >> >A lof of this is very likely due to me being unfamiliar with the >>territory >> >here, though. >> >> You're definitely right that it didn't just work. Thanks for helping >>see >> where the problems might be. >> >> If you can't downgrade FF, it might be time to try upgrading Selenium. >>We >> upgrade Selenium every so often. >> >> Thanks, >> -Alex >> >>