Is there a way to make Selenium Grid 2 DesiredCapabilities browser-agnostic? -
Is there a way to make Selenium Grid 2 DesiredCapabilities browser-agnostic? -
i'm wondering if there's (preferably built-in) way selenium hubs inquire nodes have browser available. basically, want hub specify "browsername = 'any'", match on node running less instances maxinstances, allow node decide browser run on.
the motivation behind want maximize number of tests running in parallel on given node without having multiple instances of 1 browser. don't care browser running given test.
as reference, i'm using selenium server 2.17.
ack, annoying.
i'm sure there's command line parameter let's override specified browsername, can't find it.
if memory not way off, parameter allow more or less asking - regardless of browsers node says has, , regardless of hub asks for, 1 particular browser started.
note self: start proper list of command line options selenium, , perchance submit team inclusion in wiki.
one way accomplish in case write own "capabilitymatcher" class - may not alternative unless want create custom jar, , want teh hub alter of browser, rather individual nodes.
selenium-grid
Comments
Post a Comment