You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
How can I use a scriptable Selenium VB component? i.e I want to check the HTTP status code of a given URL regardless of what web browser has been installed, from a Microsoft Visual Basic Script. Is there such a thing? May be I should have checked the FAQ, but I am running short of time. Any help would be appreciated.
David
unread,
Sep 8, 2015, 7:45:37 PM9/8/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
You probably want to use XmlHttpRequest COM component to make HTTP request then check status code of response. It's avaible for VBScript, likely for VB too.
Selenium doesn't offer checking status codes of responses. But if you did want Selenium API for VBScript/VB, you can check these: