Reputation: 3534
I have a written a series of Selenium webdriver tests in python, and am trying to execute them on Browserstack (love them so far). The tests are on my company's test environment, which mimics our production environment except for the fact that it doesn't have a security certificate (we're an e-commerce site, no need to pay for one on our test environment). Is there a way to bypass the browser redirect using selenium or Browserstack? I can add selenium tests around it, but it will be very cumbersome as I have to do a seperate statement for each browser since they have differing behaviors. Any thoughts? Thanks!
Upvotes: 1
Views: 784