We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried changes the value of a file input on both Mac and Windows. The input doesn't update and always returns an empty string.
Here is my code snippet:
path = os.path.join(os.getcwd(), 'assets/'+dialog_text_input) self.find(locator).send_keys(path)
The text was updated successfully, but these errors were encountered:
Same issue with Opera 12.16 on Linux platform and Selenium server 2.43.1. Maybe related to #66 ?
Sorry, something went wrong.
No branches or pull requests
I tried changes the value of a file input on both Mac and Windows. The input doesn't update and always returns an empty string.
Here is my code snippet:
The text was updated successfully, but these errors were encountered: