WebDriverException: Message: Malformed URL: Create List is not a valid URL.

374 views
Skip to first unread message

Navneet Chandra Tiwari

unread,
Jul 23, 2017, 6:05:32 PM7/23/17
to robotframework-users
I was try to open url from list in for loop  but i found below error. 

WebDriverException: Message: Malformed URL: Create List is not a valid URL.


Below is the my code 


TC_05 Get Data From LIst 
    Open Browser    https://www.facebook.com    ff 
    Input Text                                                                              id=email            ${userEmail}
    Input Password                                                                          id=pass             ${userPassword}
    Click Button                                                                            id=u_0_r
     :FOR    ${URL}  IN  @{EXCEL_DATA}
         \    Log To Console    ${URL}
         \    Go To   ${URL}

URL List  :







Hélio Guilherme

unread,
Jul 23, 2017, 7:25:06 PM7/23/17
to robotframework-users
Somehow, I have this feeling you are not showing all the relecant info (output).

Could you please send the log for the cycle where you get:
WebDriverException: Message: Malformed URL: Create List is not a valid URL.

And the @{EXCEL_DATA} creation keyword (you probably have Create List there).

Also, you probably want to use:
:FOR    ${URL}  IN  ${EXCEL_DATA}

My Favorite Open Source Projects
awsome-lists gretl meld robotframework wxPython
(sponsored/patrocinado) Recomendo servidores e alojamento Web em:
http://www.proalojamento.com/clientes/aff.php?aff=258

--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
To post to this group, send email to robotframework-users@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages