Guest User

Untitled

a guest
Oct 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. exports.config = {
  2. capabilities: {
  3. 'browserName': 'internet explorer',
  4. 'platform': 'ANY',
  5. 'version': '11'
  6. }
  7. };
  8.  
  9. In IE -> Internet Options -> Click on Advanced -> In Security Section - > Uncheck enable Enhanced Protected Mode option
Add Comment
Please, Sign In to add comment