Advertisement
Guest User

selenium-file-input

a guest
Apr 21st, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. ... snip ...
  2.  
  3. File "/<snip>/lib/python2.7/site-packages/selenium/webdriver/remote/webelement.py", line 347, in send_keys
  4. self._execute(Command.SEND_KEYS_TO_ELEMENT, {'value': keys_to_typing(value)})
  5. File "/<snip>/lib/python2.7/site-packages/selenium/webdriver/remote/webelement.py", line 494, in _execute
  6. return self._parent.execute(command, params)
  7. File "/<snip>/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 236, in execute
  8. self.error_handler.check_response(response)
  9. File "/<snip>/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 192, in check_response
  10. raise exception_class(message, screen, stacktrace)
  11. WebDriverException: Message: Expected [object Undefined] undefined to be a string
  12. Build info: version: '3.3.1', revision: '5234b32', time: '2017-03-10 09:04:52 -0800'
  13. System info: host: 'selenium-hub', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '4.4.0-71-generic', java.version: '1.8.0_121'
  14. Driver info: org.openqa.selenium.firefox.FirefoxDriver
  15. Capabilities [{moz:profile=/tmp/rust_mozprofile.nt4AGy3FiE8R, rotatable=false, timeouts={implicit=0, pageLoad=300000, script=30000}, pageLoadStrategy=normal, platform=ANY, specificationLevel=0, moz:accessibilityChecks=false, acceptInsecureCerts=false, browserVersion=53.0, platformVersion=4.4.0-71-generic, moz:processID=31504, browserName=firefox, platformName=linux}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement