开发者

Is there a way to run selenium server without Admin rights in Windows 7?

开发者 https://www.devze.com 2023-03-15 03:50 出处:网络
When I worked in XP, I was able to run selenium server without Admin rights. However, in Windows 7, I\'m unable to run it unless I run it as Admin.

When I worked in XP, I was able to run selenium server without Admin rights. However, in Windows 7, I'm unable to run it unless I run it as Admin.

For my organization's security policy, we need to run it as regular user but it gets stopped runnning since you are not admi开发者_StackOverflow中文版n.

Any idea? Thank you so much in advance!


As far as I can tell, you need to have an admin give privileges for a program to bind to port 4444 (the default for Selenium) or whatever port you're using. This answer at ServerFault may help your administrator set that up. https://serverfault.com/questions/246796/use-port-binding-permissions-on-windows

0

精彩评论

暂无评论...
验证码 换一张
取 消