[arquillian-issues] [JBoss JIRA] Created: (ARQAJO-28) Support addCustomRequestHeader(String, String) for AjaxSelenium

Karel Piwko (JIRA) jira-events at lists.jboss.org
Wed Feb 23 07:59:18 EST 2011


Support addCustomRequestHeader(String,String) for AjaxSelenium
--------------------------------------------------------------

                 Key: ARQAJO-28
                 URL: https://issues.jboss.org/browse/ARQAJO-28
             Project: Arquillian Ajocado
          Issue Type: Feature Request
    Affects Versions: 1.0.0.Alpha1
            Reporter: Karel Piwko
            Assignee: Lukas Fryc


AjaxSelenium is not able to add a custom request header to request. 

DefaultSelenium functionality allows you to modify all out coming requests by adding a header(it can't be removed though). This is need for testing things like HTTP Basic Authorization.

e.g.

<code>browser.addCustomRequestHeader("Authorization", "Basic " + encodeCredentials("user", "password"));</code>



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list