java - Newly opened window is not getting preferences from parent window in selenium webdriver -


i'm automating application having digestive authentication process. 1 window, when clicking on particular link new window have digestive authentication. i'm using firefox browser automation. when system profile, it's working fine, when use custom profile selenium, it's not automatically authenticated. suspect preferences parent window not shared new window. can me on ?

you need make sure window opening in profile need to. if isn't, idea go through , check webdriver settings connected correct profile.

if correct, ensure settings within custom firefox profile exact same ones within system profile.

you can check profile running in terminal:

firefox -p 

this should open profile manager. hope i've helped :)


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -