Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm using the last version of selenium in my C# console application.

The problem is I have a web site that I can't see the first element to login BUT the same website works fine in firefox

Things I tried:

1. Maximize the window: driver.Manage().Window.Maximize();
2. Checked if the element presented in other frame (No frames in this page).
3. Wait till the element will show up / page load.

One more thing:

In this website when I check physically on site (view source) the html didn't have the element presentation like it should be, when I check the inspect element I see the html page like it should.

So what do I need to do is that phantomJS will take the html information from the DOM and not like the original page source from the server

How can I solve this problem?

When i using the Internet Explorer Driver its crashed on start (only on this specific website).

How can i solve that problem ?

Thanks.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900