dzharii / swd-recorder

Selenium WebDriver Page Recorder (Page Objects)
MIT License
189 stars 71 forks source link

New version of SWD does not support IE 11 #52

Open arkhangelsk opened 7 years ago

arkhangelsk commented 7 years ago

Tried to run internet explorer driver for IE 11 32 bit. It opens up the browser but when on locators tab and click on Start button it shows below error:

Unable to get browser Error type: OpenQA.Selenium.NoSuchWindowException

dzharii commented 7 years ago

Hi @arkhangelsk I cannot reproduce this on Win7x64 and Win8x64. I've been using IE driver from here: http://selenium-release.storage.googleapis.com/index.html?path=IE.Driver.Beta/

I would appreciate if you provide more info that could help me to reproduce the issue.

thank you, @dzharii

arkhangelsk commented 7 years ago

Hi @dzharii,

Really appreciate your quick response. I downloaded the latest version of IE 11 32 bit available from the link that you shared but still got same error. I am using Win7x64. When I use Chrome it works fine but on IE I am always getting the error mentioned in my first message. Please let me know what additional information I can provide that can help identify the issue. Thanks.

dzharii commented 7 years ago

@arkhangelsk I am afraid I could not do anything here, until I reproduce the issue. On the other hand, many different corporate policies, antivirus restrictions and custom user settings are being applied to IE. I bet the configuration on our workstations is different.

Here are some settings you could change and tweak, that might help: https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver#required-configuration

vutruong1711 commented 5 years ago

@dzharii

Hi Dmytro,

I used your tool on Windows 10 64 bits with IE 11 and it seems that your tool cannot use Selenium API to get windows. The error message is exactly the same with this issue description. Can you please confirm that the tool can work with Windows 10?

Thanks, Travis

dzharii commented 5 years ago

Hi @nvtruongtma, could you please check your IE11 Security Settings at Tools -> Internet Options -> Tab: Security and ensure you have same setting for Protected Mode in all Zones (checked or unchecked, but better if checked):

image

This check list might also help: https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver#required-configuration

Please, let me know if it helped

vutruong1711 commented 5 years ago

Ops, I made this mistake at my working PC while setting on the grid is ready as you have pointed out. Thanks so much Dmytro.

Regards,

Truong (Travis)

TMA Ext: 4002 | Skype ID: truong.nvu@outlook.com mailto:truong.nvu@outlook.com

From: Dmytro Zharii notifications@github.com Sent: Wednesday, October 3, 2018 11:06 AM To: dzharii/swd-recorder swd-recorder@noreply.github.com Cc: Truong Nguyen nvtruong@tma.com.vn; Mention mention@noreply.github.com Subject: Re: [dzharii/swd-recorder] New version of SWD does not support IE 11 (#52)

Hi @nvtruongtma https://github.com/nvtruongtma , could you please check your IE11 Security Settings at Tools -> Internet Options -> Tab: Security and ensure you have same setting for Protected Mode in all Zones (checked or unchecked, but better if checked):

https://user-images.githubusercontent.com/36020/46389435-9d31bd00-c686-11e8-8b33-acb3973d073b.png

This check list might also help: https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver#required-configuration

Please, let me know if it helped

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dzharii/swd-recorder/issues/52#issuecomment-426505239 , or mute the thread https://github.com/notifications/unsubscribe-auth/ARtYIF4xEsKPy7gwjk7Ju51p7r2M0tWPks5uhDezgaJpZM4NNSvK . https://github.com/notifications/beacon/ARtYINKWPylUwHnRdzKYG851IdRTlVvnks5uhDezgaJpZM4NNSvK.gif

dzharii commented 5 years ago

Thank you for testing this case @nvtruongtma!