@@ -645,6 +645,7 @@ def test_method_observe_with_all_params_overload_1(self, client: Stagehand) -> N
645645 frame_id = "frameId" ,
646646 instruction = "Find all clickable navigation links" ,
647647 options = {
648+ "ignore_selectors" : ["nav" , ".cookie-banner" , "#sidebar-ads" ],
648649 "model" : {
649650 "model_name" : "openai/gpt-5.4-mini" ,
650651 "api_key" : "sk-some-openai-api-key" ,
@@ -719,6 +720,7 @@ def test_method_observe_with_all_params_overload_2(self, client: Stagehand) -> N
719720 frame_id = "frameId" ,
720721 instruction = "Find all clickable navigation links" ,
721722 options = {
723+ "ignore_selectors" : ["nav" , ".cookie-banner" , "#sidebar-ads" ],
722724 "model" : {
723725 "model_name" : "openai/gpt-5.4-mini" ,
724726 "api_key" : "sk-some-openai-api-key" ,
@@ -1579,6 +1581,7 @@ async def test_method_observe_with_all_params_overload_1(self, async_client: Asy
15791581 frame_id = "frameId" ,
15801582 instruction = "Find all clickable navigation links" ,
15811583 options = {
1584+ "ignore_selectors" : ["nav" , ".cookie-banner" , "#sidebar-ads" ],
15821585 "model" : {
15831586 "model_name" : "openai/gpt-5.4-mini" ,
15841587 "api_key" : "sk-some-openai-api-key" ,
@@ -1653,6 +1656,7 @@ async def test_method_observe_with_all_params_overload_2(self, async_client: Asy
16531656 frame_id = "frameId" ,
16541657 instruction = "Find all clickable navigation links" ,
16551658 options = {
1659+ "ignore_selectors" : ["nav" , ".cookie-banner" , "#sidebar-ads" ],
16561660 "model" : {
16571661 "model_name" : "openai/gpt-5.4-mini" ,
16581662 "api_key" : "sk-some-openai-api-key" ,
0 commit comments