jarmo / RAutomation

RAutomation
MIT License
100 stars 33 forks source link

No such file to load #119

Closed MonsterMetroid closed 6 years ago

MonsterMetroid commented 6 years ago

I am getting an error that says no such file to load -- page-object/platforms/rautomation_driver (LoadError). Anyone have any insight on this?

enkessler commented 6 years ago

At first glance, it sounds like a problem in page-object.

enkessler commented 6 years ago

@MonsterMetroid Are you trying to load page-object/platforms/rautomation_driver or is that coming from an external library?

MonsterMetroid commented 6 years ago

I think it is from an external Library

enkessler commented 6 years ago

Well, looking over at the page-object repository, there really I no file at lib/page-object/platforms/rautomation_driver, so the error makes sense. What makes less sense is why page-object would be trying to pull that in. Unless you're working with old versions and trying to use water-classic or something.

Try getting a full stack trace. That should make it clear what code is trying to load that file.

jarmo commented 6 years ago

Closing this since it is not a RAutomation issue.