So the site that Im targeting works like this:
The sites name is https://masterbattlerite.com/. https://masterbattlerite.com/ works like this:
- Enter username in search bar of the site
- Press the search button (or hit enter)
- The site directs you to the userpage with the username you entered.
- the URL is now something like https://masterbattlerite.com/238338348
- that number (238338348) is the id of the user
- I want to know how to get that id as a string in my app
I found out of Selendroid but you need some sort of server to be able to emulate a browser? My app will be released on the play store so I don't want my users needing to start their own selendroid server everytime to do this (maybe Im wrong)