MonoAutomation

Results 9 comments of MonoAutomation

Please find the attachments. ![capture](https://cloud.githubusercontent.com/assets/1586248/12881668/891479da-ce71-11e5-99a9-5ca6cea0e27d.PNG) [IEscript.txt](https://github.com/dzharii/swd-recorder/files/121326/IEscript.txt)

Yes, its resolved and able to see element explorer but created new issue. after created element explorer, when i clicked on the 'REFRESH' button getting java script error.please find the...

Its happening only for IE8,but working fine on Firefox.me too trying to get to know...am thinking its bcz of protect mode is hadling through script,instead of browser settings level.

Sorry, i was on vacation. i have added selenium RC before i left for the day and then in the next day tried to launch firefox binary. during launch of...

No Problem dzharii, i will try from my end and let you know if i see any solution.

Swipe.ts ``` class Swipe { async right() { const cordinates = this.getScreenSize() if (cordinates) { const width = cordinates[0] const height = cordinates[1] await browser.touchAction([ { action: 'press', x: width...

thank you sir for your response and solution. I could able to swipe with touch actions but I have a issue with swipe.ts file where I have created swipe method...

Hey, Bro, are you able to update step level stats...like LogStatus.PASS LogStatus.Fail