Post by leiwang on May 18, 2017 7:46:24 GMT
[Reason]
On windows 10, without administrator privilege, we cannot register AutoItX. We have to start the SeleniumPlus with administrator privilege, refer to attachment StartSePlusAsAdministrator.png
[General Solution] From user Gillian
Just restart Eclipse to run as administrator, the autoit type dialog can be find successfully after that. Thanks Lei for find the root cause of this issue.
========================================================
I have searched more information about this user account control difference between win10 and win7, and found out the default UAC for "Admin Approval Mode for the Built-in Administrator account" is set to different value in win10 compare to win7. After followed steps on www.eightforums.com/tutorials/41141-uac-enable-disable-built-administrator-account.html option two, and restart my win10 system.
Without specifically start Eclipse to run as administrator, the AutoIT type windows can be recongnized without any problem.
another article related: blog.csdn.net/baidu_26701887/article/details/50089899
From win10, we can see this UAC control default setting is [Disable], actully it did not work, we need manually reset it to disable, then restart system to make it take effect.
[Specific Solution]
We have modified code to make sure that SeleniumPlus will be launched as administrator, you just need to update your SeleniumPlus and you will have 2 scripts (_SharedFunctions.vbs and CreateSeleniumPlusProgramGroup.wsf) got updated in the folder %SELENIUM_PLUS%\install, then you can run the following command
cscript.exe %SELENIUM_PLUS%\install\CreateSeleniumPlusProgramGroup.wsf
The each time you launch Selenium Plus from program group, it will run with administrator privilege.
On windows 10, without administrator privilege, we cannot register AutoItX. We have to start the SeleniumPlus with administrator privilege, refer to attachment StartSePlusAsAdministrator.png
[General Solution] From user Gillian
Just restart Eclipse to run as administrator, the autoit type dialog can be find successfully after that. Thanks Lei for find the root cause of this issue.
========================================================
I have searched more information about this user account control difference between win10 and win7, and found out the default UAC for "Admin Approval Mode for the Built-in Administrator account" is set to different value in win10 compare to win7. After followed steps on www.eightforums.com/tutorials/41141-uac-enable-disable-built-administrator-account.html option two, and restart my win10 system.
Without specifically start Eclipse to run as administrator, the AutoIT type windows can be recongnized without any problem.
another article related: blog.csdn.net/baidu_26701887/article/details/50089899
From win10, we can see this UAC control default setting is [Disable], actully it did not work, we need manually reset it to disable, then restart system to make it take effect.
[Specific Solution]
We have modified code to make sure that SeleniumPlus will be launched as administrator, you just need to update your SeleniumPlus and you will have 2 scripts (_SharedFunctions.vbs and CreateSeleniumPlusProgramGroup.wsf) got updated in the folder %SELENIUM_PLUS%\install, then you can run the following command
cscript.exe %SELENIUM_PLUS%\install\CreateSeleniumPlusProgramGroup.wsf
The each time you launch Selenium Plus from program group, it will run with administrator privilege.