Tim Voronov
01088247e2
Added support of Element.nextElementSibling and Element.previousEleme… ( #569 )
...
* Added support of Element.nextElementSibling and Element.previousElementSibling
* Fixed linting issues
* Removed reedundant logger use
2020-11-13 21:48:00 -05:00
Tim Voronov
4bfffa8118
Fixed open tab on error ( #564 )
2020-10-21 22:30:58 -04:00
Tim Voronov
b28506af1f
Added extra locks
2020-08-25 01:25:07 -04:00
Tim Voronov
e283722d37
Fixed wrong base for int formatter
2020-08-25 01:00:07 -04:00
Tim Voronov
162dd07346
Feature/425 iframe navigation ( #535 )
...
* Updated navigation logic
* Fixed goroutine deadlock
* Fixed closing chan
* Added support of waiting for individual frame navigation
* Updated EventLoop API in order to avoid double closing of event sources
* Fixed attr retrieval
* Removed redundant println
* Updated DOM Readiness check
2020-07-13 14:13:03 -04:00
Tim Voronov
079ec3a3ce
Removed caching and property tracking ( #531 )
...
* Removed caching and property tracking
* Fixed linting issues
* Removed old go version from CI/CD
2020-07-09 21:25:58 -04:00
Tim Voronov
2643321e0f
Migration to lab ( #526 )
...
* Switched to Lab for e2e tests
* Switched to binary
* Updated lab installation
* Updated use of Lab installer
* updates
* Changed lab installation path
* Updated use of installer
* Works
* Added additional functions
* Updated some tests
* Updated go.sum
* Works
* Refactored assertions
* Added tests for testing.True
* Added tests for testing.None
* Added tests for testing.Lte
* Added tests for testing.Lt
* Added generic consturctor
* Added tests for testing.Len
* Added tests for testing.Gte
* Added tests for testing.Gt
* Added tests for testing.False
* Added tests for testing.Empty
* Added tests for testing.Fail
* Added tests for testing.Equal
* Added tests for testing.Include
* Updated urls in static page tests
* Fixed namespace unit tests
* Fixed unit test for testing.Len
* Updated E2E scripts
* Updaes
* Updated Chrome in CI/CD
* Added e2e for example test click.fql
* Added suite cases for example scripts
* Updated examples
* Updated
* Added type assertions
* Updated Chrome opts and disabled headers and cookies related tests
* Fixed iframes example
* Increased timeouts in navigation examples
* Updated value example
* Updated comments
* Disabled cookies examples
* Fixed static url
* Disabled headers examples
* Disabled UA test
* Simplified wait logic
* Added base testing module
* Fixes after codereview
* Disabled failing tests
2020-06-17 17:37:01 -04:00
Tim Voronov
bddf1779be
Fixed use of unquoted scroll options ( #521 )
2020-05-27 17:34:06 -04:00
Tim Voronov
c9dfb79641
Added scroll options ( #471 )
...
* Added scroll options
* Updated dependencies
* Updates after code review
* Updates after review
* Added comments
2020-04-25 15:06:00 -04:00
dependabot-preview[bot]
6f0a0a5dca
Bump github.com/mafredri/cdp from 0.25.0 to 0.28.0 ( #466 )
...
* Bump github.com/mafredri/cdp from 0.25.0 to 0.28.0
Bumps [github.com/mafredri/cdp](https://github.com/mafredri/cdp ) from 0.25.0 to 0.28.0.
- [Release notes](https://github.com/mafredri/cdp/releases )
- [Commits](https://github.com/mafredri/cdp/compare/v0.25.0...v0.28.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fixed compatibility issues
* Update go.sum
* Updated go.sum
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Tim Voronov <ziflex@gmail.com>
Co-authored-by: Tim Voronov <ziflex@users.noreply.github.com>
2020-04-12 23:27:27 -04:00
Tim Voronov
fd6271b7db
Feature/#382 response cdp ( #450 )
...
* wip
* Added support of response information to CDP driver
* Fixed response look up
2020-02-11 20:06:04 -05:00
Tim Voronov
4af0e0f15f
Added possibility to load pages from memory ( #434 )
...
* Added possibility to load pages from memory
* Fixed indent
2020-01-04 12:57:41 -05:00
Tim Voronov
145a16f97d
Bugfix/#421 xpath ( #435 )
...
* Fixed attr retrieval using XPATH in CDP
* Updated single node value in CDP
* Added e2e test
* Fixed attr retrieval with XPATH for HTTP driver
* Update Makefile
* Update attr.fql
2019-12-29 12:46:46 -05:00
Tim Voronov
fe7b45df6e
Bugfix/#399 navigation ( #432 )
...
* Refactored networking
* Some work
* Added event loop
* Renamed EventHandler to Handler
* wip
* Removed console logs
* Added DOMManager
* Refactored frame managment
* Fixes
* Fixed concurrency issues
* Fixed unit tests
* Improved EventLoop api
* Some fixes
* Refactored event loop.
* Improved logic of initial page load
* Cleaned up
* Fixed linting issues
* Fixed dom.Manager.Close
* SOme works
* Fixes
* Removed fmt.Println statements
* Refactored WaitForNavigation
* Removed filter for e2e tests
* Made Cookies Measurable
* Made Cookies KeyedCollection
* Fixes after code review
* Updated e2e tests for iframes
* Fixed iframe lookup in e2e tests
* Added comments
2019-12-24 18:47:21 -05:00
Tim Voronov
98b367722b
Migrated to new version of mafredri/cdp ( #431 )
...
* Migrated to new version of mafredri/cdp
* Added missed test deps
* Added missed e2e deps
2019-12-18 10:30:02 -05:00
Gabriel Marinkovic
7fb13e5851
bugfix: check for context expiration when all event clients block
2019-10-27 18:55:30 +01:00
Gabriel Marinkovic
6b7dde2bbd
performance: removed redundant WithTimeout context creation in emit()
2019-10-23 15:10:18 +02:00
Gabriel Marinkovic
2efbb23064
fix: was checking wrong context for cancelation
2019-10-19 12:00:29 +02:00
Gabriel Marinkovic
ac9f7ed999
moved ctxDone after emit
2019-10-19 00:28:15 +02:00
Gabriel Marinkovic
1843d68997
fixed formatting
2019-10-18 17:25:54 +02:00
Gabriel Marinkovic
6bd44f5282
performance improvement by using idiomatic context waiting in cdp select statements
2019-10-18 17:17:32 +02:00
gabriel-m
40f043b414
formatting
2019-10-16 08:03:56 +02:00
gabriel-m
cdc6573d0f
added back allowedHTTPCodes function
2019-10-16 00:54:42 +02:00
Gabriel Marinkovic
d0a3218b9a
changed AllowedHTTPCodes from []int to map[int]struct{}
2019-10-16 00:07:01 +02:00
gabriel-m
e5b85976ae
removed obsolete comment
2019-10-14 23:30:28 +02:00
gabriel-m
b9a55a7582
typo
2019-10-14 17:46:30 +02:00
Gabriel Marinkovic
04e7f1ecbc
moved http response code validation into a separate function
2019-10-14 17:40:55 +02:00
Gabriel Marinkovic
bb37852ba4
removed unneeded nil check
2019-10-14 17:40:06 +02:00
Gabriel Marinkovic
475e17383a
fixed formatting
2019-10-13 19:46:13 +02:00
Gabriel Marinkovic
dce2badb58
added WithAllowedHTTPCode(s) option to http driver
2019-10-13 19:41:53 +02:00
Gabriel Marinkovic
0e06ee2589
added http response status 500 as valid
2019-10-13 19:23:15 +02:00
Tim Voronov
09a7c584eb
Merge pull request #391 from 3timeslazy/feature/issue_382
...
feature: issue_382
2019-10-08 13:49:38 -04:00
Владимир Фетисов
338bcc5cd4
add more descriptive comment
2019-10-08 12:29:37 +03:00
Владимир Фетисов
be31756a6a
fix bug when HTTPResponse fields allow in any case
2019-10-07 22:50:45 +03:00
Владимир Фетисов
56d1216f78
add comment about safe cast
2019-10-07 22:45:40 +03:00
Владимир Фетисов
08c6ddbbca
refactor HTTPResponse.Compare
2019-10-07 22:41:38 +03:00
gabriel-m
0ab91ebc34
fixed accidental change from local fork
2019-10-07 21:00:42 +02:00
gabriel-m
9081091c5d
fixed accidental change from local fork
2019-10-07 20:59:43 +02:00
Владимир Фетисов
05eb9bc5f5
delete 'status_code' from HTTPResponse.GetIn
2019-10-07 21:42:57 +03:00
Владимир Фетисов
3bb0ab183b
pull master
2019-10-03 22:42:14 +03:00
Владимир Фетисов
6100ea316c
implement GetResponse for cdp.HTMLPage
2019-09-30 21:10:08 +03:00
Владимир Фетисов
fb4634da9c
implement GetResponse for http.HTMLPage
2019-09-30 21:09:51 +03:00
Владимир Фетисов
43fb43eb8b
add GetResponse into HTMLPage interface
2019-09-30 21:07:11 +03:00
Владимир Фетисов
73c9a01af5
add HTTPResponse
2019-09-30 21:00:13 +03:00
Gabriel Marinkovic
8922079748
added http code 500 as allowed response for http, change later to custom allowed codes
2019-09-23 01:40:49 +02:00
Gabriel Marinkovic
61e3a406d8
added onclick to attrs.go list
2019-09-23 01:39:25 +02:00
Gabriel Marinkovic
69f851a002
fixed bug where ExistsBySelector() would look at element's parents instead of children.
2019-09-22 17:36:20 +02:00
Gabriel Marinkovic
24f6329203
fixed bug where non-existant goquery selections wouldn't be handled as such.
2019-09-22 17:27:52 +02:00
Tim Voronov
af45936e77
Fixed use of invalid HTMLElementIdentity field
2019-09-07 15:35:51 -04:00
Tim Voronov
df390a629a
Merge pull request #380 from MontFerret/refactoring/html-element
...
Removed redundant element value caching
2019-09-07 14:36:16 -04:00