0

How to create a web-page testing platform like Browserstack? I want to develop a website that can test any webpage on different devices, preferably using PHP.

P.S.- The end goal is to create an SEO group buy tool website that gives access to paid tools to multiple users on their platform. How do I achieve this?

I tried iframe & embeds but that didn't work. Researched multiple things but couldn't get any answers over the Internet. We can scrap the content of the target website using PHP but in that case- login/logout won't be possible.

  • You can't do browser emulation using php, php is not a browser engine. It cannot execute javascript etc. Browserstack works by using virtual machines with real browsers on them, I would expect – ADyson Jun 28 '23 at 06:23
  • https://www.browserstack.com/live/features says _"It’s your personal cloud of 3000+ real devices & browsers"_. A bit different than what you were contemplating. I strongly suspect you have bitten off a lot more than you can chew, with this idea. – ADyson Jun 28 '23 at 08:31
  • Thanks @ADyson. Now my question is- How do the group buy websites like Toolsurf or Toolzbuy display the dynamic content of any paid website like Semrush & Ahrefs? Whenever you login into these group buy websites, you are already logged in inside the paid Semrush account (paid by them). Do they use RDP? – Vijay Prajapati Jun 28 '23 at 10:03
  • 1
    How do you imagine we should know the internals of a proprietary system, if details are not published on their website (such as the quote I listed above)? At a guess, maybe they subscribe to these sites already, and have agreed some sort of auto-login process with them. It's really impossible to know. Have you got an actual programming question for us, or are you just going to keep on asking us to tell you someone else's business secrets? Your post is far too broad and not really focused on a coding issue. See also the [tour] and [ask], to get the best out of Stackoverflow. – ADyson Jun 28 '23 at 10:17

0 Answers0