Tags: RobertBeilich/taiko
Tags
getgauge#1476 fix actions on shadowdom (getgauge#1500) - there can be cases where element at point being outside the shadow in which case recusive piercing can go infinity - bump up version to 1.0.23 for release Signed-off-by: NivedhaSenthil <[email protected]> - hence pierce through each shadow root only once
Fix instance check (getgauge#1491) * use helper method to check for type getgauge/gauge-js#384 Signed-off-by: NivedhaSenthil <[email protected]> * Bump version to 1.0.22 Signed-off-by: NivedhaSenthil <[email protected]> * update regex check Signed-off-by: NivedhaSenthil <[email protected]> * fix date type check Signed-off-by: NivedhaSenthil <[email protected]> Co-authored-by: Srikanth <[email protected]>
getgauge#1467 Fix repl (getgauge#1468) * getgauge#1467 Use realPath to get resolved path of symlink Signed-off-by: NivedhaSenthil <[email protected]> * Bump up version to 1.0.21 Signed-off-by: NivedhaSenthil <[email protected]>
bump version -> 1.0.20 (getgauge#1461) Signed-off-by: sriv <[email protected]>
Update text search (getgauge#1429) * getgauge#1336 initial update to use node iterator Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1336 support contains text match Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1336 update more cases Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1336 update to fix tagname case Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1336 add tests for shadow dom Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1336 skip wrong tests Signed-off-by: NivedhaSenthil <[email protected]> * Bump version to 1.0.19 Signed-off-by: NivedhaSenthil <[email protected]> Co-authored-by: Zabil Cheriya Maliackal <[email protected]> Co-authored-by: Vinay Shankar Shukla <[email protected]>
getgauge#1285 close and reconnect only if target matches active tab (g… …etgauge#1414) * getgauge#1285 close and reconnect only if target matches active tab Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1285 fix closeTab Signed-off-by: NivedhaSenthil <[email protected]> * Bump version to 1.0.18 Signed-off-by: NivedhaSenthil <[email protected]> Co-authored-by: Vinay Shankar Shukla <[email protected]>
Add initial shadow dom support (getgauge#1391) * getgauge#1335 update $function method to iterate through shadow dom - update all wrapper to search through shadow dom Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1335 make $$ iterate through shadow dom Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1335 collect all matches Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1335 Handle shadow dom click Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1335 add test and fix memoization Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 add button tests Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1335 add checkbox test and fix Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1335 add test for clear Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1335 add test for click Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1335 add more tests for shadow dom Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1335 fix clear and write for shadow dom Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1335 fix activeElement Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1335 fix highlight for shadow dom Signed-off-by: NivedhaSenthil <[email protected]> * update timeout Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1335 fix drag and drop for shadow dom Signed-off-by: NivedhaSenthil <[email protected]> * Bump up version to 1.0.17 Signed-off-by: NivedhaSenthil <[email protected]> Co-authored-by: Zabil Cheriya Maliackal <[email protected]>
getgauge#1370 Handle error in a better way (getgauge#1381) * getgauge#1370 handle error from error message Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1370 handle case without executionContextId Signed-off-by: NivedhaSenthil <[email protected]> * Bump up version 1.0.16 Signed-off-by: NivedhaSenthil <[email protected]>
getgauge#1359 fix extra headers (getgauge#1368) * getgauge#1359 fix extra headers Signed-off-by: NivedhaSenthil <[email protected]> * Bump up version to 1.0.15 Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1359 fix tests Signed-off-by: NivedhaSenthil <[email protected]> Co-authored-by: Vinay Shankar Shukla <[email protected]> Co-authored-by: Zabil Cheriya Maliackal <[email protected]>
Migrate selectors to use css selector instead of xpath * getgauge#1334 update image selector Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 make link use css selector Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 update listitem to use css selector Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 update button selector to use css selector Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 update button selector to use css selector Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 update button Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 update selectors to use css - fileField - range - color - dropdown Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 update radio button Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 update checkbox Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 update timeField Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 update textbox Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 fix tests Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 update tabel cells Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 fix test Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 move checkbox logic to relavant wrapper Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 cleanup filefield Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 cleanup button Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 cleanup textbox Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 cleanup radiobutton Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 clean up dropdown Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 cleanup range and colot Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 cleanup timefield Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 cleanup dollar,li,link,image Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 cleanup text Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 cleanup tabel cell Signed-off-by: NivedhaSenthil <[email protected]> * fix tests getgauge#1334 Signed-off-by: NivedhaSenthil <[email protected]> * Merge branch 'master' into migrate_selectors Signed-off-by: NivedhaSenthil <[email protected]> * Revert "Merge branch 'master' into migrate_selectors" This reverts commit 199e40d8b1363598deb4ba57f38c3eea0c97dc94. Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 cleanup tests Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 cleanup imports Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 remove console log Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 support node10 Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1334 revert tablecell to use xpath Signed-off-by: NivedhaSenthil <[email protected]> * getgauge#1343 cleanup element wrapper factory Signed-off-by: NivedhaSenthil <[email protected]> * Bump version to 1.0.14 Signed-off-by: NivedhaSenthil <[email protected]> Co-authored-by: Vinay Shankar Shukla <[email protected]>
PreviousNext