On Fri, 2015-09-04 at 14:25 +0000, usa ims wrote: > Hi,I don't know if I am in the correct forum to post this question > but I have searched everywhere and couldn't find a solution. I'm a > sys admin and I use 'selenium' for automated web testing and it has > been working great. I have been tasked to write a automated test > for a site that is GTK powered. Selenium has been working great for > this site up to the point when the user authenticates successfully, > but after the authentication the user is displayed GTK widgets and > 'selenium' won't work with 'selenium' in firebox. Does anybody have a > clue or a solution? > usaims
Hi, GTK+ is a graphics toolkit for developing native applications, not a web sites. It's not possible to use GTK+ widgets in web sites. WebKitGTK+ is a web engine that allows embedding web views in native GTK+ applications. We use GTK+ to display standard HTML widgets. Unless you are using a web browser based on WebKitGTK+, like Epiphany or Midori, then you aren't interested in us. :) Michael _______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
