Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7580733
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T17:59:26+00:00 2026-05-30T17:59:26+00:00

I built simple application in C# that is posting new link to google+ account,

  • 0

I built simple application in C# that is posting new link to google+ account, however it is starting the actual browser itself. I’m fine with C#, Python, PHP languages, maybe even something else.

I cannot use C# WebClient class since many interactions are based on JS so I need to somehow emulate the browser.

This is my C# code for selenium so you can understand what I’m trying to achive.

static void Main(string[] args)
{
    IWebDriver driver;
    FirefoxProfile firefoxProfile = new FirefoxProfile();
    driver = new FirefoxDriver();
    driver.Navigate().GoToUrl("https://accounts.google.com/ServiceLoginAuth");
    driver.FindElement(By.Name("Email")).SendKeys("MYEMAIL");
    driver.FindElement(By.Name("Passwd")).SendKeys("MYPASSWORD");
    driver.FindElement(By.Name("signIn")).Click();
    driver.Navigate().GoToUrl("https://plusone.google.com/_/+1/confirm?hl=en&url=http://site.com/");
    System.Threading.Thread.Sleep(10000);
    driver.FindElement(By.ClassName("e-U-a-fa")).Click();
    Console.WriteLine("Done!");
    Console.ReadLine();
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T17:59:27+00:00Added an answer on May 30, 2026 at 5:59 pm

    That looks like a perfect use case for the Ruby library capybara-webkit(https://github.com/thoughtbot/capybara-webkit) or my own, small Python scraping library, dryscrape, which is based on the former 🙂

    Both use the same C++ backend to create an in-memory, headless browser based on QtWebkit. I only tested it on Linux, though, but it should also be compile on Windows with some effort. People have done it with capybara-webkit, at least.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've built a simple application that applies grid-lines to an image or just simple
I have built a very simple blog application using Ruby on Rails. New to
I have a simple Application built using Mono on Ubuntu that prints out the
I've made a simple OpenCV application with Visual Studio 2008 and I've built it
I have a cakePhp application built, and now I'm creating a simple blog based
I'm going to build a simple math graph for a browser application. Therefore all
So I have a spring mvc web application that I built in IntelliJ 9,
I have a simple C# application that allows users to specify that it should
I built a rather simple application in Python 3.1 using PyQt4. Being done, I
If I built an application that expects the user to use the copy-paste functionality

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.