-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
profilePath_ property is undefined #1827
Comments
I'm not going to expose the profile path because it is an implementation detail. Plus, when the FirefoxDriver is replaced with Mozilla's Marionette, we won't have this information, so best not add a dependency on it now. |
jleyba
added a commit
that referenced
this issue
Mar 17, 2016
…lue is not a string. This would have caught the bad test from #1827
Fair enough. I'll try to find another way to implement my test, or drop it (when Marionette will be used instead of FirefoxDriver). |
jleyba
added a commit
that referenced
this issue
Jun 28, 2016
…on a property that no longer exists. Fixes #1827
jleyba
added a commit
that referenced
this issue
Jun 28, 2016
…lue is not a string. This would have caught the bad test from #1827
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use this property because I need to copy some files from a profile to another. It used to work in 2.52.0.
I know it's an internal property and I shouldn't use it, but I'm filing this bug anyway because it's used in a test:
selenium/javascript/node/selenium-webdriver/test/firefox/firefox_test.js
Line 145 in f4a8391
The text was updated successfully, but these errors were encountered: