Hey i'm having a problem to get the widget to interact when buying it wont use the right click to access the option 'Buy 10' unless i manually right click the object for it. It also has no problem interacting with the close option on widget 300,1,11 
RS2Widget w4 = widgets.get(300,2,2);
	if (w4 != null){
	widgets.interact(300,2,2,"Buy 10");
	sleep (random(123,569));}
	if (inventory.isFull()){
	widgets.interact(300,1,11,"Close");	
	}
Widget debug on 300,2,2