Is Reverse API superior to automation programming such as Selenium?

Jklmno

Regular Member
Joined
Apr 8, 2017
Messages
323
Reaction score
85
Hi, right now I am learning Selenium and I hear this thing called Reverse API. Is reverse APi better than Selenium?
 
Selenium is the standards with JavaScript and other also use php and and html with it....
 
Selenium is the standards with JavaScript and other also use php and and html with it....

I means, for creating automation, is Reverse API better than Selenium??
 
Obviously, reverse API is a better option.
Selenium will need more resources, will be slower and I find it more time to consuming to code.
Still, You should know how to use it. Can be pretty handy sometimes.
 
Obviously, reverse API is a better option.
Selenium will need more resources, will be slower and I find it more time to consuming to code.
Still, You should know how to use it. Can be pretty handy sometimes.
I see. If you know reverse API, can you give example of when Selenium come handy? I mean when Selenium can enhance your Reverse API usefulness
 
I see. If you know reverse API, can you give example of when Selenium come handy? I mean when Selenium can enhance your Reverse API usefulness
Sometimes revering API can get hard for very simple tasks and selenium will take no time for the same.
 
Its not about which is better. It depends on ur project. Both are great. Solenium is matured and tested. Just spent some time and you can find out which one needed for your project.
 
Dumbest responses I have seen to date.
"Reverse API" -- I assume you are refering to reverse engineering "private"(undocumented) API/s

You often take this path when there's no website available for the platform just an application, which means you can't realy do it with selenium.
It's a craft that takes time to learn, you basicaly automate tasks that the app performs. Which by sense can not be done with the selenium you are refering to
 
Hi, right now I am learning Selenium and I hear this thing called Reverse API. Is reverse APi better than Selenium?
Do you need to automate android application?
I had experience with https://github.com/dtmilano/AndroidViewClient
I think that it more simple and useful
 
Back
Top