dalekjs / dalek-browser-firefox

[unmaintained] Firefox Browser bindings for DalekJS
MIT License
7 stars 3 forks source link

Window size #7

Open vogloblinsky opened 11 years ago

vogloblinsky commented 11 years ago

Is it possible to define window size ?

Useful fir responsive webdesign tests.

asciidisco commented 11 years ago

There is no public API atm. that allows Dalek to control the Window size for Firefox browsers. There is the possibility to integrate Addons (without prompting anything to the user). So my thoughts head into that direction when it comes down to features like this.

If you would like to work on this, or if you have any expertise, please helap out, I never wrote a firefox addon...

asciidisco commented 10 years ago

I found a way to solve this, but I won't get it in the "old" aka. current Firefox driver. I´m writing a new Firefox Webdriver Polyfill that can already handle this, but it is not yet ready for primetime, see: https://github.com/dalekjs/firefoxdriver