Earlier quoted context omitted.
Are you by any chance leaving Google Docs pages open for a long time? Safari runs great on my machine, with windows and tabs open for weeks at a time, and the only problem I ever have is with Google Docs, because Google Docs is a gigantic memory hog. If I leave a Google Docs page open for a day, it usually ends up consuming several gigabytes of memory all on its own. For a company whose focus is the web, I don't know…
Negative on Google Docs.
WebDriver Support in Safari 10
21–30 of 37 posts
Re: WebDriver Support in Safari 10
#22This looks really great. Baking in support for test automation seems like a no-brainer and a welcome step forward for web development. Are any other major browsers taking a similar approach to Safari in terms of native WebDriver support? I saw this Microsoft blog [1] on Edge support of WebDriver, but it's not clear to me what approach they have taken (you still need to download a separate server for instance). Only o…
"Are there any other major browsers taking a similar approach to Safari in terms of native WebDriver support?" Let me tell you about the "world domination plan" for the Selenium project. In the beginning of the project, no browser had a good automation story. It was a constant battle to catch-up and fix things every time a new browser version came out. With Selenium 2, in addition to merging in WebDriver, the grand s…
Re: WebDriver Support in Safari 10
#23Earlier quoted context omitted.
"Are there any other major browsers taking a similar approach to Safari in terms of native WebDriver support?" Let me tell you about the "world domination plan" for the Selenium project. In the beginning of the project, no browser had a good automation story. It was a constant battle to catch-up and fix things every time a new browser version came out. With Selenium 2, in addition to merging in WebDriver, the grand s…
I wonder... Boss - "I see you expensed a Tesla" Me - "Yes, its for browser testing..."
Re: WebDriver Support in Safari 10
#24Earlier quoted context omitted.
For me, Safari runs for weeks at a time with several hundred tabs open. Indeed, Safari is the only browser that doesn’t render my machine unusable under such use. (Both Chrome and Firefox seem to consume dramatically more CPU and memory for the same load.) What kind of situation are you running into where it stops working after an hour? How much memory do you have on your machine?
2008 MacPro 2 x 2.8Ghz Quad-Core Xeon , 28GB RAM, drives are SSD. Just keep tabs open, they eventually start chewing up hundreds and hundreds of MB of ram each, and slowly grinds itself into the ground. Relaunch, it's snappy again.
However, I do know there are a handful of web app type things (Google calendar and possibly Gmail are coming to my mind) that seem to leak memory and cause issues if left open.
Edit: eridius mentioned Google Docs. I'm pretty sure that's what I was thinking of.
Re: WebDriver Support in Safari 10
#25Earlier quoted context omitted.
"Are there any other major browsers taking a similar approach to Safari in terms of native WebDriver support?" Let me tell you about the "world domination plan" for the Selenium project. In the beginning of the project, no browser had a good automation story. It was a constant battle to catch-up and fix things every time a new browser version came out. With Selenium 2, in addition to merging in WebDriver, the grand s…
I wonder... Boss - "I see you expensed a Tesla" Me - "Yes, its for browser testing..."
Then again, I can't actually find a VM for QtCarBrowser... short of downloading an old version of QtWeb presumably...
Re: WebDriver Support in Safari 10
#26Earlier quoted context omitted.
I wonder... Boss - "I see you expensed a Tesla" Me - "Yes, its for browser testing..."
You kid, but at some point over the years, I had that same epiphany: If you want a built-in justification to play with any new toy, pursue a career in test automation! (I don't have a Tesla, yet, but I'd be happy to be invited over to the test track to talk shop... But seriously folks... I'm very curious how they test the software running on their dashboard and center console.)
Re: WebDriver Support in Safari 10
#27Earlier quoted context omitted.
I wonder... Boss - "I see you expensed a Tesla" Me - "Yes, its for browser testing..."
"But couldn't you run it in a VM?" ;-) Then again, I can't actually find a VM for QtCarBrowser... short of downloading an old version of QtWeb presumably...
Re: WebDriver Support in Safari 10
#28Re: WebDriver Support in Safari 10
#29Now if we can only get tabs to suspend themselves to free up RAM. Safari is awesome to work with, for the first hour.
Are you by any chance leaving Google Docs pages open for a long time? Safari runs great on my machine, with windows and tabs open for weeks at a time, and the only problem I ever have is with Google Docs, because Google Docs is a gigantic memory hog. If I leave a Google Docs page open for a day, it usually ends up consuming several gigabytes of memory all on its own. For a company whose focus is the web, I don't know…
Re: WebDriver Support in Safari 10
#30Earlier quoted context omitted.
According to the docs: yes. https://developer.apple.com/library/prerelease/content/relea...
Where are you seeing that? I'm seeing: >Safari on OS X supports WebDriver, which lets you automate web-content testing. It provides a set of interfaces to manipulate DOM elements and control the browser’s behavior. You can enable Remote Automation in the Develop menu and then launch the server using /usr/bin/safaridriver. For information about library integrations as they become available, see the information about S…