4

I use WebdriverIO to create my Selenium tests.

I try to pass credentials on my staging website. I have tried some solutions:

  • Firefox Profile : doesn't work with WebdriverIO for me, just ok in Java
  • User and password in URL like that : http://user:password@site.com/
Antho03
  • 49
  • 1
  • 7
  • If there are input fields for username and password, just find those elements and send appropriate strings – Andersson Nov 12 '15 at 10:03
  • 2
    Thx for this answer, It's not input fields, it's windows credentials i can't to find elements and setValue on this. – Antho03 Nov 13 '15 at 08:39
  • 1
    I have the same issue here, I'm really surprised that this is such a hassle to setup. Did you have any luck in the meantime? – SGD Jun 30 '16 at 15:18
  • There was a issue as 'Firefox driver not working with async functions on webdriverio', maybe your issue can be related with that. – sayhan Oct 04 '18 at 14:01

0 Answers0