Search code examples
luaautomation

Web browser automatization using Lua


Could anyone suggest any framework or library for web browser automatization in Lua?

My friend only programs in Lua, and he wants to do some automatization. For example, go on to a website and submit a form.


Solution

  • I had a similar requirement. I wrote a webdriver module that you can use with Lua. I have it Luawebdriver Github. You can automate any browser that supports the webdriver API. I have tried it with Microsoft Edge and it works very well. You need to have the webdriver server for edge running which is available enter link description here