Удалить все видимые куки вызывает исключение - PullRequest
2 голосов
/ 02 октября 2009

Я использую селен с клиентом Python. При выполнении selenium.delete_all_visible_cookies я получаю исключение:

ОШИБКА: ошибка выполнения команды. Пожалуйста, поиск по форуму на http://clearspace.openqa.org за ошибку подробности из окна журнала. сообщение об ошибке: неправильный URI последовательность

Ошибка окна журнала:

error(1254427481456): Exception details: 
message -> malformed URI sequence, 
fileName -> http://localhost:4444/selenium-server/core/scripts/selenium-browserbot.js,
lineNumber -> 1169, 
stack -> 
("WSS_GW",[object HTMLDocument])@http://localhost:4444/selenium-server/core/scripts/selenium-browserbot.js:1169 
("WSS_GW",".mysite","/",[object HTMLDocument])@http://localhost:4444/selenium-server/core/scripts/selenium-browserbot.js:1208 
("WSS_GW",".mysite","/",[object HTMLDocument])@http://localhost:4444/selenium-server/core/scripts/selenium-browserbot.js:1213 
("WSS_GW",".mysite","/",[object HTMLDocument])@http://localhost:4444/selenium-server/core/scripts/selenium-browserbot.js:1236 
("WSS_GW","mysite","/",[object XPCCrossOriginWrapper])@http://localhost:4444/selenium-server/core/scripts/selenium-browserbot.js:1248 
("","")@http://localhost:4444/selenium-server/core/scripts/selenium-api.js:2607
("","")@http://localhost:4444/selenium-server/core/scripts/htmlutils.js:60 
([object Object],[object Object])@http://localhost:4444/selenium-server/core/scripts/selenium-commandhandlers.js:310 
()@http://localhost:4444/selenium-server/core/scripts/selenium-executionloop.js:112 
(-10)@http://localhost:4444/selenium-server/core/scripts/selenium-executionloop.js:78 
(-10)@http://localhost:4444/selenium-server/core/scripts/htmlutils.js:60 , 
name -> URIError

Есть идеи, что происходит?

Ответы [ 2 ]

1 голос
/ 22 августа 2011

Чтобы увидеть ошибку: http://jira.openqa.org/browse/SEL-712

1 голос
/ 02 октября 2009

Это ошибка, смотрите здесь: http://clearspace.openqa.org/message/68779

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...