Questions tagged [geckofx]

GeckoFX is a Windows Forms control written in clean, commented C# that embeds the Mozilla Gecko browser control in any Windows Forms Application. It also contains a simple class model providing access to the HTML and CSS DOM.

465 questions
0
votes
1 answer

skybound.geckofx offline browsing C# .net 4.0 winforms

I am using skybound.geckofx .net wrapper to show stored web content in my winforms app. Some of this pages has links and js refers to online content. Is any simple way to disable downloading online content in geckofx wrapper ?
user861768
  • 175
  • 1
  • 12
0
votes
1 answer

Syntaxerror on downloaded geckofx-18.0-package, how to solve?

If I download the source-package of following GeckoFX-Framework 18.0 https://bitbucket.org/geckofx/geckofx-18.0, open the Geckofx-Core with Visual Studio 2008 and then try to compile it, I got the following error:…
0
votes
2 answers

layout engine for .net with html5 support and such

I am looking for a layout engine such as geckofx or webkit.net, which is up to date! the two I've named are outdated for a long time! is there any alternative or even a update for the ones named?
Desco
  • 9
  • 2
0
votes
1 answer

add spell check to contextmenu in Geckofx

I am trying to integrate Mozilla Firefox into C# winform application. i downloaded the xulrunner(v1.1.19) and geckofx Everything is running fine but i want to add default Mozilla dictionary/spelling check option to the context menu just as default…
Kinnan Nawaz
  • 399
  • 2
  • 7
  • 24
0
votes
1 answer

Check if cookie exists #2

Trying to start with VB.Net and having problem We have such a Class in C#. How to check if cookie exist? Exactly, how to set input object "Cookie" for a function CookieExist? How to create it using GeckoFx? For example, how to find cookie with the…
falcon4fun
  • 25
  • 1
  • 4
0
votes
1 answer

GeckoFX - Get GetHtmlElementById

I've Been struggling with this for over 5 hours now Example:
content
How can i access Content of that div via GetHtmlElementById or any other solution based on "Id" i tried GeckoElement el =…
hexdump
  • 143
  • 2
  • 8
0
votes
1 answer

GeckoFx-14 PromptService is not working

I was testing the GeckoFxTest project which was given with main geckofx source file. But when I was testing the customPrompt for private proxies, unfortunately its not working. I uncommented these lines…
Barun
  • 1,885
  • 3
  • 27
  • 47
0
votes
0 answers

how to give navigation time to geckowebbrowser before navigate anoter time

i am creating simple webpage reloader program. i want to reload a web page few times. In my program i am using gecko webbrowser control, and i am using a progressBar as pege reload progress. what i am trying to do is when gecko loads web page the…
VICKY Shastri
  • 133
  • 2
  • 3
  • 12
0
votes
1 answer

Chrome.manifest resource file not loading certain files for Gecko Webbrowser

I am using the Gecko Webbrowser plug in adding resources in the chrome.manifest file (actually the binary.manifest file but this is loading by the former), I am having an issue where I only seem to be able to load .png files. Using the same location…
user1105748
  • 185
  • 1
  • 12
-1
votes
1 answer

I am using AutoJsContext in geckobrowser with that I am using evaluate scrpit. But now i am using webview2 is there a how can i get this

I am using AutoJsContext in geckobrowser with that I am using evaluate scrpit and asble to get data. But now i am using webview2 is there a how can i get this. Gecko browser: using (AutoJSContext context = new AutoJSContext(browser.Window)) { …
-1
votes
1 answer

How to Get/Share/Update GEO Location using GeckoFX 45 VB.NET?

I'm facing a problem. I have been trying to Fix it for 3 days. I need to Get/Share/Update the GEO Location through GeckoFX 45. I got this before asking here but It does not make sense. Is there any working solution available? Please. Thank you.
-1
votes
1 answer

do i need to tell GeckoWebBrowser to accept cookies?

I'm trying to track down why my embedded GeckoWebBrowser (geckofx-45) is behaving differently when browsing across an HTTPS "authentication portal" (SSO portal). My current theory is that testing with a standalone browser is somehow accepting and…
AWeber
  • 381
  • 1
  • 3
  • 14
-1
votes
1 answer

Gecko Browser Click Like Button on Facebook

I am trying to click facebook page like button, but i can't make gecko find the id of attribute. *Geckofx is working properly. Here is my Form1.Load: geckoWebBrowser1.Navigate("https://www.facebook.com/AmaciOlmayanGrup/?fref=ts"); And here is…
Ali
  • 69
  • 1
  • 1
  • 12
-1
votes
1 answer

I need to put a text in a SPAN tag using the Gecko

I need to put a text in a span tag using Gecko. I already researched at all and can not find a solution to this. If was input or textarea would be easy. Html page that need to automate.
William
  • 294
  • 3
  • 16
-1
votes
1 answer

How i can use GetElementId() to get button in geckowebbrowser?

How i can use GetElementId() to get button in geckowebbrowser? I used: GeckoButtonElement button = new GeckoButtonElement( geckoWebBrowser1.Document.getElementById("your_button_id").DomObject); button.Click(); Please help me! Thanks.
1 2 3
30
31