Some more keyboard tests
This commit is contained in:
parent
ee8fcb66cc
commit
36589fc68f
@ -8,7 +8,18 @@ def test_sendkeys():
|
|||||||
|
|
||||||
|
|
||||||
def test_send_to():
|
def test_send_to():
|
||||||
sendkeys.send_to('Sinusal', 'Your item level 21 23% Vaal Impurity of Lightning for 18 chaos is ready to pickup.')
|
config.read_config(r'config.yaml')
|
||||||
|
text = 'Hi, I would like to buy your level 21 23% Vaal Impurity of Lightning ' \
|
||||||
|
'listed for 18 chaos in Ritual (stash tab "$"; position: left 22, top 5)'
|
||||||
|
# sendkeys.send_to('Sinusal', 'Your item level 21 23% Vaal Impurity of Lightning for 18 chaos is ready to pickup.')
|
||||||
|
sendkeys.send_to('Sinusal', text)
|
||||||
|
|
||||||
|
|
||||||
|
def test_send_to2():
|
||||||
|
config.read_config(r'config.yaml')
|
||||||
|
text = 'Hi, I would like to buy your Watcher\'s Eye ' \
|
||||||
|
'listed for 7 Exalt in Ritual (stash tab "$"; position: left 25, top 1)'
|
||||||
|
sendkeys.send_to('Sinusal', text)
|
||||||
|
|
||||||
|
|
||||||
def test_pickup():
|
def test_pickup():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user