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-...@googlegroups.com
Hello!
I and my team would benefit from having a Delphi driver for Selenium. We do all of our development in Delphi, so it would make sense to be able to code our web application tests in Delphi -- driving Selenium through that code.
We do not work in .NET. With that in mind, how would we best get started writing a Delphi driver for Selenium? (We are writing in Delphi 17, at this point.)
Thank you!
Luke Inman-Semerau
unread,
Jan 13, 2014, 5:50:42 PM1/13/14
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
basic getting started is to implement the JSONWireProtocol (a REST
API). It would be very good for you to hopefully know another language
that Selenium supports (Java, C#, Ruby, Python) and look through the
source of the implementation for guidance.
> Looks like someone asked a long time ago:
> https://groups.google.com/forum/#!topic/selenium-users/hiRUBNu0aTs >
> basic getting started is to implement the JSONWireProtocol (a REST
> API). It would be very good for you to hopefully know another language
> that Selenium supports (Java, C#, Ruby, Python) and look through the
> source of the implementation for guidance.
Adding to what Luke is saying…
If you're unfamiliar with WebDriver's architecture, I quite like the
slides Santi made a while back to illustrate how things are connected: