Week 3

https://sites.google.com/a/gapps.hswlu.ch/ice17/home/headwire/week-3/BigPicture_HeadWire_1.jpg

Monday 09.25.2017

- Try out of the Keyword driven framework for our text file with the Domain-specific language.

- We found out where our accuracy problem with the mouse pointer lies.

--> Our Coordinates were wrong, because Java.awt.Robot uses the screen's resolution, while Selenium uses the browser's resolution.

Tuesday 09.26.2017

- Research on difference between screen and browser resolution.

- Finally solved the accuracy problem with our mouse pointer as follows:

--> Screen resolution divided by the browser's resolution equals a factor and then multiply all coordinates of our mouse with this factor.

--> Found solution to make this factor flexible. Get the two diffeent resolution by java and javascript code.

Wednesday 09.27.2017

- Short Project meeting to define the next steps for the development.

- Drawing of the Big Picture V2 in Visio.

- First prototype of our application sent to our project provider.

Thursday 09.28.2017

- Project meeting to ready up for our project meeting with Philipp Schneider.

- GitHub setup for the development of our final application.

Friday 09.29.2017

- Project meeting with Philipp Schneider.

- Working on our last two big tasks - the development of our own Domain-specific language and the integration of a possibility to merge audio sections into our recordings.

- We defined the syntax of our Domain-specific language.

- Reorganisation of our code to make sure that it works with our Domain-specific language.

https://sites.google.com/a/gapps.hswlu.ch/ice17/home/headwire/week-3/IMG-20170927-WA0002.jpg
https://sites.google.com/a/gapps.hswlu.ch/ice17/home/headwire/week-3/IMG-20170927-WA0003.jpg