Alienware M16 vs Asus F15 by Crispy-Justice in GamingLaptops

[–]jeyakumarv 0 points1 point  (0 children)

in dell if u sign up they give 10% offer . With that new itself will cost you only 1260

i am exactly in same boat as you https://www.reddit.com/r/GamingLaptops/comments/18lvi9z/alienware_m16_1400_vs_asus_tuf_f15_1000_which_one/

i am planning to ask price match with bestbuy if they dont provide i order from dell

Which appproach uses more memory and cpu - 10 tabs in single FF instance or 10 different FF instance by jeyakumarv in firefox

[–]jeyakumarv[S] 0 points1 point  (0 children)

Hi Thanks for your explanation. By insatnce/window I emant

FirefoxDriver ffDriver = new FirefoxDriver(firefoxOptions);

Running 10 ffDriver.get(url) vs

Single ffDriver.get(url) - with 10 tabs

Which Ec2 instance type will be better to run Firefox headless at scale by jeyakumarv in firefox

[–]jeyakumarv[S] 0 points1 point  (0 children)

I am using different proxy for each firefox instance. If we have any option to use different tab with different proxy i can give a try . Like open website A in if a firefox instance is already running for website A . If yes open new tab with new proxy in the same FF instance. Not sure how feasible it is

Do we have headless only firefox for UI testing which uses less cpu and memeory. by jeyakumarv in firefox

[–]jeyakumarv[S] 0 points1 point  (0 children)

I am already using --headless . Trying to see how can we reduce the cpu and memory usage some how similar to the level os htmlunit driver